/* CSS Document */



body{background:url(images/background.jpg) no-repeat center top; background-color:#81C427;}
.fond_blanc{background-color:#FFF;}

img{border:0;}

a.lien:link{
font-family: Arial;
font-size: 14px;  
text-decoration:none; 
color:#068F33;
font-weight:bold;
text-decoration:underline; 
}

a.lien:visited{
font-family: Arial;
font-size: 14px; 
text-decoration:none; 
color:#068F33;
font-weight:bold; 
text-decoration:underline;
}

a.lien:hover{
font-family: Arial;
font-size: 14px; 
text-decoration:none; 
color:#009966;
text-align:center; 
font-weight:bold; 
}

.texte{
font-family: Arial;
font-size: 12px; 
text-decoration:none; 
color:#666666;
font-weight:normal; 
}
.textgras{
font-family: Arial;
font-size: 14px; 
text-decoration:none; 
color:#666666;
font-weight:bold; 
}
.grostitreorange{
font-family: Arial;
font-size: 15px; 
text-decoration:none; 
color:#F2BB29;
font-weight:bold; 
}

.grostitrevert{
font-family: Arial;
font-size: 15px; 
text-decoration:none; 
color:#068F33;
font-weight:bold; 
}

.formulaire{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-style: normal;
	background-color: #FFFFCC;
	font-weight: bold;
}

 #menu{width:780px; height:30px; background-color:#4E9333; margin-left:10px;}
 #menu ul{width:780px; height:30px;
		padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        
}
#menu li{float:left;display:block; width:110px; height:30px; text-align:center; font-family: Verdana, Arial; }
#menu li:hover{float:left;display:block; width:110px; height:30px;  background-color:#1A4F05;  }
#menu a{color:#FFF; text-decoration:none; font-size:9pt; }
#menu a:hover{  color:#FFF; text-decoration:none; }


