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

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	background-color:#FFFFFF; 
	width:1000px;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#2E3B5F;
	margin:auto;
	padding:0;
}


/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button
{
	display:block;
	float:left;
	color:#FFFFFF;
	height:18px;
	text-decoration:none;
	text-align:center;
	padding:0px 12px;
	padding-top:5px;
	/*border-right:2px solid #295F8D;*/
	background-color: #448abd;

}
a:hover.button
{
	color:#edfff0;
	text-decoration:none;
	background-color: #CCCCCC;
	font-weight: bold;
}


/* Conteneurs 
--------------------------------------*/
div#header 
{
 	background:url("images/header_boost.jpg") center no-repeat; 
 	width:1000px; 
 	height:120px; 
}
div#sub_header{
	height:28px;
	background:#448abd;
	margin-top:-2px;
}

div#sub_header_left{
	height:40px;
	width:10.75em;
	background:url("images/sub_header_l.jpg") no-repeat;
	float:left;
}

div#sub_header_right{
	height:38px;
	float:left;
	padding-top:2px;
}
div#compteur{
	position:relative;
	float:right;
	top:20px;
	color:#FFFFFF;
	padding-right:10px;
}

div#left_menu{
	float:left;
	width:16%;
	margin:0;
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:5px;
	padding-top:10px;	
}
div#main{
	float:left;
	min-width:400px;
	width:66%;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	padding-bottom:30px;
}
div#right_menu{
	float:right;
	width:16%;
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:5px;	
	padding-top:10px;
}
div#links{
	width:96%;
	margin:auto;
	background-color:#FFFFFF;
	/*background:#AFD2E8;*/
	margin-top:16px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #295F8D;
	font-weight:bold;
}

div#googlesearch{
	width:96%;
	margin:auto;
	background-color:#FFFFFF;
	/*background:#AFD2E8;*/
	margin-top:16px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	font-weight:bold;
}

div#footer{
	/*background-color:#448abd;*/
	text-align:center;
	/*border:solid 1px #000000;*/
	padding:0.75em;
	clear:both;
}
div#footer span{
	font-size:11px;
	background-color:#448abd;
}

