/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire---*/
}
body{
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/charte/bg-page-x.jpg) repeat-x scroll center top;

}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto !important;
height:100%;
width:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y scroll center top;
}
#container2{
position:relative;
min-height:286px;
width:1003px;
background:url(../images/charte/bg-contenu.jpg) no-repeat scroll left 240px;
}
/***************** HEADER *****************/
#header{
position:relative;
width:1003px;
height:172px;
background:url(../images/charte/header.jpg) no-repeat scroll left top;
}
/***************** recherche *****************/
#recherche{
position:relative;
width:1003px;
height:32px;
background:url(../images/charte/bg-recherche.gif) no-repeat scroll left top;
}
form#gun{
position:absolute;
right:0px;
top:0;
width:255px;
height:22px;
padding:3px 0 0 0;
}
form#gun a:link,form#gun a:visited{
	color:#fff;
	text-decoration:underline;
}
form#gun a:hover{
	color:#abce54;
	text-decoration:underline;
}
form#gun input.case{
font:normal 11px Arial, Helvetica, sans-serif;
color:#999;
width:110px;
height:15px;
padding:0 2px;
margin:0 25px 0 0;
border:1px solid #dcdcdc;
background:#fff;
}
form#gun input.btn{
position:absolute;
width:21px;
height:21px;
top:0px;
right:115px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:1003px;
height:37px;
margin-left:0px;
list-style-type: none;
background:url(../images/charte/bg-menu.jpg) no-repeat top right;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
text-decoration:none;
display: block;
height:37px;
line-height:37px;
overflow:hidden;
background:no-repeat scroll left bottom;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:left top;
}
#menuTop a span{
display:none;
}
#menuTop li.encours a{background:no-repeat scroll left -37px;}
#menuTop li.bt1 a{background-image:url(../images/charte/bt-01.gif);width:132px;}
#menuTop li.bt2 a{background-image:url(../images/charte/bt-02.gif);width:179px;}
#menuTop li.bt3 a{background-image:url(../images/charte/bt-03.gif);width:109px;}
#menuTop li.bt4 a{background-image:url(../images/charte/bt-04.gif);width:120px;}
#menuTop li.bt5 a{background-image:url(../images/charte/bt-05.gif);width:91px;}
#menuTop li.bt6 a{background-image:url(../images/charte/bt-06.gif);width:145px;}
/* dropdown menu
*********************/
#menuTop li ul{
position:absolute;
width:177px;
padding:5px 10px 5px 10px;
margin:4px 0 0 0;
top:-6000px;
right:-50px;
list-style-type:none;
background:#a7c855 url(../images/charte/bg-ul.gif) no-repeat scroll left bottom;
}
#menuTop li ul.dernier{
right:1px;
}

#menuTop li li{
float: none;
}
#container #menuTop li li a{
background:none;
width:177px;
position:relative;
height:20px;
font:normal 11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration: none;
border-bottom:1px solid #def79d;
}
#container #menuTop li li a:hover{
color:#0062ac;
}

/***************** CONTENU *****************/
#contenu{
position:relative;
width:900px;
margin-left:45px;
padding:0 0 39px 0;
font:normal 1.1em/1.4em Arial, Helvetica, sans-serif;
text-align:justify;
color:#72797e;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/***************** FOOTER *****************/
#footer{
	position:relative;
	width:100%;
	height:39px;
	margin:-39px auto 0 auto;
	clear:both;

}
#footer2{
	width:983px;
	height:24px;
	margin:0 auto 0 auto;
	color:#565656;
	padding:15px 10px 0 10px;
	background:url(../images/charte/bg-footer.gif);
}


#footer2 a:link,#footer2 a:visited{
	text-decoration:none;
	color:#565656;
}
#footer2 a:hover{
	text-decoration:underline;
	color:#565656;
}
#logo-idep{
	float:left;
	width:600px;
	height:20px;
}
#footer-adresse{
	font-size:1.1em;
	text-align:right;
	float:right;
	width:380px;
	height:20px;
	color:#0062ac;
}
