@charset "utf-8";
/********************************************************************/
/*****************                général          ******************/
/********************************************************************/

*{
	padding: 0;
	margin: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html{
	overflow-y: scroll;
}

body{
	background: #1e1e1e url(fond.gif) repeat top center;
	text-align: center; /* r&egrave;gle bug IE6 pour alignement central */
}

#conteneur{
	width: 500px;
	margin: 0 auto;
	text-align: left; /* remet par d&eacute;faut */
	background: #1e1e1e url(ombre.gif) repeat-y top right;
	padding: 0px 7px 0 0;
}

/********************************************************************/
/*****************     header                      ******************/
/********************************************************************/
#header{
	width: 500px;
}

#header div{
	width: 394px;
	height: 84px;
	padding: 0 10px 0 96px;
	background: #FFF;
}

#header div img{
	padding-left:10px;
}
/********************************************************************/
/*****************     menu                        ******************/
/********************************************************************/

#menu{
	width: 480px;
	height: 27px;
	padding: 10px 0 0 20px;
}

#menu li{
	list-style-type: none;
	float: left;
	padding: 0 0px 0 0;
	text-align: center;
	width: 120px;
	margin-bottom:10px;
}

#menu li.dernier{
	padding: 0;
}

#menu li a{
	font-size: 12px;
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover{
	color: #fff;
}

#menu li a.actif{
	color: #fff;
	cursor: default;
}

/********************************************************************/
/*****************     BLOC                      ******************/
/********************************************************************/
div.bloc{
	float: left;
	clear: both;
	width: 500px;
	margin: 0 0 5px 0;
}

div.bloc div{
	float: left;
	width: 220px;
	padding: 15px 50px 30px 10px;
}

div.bloc img{
	padding: 0 0 0 5px;
	float: left;
}

div.clair{
	background: url(clair.gif) repeat-y left top;
	color: #000;
}

div.sombre{
	background: url(sombre.gif) repeat-y left top;
	color: #FFF;
}

/********************************************************************/
/*****************     footer                      ******************/
/********************************************************************/

#footer{
	clear: both;
	width: 500px;
	height: 40px;
	text-align:center;
	color:#000;
	background: #b6b6b6;
}
