@charset "utf-8";
/* CSS Document */

/*menu horizontal*/
#menuhaut{
margin:0;
padding:0.1em 0.5em 0.1em 0;
list-style-type:nome;
background-color:#F0FBD5;
background-image:url(images/fond_menu.jpg);
color:#336600;
text-align:center;
}
#menuhaut li{
display:inline;
}
#menuhaut a{
color:#336600;
text-decoration:none;
}
#menuhaut a:hover{
color:#FFFFFF;
text-decoration:overline;
}
/*titre*/
#global h1{
font-weight:bold;
font-size:13px;
padding-bottom:0.2em;
border-bottom:1px solid #99C100;
font-variant:small-caps;
text-indent:5px;
color:#003399;
}
/*titre2*/
#global h2{
font-weight:bold;
font-size:13px;
padding-bottom:0.2em;
border-bottom:1px solid #D002A3;
font-variant:small-caps;
text-indent:5px;
color:#003399;
}
#global p{
color:#003399;
text-align:justify;
font-size:13px;
}
/*footer*/
#footer {
   width:700px;
   float:inherit;
   margin-bottom:9px;
   margin-left:0px;
   margin-top:80px; 
   background-color:#FFFFFF;  
}
#footer a{
margin-left:10px;
color:#003399;
}
#footer a:hover {
color:#D002A3;
text-decoration:none;
}
#footer p{
position:relative;
margin-left:10px;
margin-top:0px;
font-size:9px;
color:#003399;	 
}
#footer p{
position:relative;
margin-left:10px;
margin-top:0px;
font-size:9px;
border-color:#009900;	 
}