/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	background:#616161 center url("images/body.gif") repeat-y;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	font-weight: bold;
}



/* Conteneurs 
--------------------------------------*/
div#header 
{
	margin-top:-20px;
}
div#sub_header{	
	background:url("images/sub_header.jpg");
	height:27px;
	margin-top:-2px;
	margin-left:auto;
	margin-right:auto;
}
div#sub_header_right{
	height:38px;
	float:right;
	padding-top:2px;
}
div#compteur{
	position:absolute;
	top:20px;
	right:140px;
	color:#FFFFFF;
}
div#left_menu{
	float:left;
	width:156px;
	margin:0;
	margin-right:0px !important;
	margin-left:16px;
	margin-top:-1px;	
}
.main{
	width:580px;
	background:url(images/main.gif) repeat-y;
	padding-bottom:10px;
	overflow:hidden !important;
	overflow:visible;
	height:auto !important;
	height:1%;
	margin-left:auto;
	padding-left:10px;
	padding-right:5px;
	margin-right:auto;
}
.main_bottom{
	width:580px;
	background:url(images/main_bottom.gif) bottom no-repeat;
	margin-bottom:-20px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}


div#right_menu{
	float:right;
	width:156px;
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:5px;	
	padding-top:10px;
}
div#links{
	height:52px;
	background:url(images/thm2.gif) repeat-x;
	width:620px;
	margin-left:140px;
	list-style-type:none;
}
div#footer{
	text-align:center;
	color:#000000;
	font-size:9px;
	padding:0.75em;
	clear:both;
	margin-bottom:25px;
}


