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

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	background: black fixed repeat url(images/background.png); 
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFFDFD;
	margin:0;
	padding:0;
}


/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button {
	display:block;
	float:left;
	color:#edfff0;
	height:28px;
	text-decoration:none;	
	text-align:center;
	padding:0px 20px;
	padding-top:10px;
	border-left:1px solid #5A5B5D;
	border-right:1px solid #5A5B5D;
}
a:hover.button {
	color:#7B8B9A;
	text-decoration:none;
}


/* Conteneurs 
--------------------------------------*/
#header {
	background: black;
	border-bottom: solid 1px rgb(0,128,255);
	color: inherit;
	height:130px;
}
#header .h_left {
	float:left;
	background: url(images/header_l.jpg);
	height: 120px;
	width: 186px;
}
#header .h_middle {
	display: block;
	margin: auto;
	background: url(images/header_m.jpg);
	height: 120px;
	width: 325px;
}
#header .h_right {
	float:right;
	background: url(images/header_r.jpg);
	height: 120px;
	width: 104px;
}
#header .menu {
	position:absolute;
	top:110px;
	right:0px;
}
#header a {
    display: block;
	background: inherit;
	color: silver;
	float: left;
    padding: 5px 10px 0 10px;
    font-weight: bolder;
	height: 15px;
	text-align: center;
}
#header a:hover {
    background: rgb(0,128,255);
	color:white;
}

#left_menu{
	float: left;
	width: 180px;
	margin: 0;
	margin-right: 0px !important;
	margin-right: -3px;
	margin-left: 5px;
	padding-top: 35px;
	text-align: left;
}

div#right_menu{
	float: right;
	width: 150px;
	margin-left: 0px !important;
	margin-left: -3px;
	margin-right :5px;	
	padding-top: 35px;
}

div#main{
	min-width:400px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	padding-bottom:10px;
	margin-top: 50px;
	padding: 0 20px;
}
#main #links {
	background: black no-repeat url(images/etoile.gif);
	color: inherit;
	height: 21px;
	padding-left: 30px;
	padding-top: 5px;
	margin:0 20px;
	font-weight:bold;
}

#footer{
	background: #111;
	text-align: center;
	padding: 5px;
	clear: both;
}
#footer span, #footer a {
	font-size: 70%;
	background: inherit;
	color: #555;
}

#footer #compteur {
	color: silver;
}
