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



#conteneur{position:relative;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
top:25px;
width:850px;

background-image:url(images/ombre_droit.jpg);
background-position:right;
background-repeat:repeat-y;

}

body{
background-color: #E6E6E6;
margin: 0px;
font-family:  Arial, sans-serif;
font-size:14px;
color:#000066;
background-image:url(images/fond.jpg);
background-repeat:repeat-x;

}

#header{

margin:0;
width:850px;
height:104px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#menu{
border:0;
margin:0;
width:840px;
height:54px;
background-image:url(images/fd_menu.jpg);
background-repeat:no-repeat;
}

#footer{
width:850px;
height:50px;
margin-top:10px;
background-image:url(images/footer.jpg);
text-align:right;
}

#contenu{position:relative;
margin-top:30px;
margin-left:21px;
/*margin-right:auto;*/
background-color: #f4f4f4;
width:790px;
background-image:url(images/contenu_top.jpg);
background-position:top;
background-repeat:no-repeat;
/*border-left:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;*/
padding-top:15px;
padding-left:10px;
padding-bottom:0px;
}

h1{
font-size:18px;
margin-top:0px;
padding-top:0px;
margin-bottom:30px;
padding-bottom:0px;

}

h2{
font-size:15px;
margin-top:0px;
padding-top:0px;
color: #99CC00;
border-bottom:1px dotted #99CC00;
width:775px; 
}

.decalage{
margin-left:-10px;
margin-bottom:-5px;
}

.gras{
font-weight:600;
}

p{
padding-right:10px;
}

img{
border:none;
}

.vert{
color:#99CC00;
font-weight:600;
}

a{
	text-decoration: none;
	color:#000066;
	
}


a:hover{
	color:#99CC00;
}
