/* Positionnement des éléments du site */

body,html{
margin:0;
}

#tout {

width:100%;
margin:0 auto;
padding:0;

}
#body_site {
	width:990px;
	margin:0 auto;
	background-image:url(../gfx/template/background_site.jpg);
	background-position:top;
	overflow:auto;
	text-align:left
}

#cadre_haut {
	width:990px;
	height:130px;
	margin:0 auto;
}

#cadre_gauche {
 float:left;
 width:211px;
 margin:0px 0 0 0;
 padding:0;
 
}

#cadre_droite {
 position:absolute;
/* border:1px solid black;*/
 width:10px;
 top:140px;
 right:2px;
/* border-right:2px solid ;*/
 margin:10px 0px 0 0px;
 padding:0;
 z-index:36;
 display:none;
}

#main {
 float:left;
  margin:0;
 padding:0;
 margin-left:20px;


}
#barre_haut {

}

#div_sup_barre_haut a{
/*border:2px solid green;*/
position:absolute;
z-index:999;
height:70px;
width:75px;
}

#barre_haut_titre {
 position:absolute;
 top:95px;
 right:40px;
 height:125px;
/* width:100%;*/
 font-size:1.1em;
 font-weight:bolder;
 color:white;
 z-index:2;
}
#barre_haut_repeat {
 position:absolute;
 top:0;
 left:0;
 height:125px;
 width:100%;
/* background-image:url(/gfx/barhaut_r.gif);
 background-repeat:repeat-x;*/
 z-index:1;
}
#content{

/* border:1px solid black;*/

 margin:0;
 z-index:3;
}

#cadre_pub_droite {
 z-index:5;
}


#cadre_menu0 {
	width:695px;
	margin:11px auto;

}

#top_cadre_gauche1 {background-image:url(/gfx/template/top_menu.jpg); height:44px; padding-left:10px; padding-top:10px; background-repeat:no-repeat; font-size:12px; font-weight:bold}
#top_cadre_gauche2 {background-image:url(/gfx/template/cadre_gauche_bottom.gif); height:20px; padding-left:10px;background-repeat:no-repeat; font-size:11px; font-weight:bold;}

#outils_menu {
	background-image:url(/gfx/template/background_outil.gif);
	width:175px; background-repeat:no-repeat; height:286px;
	background-color:#f6f9e4;
	padding-top:30px; background-position:0px 20px; text-align:right; font-size:12px; font-weight:bold;
	padding-bottom:20px;}
	
#outils_menu a { font-weight:normal; color:#000; line-height:17px; font-size:11px;}
#outils_menu a:hover { color:#FFF;}

#cadre_menu0 ul.menu a { text-decoration:none;}

#fond123 { margin-left:20px; margin-top:20px;}

