/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	background:#dfe6ea center fixed  url("images/admin_main.gif"); 
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	margin:0;
	padding:0;
}


/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button
{
	display:block;
    float:left;
    color:#edfff0;
	width:10.75em;
    height:28px;
	margin-top:-1px;
    text-decoration:none;
    background:url("images/sub_header.gif") repeat-x;    
    text-align:center;
    padding-top:10px;
    border-left:2px solid #A4A4A4;
}
a:hover.button
{
	width:10.75em;
	height:27px;
    background:url("images/sub_header.gif") no-repeat;
    color:#edfff0;
    text-decoration:none; 
	text-align:center;
	border-left:2px solid #A4A4A4;
}


/* Conteneurs 
--------------------------------------*/
div#header 
{
	background:url("images/header_boost_suite.gif") repeat-x;
}
div#sub_header{
	height:40px;	
	background:url("images/sub_header.gif") repeat-x;
	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:39px;
    float:right;
    padding-top:1px; 
}
div#compteur{
	position:absolute;
	top:20px;
	right:0px;
	color:#616161;
}
div#left_menu{
	float:left;
	width:220px;
	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:220px;
	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:0px solid #b1c7cf;
	font-weight:bold;
}
div#footer{
   height:29px;
	background:#a6ccdb url(images/footer.png) repeat-x;
	text-align:center;
	border:solid 1px #b1c7cf;;
	margin-left:1px;
	margin-right:1px;
	padding-top:1px;
	clear:both;
}
div#footer2{
	text-align:center;
	color:#e8f3f9;	
	margin-left:1px;
	margin-right:1px;
	padding-top:1px;
}
div#footer span{
	font-size:11px;
	background:;
}
