/* CSS Document */

<!--
body {
	background-image: url(IMAGES/main3.jpg);
	background-attachment:fixed;
	font-size : 68%;

}
.titre {font-size: 1.5em ,; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; color: #FFFFFF;}
.soustitre {font-size: 1.2em ,; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #B4D2F0; color: #B4D2F0;}
.soussoustitre {font-size: 1.1em ,; font-family: Arial, Helvetica, sans-serif; color: #B4D2F0; color: #B4D2F0;}
.texte {font-size: 1em,; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; color: #FFFFFF;}
a:link {color:#FFFFFF}
a:visited {color:#B4D2F0}


-->