body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cc9966;
}
H1
{ 
FONT: 1px/10% "Arial,Helvetica,sans-serif"; 
COLOR: #cc9966; 
TEXT-DECORATION: none
}
.text
{ 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: justify;
}

.text a{ font-weight:bold; font-size: 11px ; color: #000000; text-decoration: none; }
.text a:visited{ font-weight:bold; font-size: 11px ; color: #000000; text-decoration: none; }
.text a:hover{ color: #ffffff; font-weight: bold; text-decoration: underline; }

.txt10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text10 a{ font-weight:normal; font-size: 10px ; color: #000000; text-decoration: none; }
.text10 a:visited{ font-weight:normal; font-size: 10px ; color: #000000; text-decoration: none; }
.text10 a:hover{ font-weight:normal; font-size: 10px ; color: #000000; text-decoration: none; }

.titre-page {
	font-size: 15px;
	display: block;
	font-weight: bold;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9BE255;
	text-align: left;
	
}
.contact {
	font-size: 20px;
	display: block;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c6a06;
	text-align: center;
	
}

#menu a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 121px ;
	line-height: 26px ;
	color: #000 ;
	text-indent: 10px ; /* On décale le texte de 10px du bord gauche */

	text-decoration: none ;
	background: url(images/bg_menu.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0px ;
}

#menu  a:hover
{
	background: url(images/bg_menu.gif) no-repeat 0 -27px ; /* Et ici on décale l'image du background de 27px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px ;
}
#menuon
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 121px ;
	line-height: 26px ;
	color: #000 ;
	text-indent: 10px ; /* On décale le texte de 10px du bord gauche */

	text-decoration: none ;
	background: url(images/menu_on.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0px ;
}
.actu
{ 
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}

.actu a{ font-weight:bold; font-size: 15px ; color: #9BE255; text-decoration: none; }
.actu a:visited{ font-weight:bold; font-size: 15px ; color: #9BE255; text-decoration: none; }
.actu a:hover{ color: #ffffff; font-weight: bold; text-decoration: underline; }

.v
{ 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;}
.v a:link { color: #cc9966; font-weight: normal; text-decoration: none;}
.v a:visited { color: #cc9966; font-weight: normal; text-decoration: none;}
.v a:hover { color: #cc9966;}