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

*{ 
	margin:0;
	padding:0;
}

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:url(../images/charte/bg.jpg) center top no-repeat #b9bacd;
	color:#313438;	
}

html,body { height:100%;}

#conteneurSite {
	width:980px;
	margin:0 auto;
	min-height:100%;
	background:url(../images/charte/container.png) repeat-y;
	position:relative;
}


/*******  header *******/
#header {
	width:980px;
	height:123px;
	padding:10px 0 0 0;
	background:url(../images/charte/header.jpg) left top no-repeat;
}

#header a { width:360px; height:95px; display:block; outline:0;}
/*******  MenuTop *******/
#menuTop{
	width:962px;
	height:70px;
	background:url(../images/charte/menu.jpg) left top no-repeat;
	padding:0 0 0 18px;
	list-style:none; 
}

#menuTop li{
	float:left; 
	width:157px;
	height:70px;
}

#menuTop li a {
	text-decoration:none; 
	color:#fff;
	height:65px;
	width:147px;
	padding:0 5px 0 5px;
	outline:none;
	float:left;
	line-height:14px;
	display:block;
	text-align:center;
	font-size:13px;
	letter-spacing:0px;
}



#menuTop li a span{ display:block; text-transform:uppercase; padding:5px 0 3px 0; font-size:14px; font-weight:bold;}
#menuTop li a span#decompte{font-size:14px; padding:0; text-transform:lowercase;}


#menuTop li a:hover {
	background:url(../images/charte/bt_over.jpg) center top no-repeat;
}

#menuTop li a.actif {
	background:url(../images/charte/bt_over.jpg) center top no-repeat;
}

/* *********** Contenu ******************/

#contenu{ 
	width:896px;
	float:left;
	min-height:900px;
	padding:35px 37px 35px 47px;
	background:url(../images/charte/contenu.jpg) 20px bottom no-repeat;
	
}


#clearerFooter{height:379px; clear:both;} /* égal à la hauteur du footer pour corriger beug ie6 */

/* *********** Footer ******************/
#foot{
	background:url(../images/charte/foot.jpg) repeat-x;
	clear:both;
	height:376px;
	margin:-376px 0 0;
	position:relative;
	width:100%;
}

#footer{
	position:relative;
	clear:both;
	width:980px;
	height:379px;
	margin:-379px auto 0;
	background:url(../images/charte/footer.jpg) left top no-repeat;
}

#footer .cadre_footer {
	width:300px;
	height:239px;
	float:left;
	padding:10px 0 0 20px;
}

#footer .cadre_footer h3 {
	color:#fff;
	font-weight:lighter;
	padding:0 0 0 55px;
	text-align:left;
	font-size:22px;
}

#footer .cadre_footer p {
	color:#fff;
	font-size:13px;
	line-height:18px;
}

#footer #logo{ width:34px; padding:10px 0 0 19px; float:left; height:70px; overflow:hidden;}
#footer #logo a{ text-decoration:none;}
#footer #logo #facebook{ width:31px; height:30px; display:block; background:url(../images/integration/facebook.jpg) left top no-repeat; overflow:hidden;}
#footer #logo #twitter{ width:31px; height:30px; display:block; background:url(../images/integration/twitter.jpg) left top no-repeat; overflow:hidden; margin-top:6px;}
#footer a span{ visibility:hidden;}

#footer p#menu{
	text-align:center;
	font-size:13px;
	padding-top:20px;
	padding-left:100px;
	padding-right:100px;
	color:#a1a2a4;
}

#footer p#menu a{
	font-size:12px;
	text-decoration:none;
	color:#a1a2a4;
}

#footer p#menu a:hover{
	text-decoration:underline;
}


.clearer { clear:both;}


