/* --------------------------------------
		design.css
Création graphique réalisé par David Ramery,dramery@free point fr
pour AWDMI www.awdmi.fr
--------------------------------------*/

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	width:1000px;
	margin:auto;
	background:url("images/fond.gif");
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	
}


/* Rollover des boutons sub header et speed barre
--------------------------------------*/
a.button
{
	display:block;
	float:left;
	color:#FEFEFE;
	font-weight:bold;
	font-variant:small-caps;
	height:22px;
	text-decoration:none;
	background:url("") repeat-x;		
	text-align:center;
	padding:0px 20px;
	padding-top:9px;
}
a:hover.button
{
	background:url("images/sub_header2.gif") repeat-x;	
	color:#EEEEEE;
	font-weight:bold;
	text-decoration:none;
	padding:0px 20px;
	padding-top:9px;
}
 
div#connect{
	position:relative;
	height:150px;
	width:150px;
	left:0px !important;
	left:-5px;
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:4px;
	padding-top:65px;
	padding-left:15px;
	background:url("") no-repeat;
}
div#connect a{
	color:#FEFEFE;
}
div#disconnect{
	position:relative;
	height:155px;
	left:0px !important;
	left:-9px;
	padding:4px;
	padding-top:65px;
	padding-left:6px;
	background:url("") no-repeat;
}
div#disconnect a{
	color:#2A3030;
}

/* Conteneurs 
--------------------------------------*/
div#global 
{
	background:url("images/fd.png") repeat-y top;
}
div#header{
	background:url("images/fd.png");
	text-align:left;
}
div#sub_header{
	height:56px;	
	background:url("images/sub_headerl.jpg") no-repeat;
	margin-top:0px;
}
div#sub_header_left{
	background:none;
	height:42px;
	margin:auto;
	padding-top:14px;
	padding-left:40px;
	width:600px;
}
div#sub_header_right{
	background:nonr;
	height:0px;
	width:9px;
	float:right;
}
div#compteur{
	position:absolute;
	color:#000000;
	width:130px;
}
div#compteur_position{
	position:absolute;
	z-index:100;
	right:130px;
	top:10px;
}
div#left_menu{
	background:url("");
	float:left;
	width:224px;
	margin-right:0px !important;
	margin-right:-3px;
	
	padding-top:3px;
}
div#main{
	background:url("");
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	padding-bottom:20px;
	padding:2px;
	font-weight:normal;
}
div#right_menu{
	background:url("");
	float:right;
	width:224px;
	margin-left:0px !important;
	margin-left:-3px;	

	padding-top:3px;
}

/* pour la speedbarre */
div#links{
	width:96%;
	margin:auto;
	margin:10px 5px;
	padding-top:2px;
	padding-bottom:4px;
	color:#FFFFFF;
	font-weight:bold;
}
div#footer{
	
	background:#C7C5C5 url(images/footer.png) repeat-x top;
	text-align:center;
	padding:0.75em;
	color:#FFFFFF;
	padding-top:20px;
	clear:both;
}
div#footer span{
	font-size:10px;
	color:#FFFFFF;
}
div#footer span a{
	font-size:10px;
	color:#FFFFFF;
}
