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

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	background-color:#ededed; 
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#202020;
	margin:0;
	padding:0;
}


/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button
{
	color: #a41123;
	width: 110px;
	height: auto;
	text-decoration: none;
	background: url(images/button.gif);	
	padding: 11px 15px 12px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
a:hover.button
{
	width: 110px;
	color: #a41123;
	height: 40px;
	text-decoration: none;
	background:url(images/button_click.gif) ;
	padding: 11px 15px 12px;
	text-align: center;
	border-left: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
}
a.buttonn
{
	color: #a41123;
	width: 55px;
	height: 40px;
	text-decoration: none;
	background: url(images/buttonn.gif);	
    padding: 11px 27px 12px;
	text-align: center;
}

/* Conteneurs 
--------------------------------------*/
div#header{
	background:#FEFFED url("images/header.gif") repeat-x;
}
div#sub_header{
	height: 40px;
	width: auto;
	background: #ededed;
	margin-top:10px;
}
div#sub_header_left{
	height: 40px;
	width: auto;
	background: url(images/sub_header.gif) repeat;
	float: left;
	margin-top: -2px;
}
div#sub_header_right{
	height:38px;
	float:left;
	padding-top:2px;
}
div#compteur{
	position:absolute;
	top:20px;
	right:0px;
	color:#4C6749;
}
div#left_menu{
	float:left;
	width:156px;
	margin:0;
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:5px;
	padding-top:10px;	
}
div#main{
	min-width:450px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	padding-bottom:30px;
}
div#right_menu{
	float:right;
	width:156px;
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:5px;	
	padding-top:10px;
}
div#links{
	width:96%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #9E0000;
	font-weight:bold;
}
div#footer{
	background-color:#FFFFFF;
	text-align:center;
	border:solid 1px #FFFFFF;
	padding:0.75em;
	clear:both;
}
div#footer span{
	font-size:11px;
}
