* {
  padding: 0;
  margin: 0}
html, body {
  font-family : arial, verdana, sans-serif;
  margin : 0 auto;
  text-align : center;
  font-size : 100%;
  background : #333}
#conteneur {
  color : #ccc;
  text-align:center;
  margin : 0 auto;
  border-top : 5px solid #333;
  width : 980px;
  height : auto;
  background: #fff}
.bloc1{
  width:980px;
  height:90px;
  background:#000;}
.bloc2{
  width:980px;
  height:100px;}
#bloc2a, #bloc2b, #bloc2c, #bloc2d, .sep1{
  float:left;
  width:230px;
  height:100px;
  color:#000;}
.bloc3{
  width:980px;
  height:410px;
  background: #fff}
#bloc3a, #bloc3b, #bloc3c, #bloc3d, .sep2{
  float:left;
  width:230px;
  height:410px;
  color:#000;}
.bloc3 p {
  font-size:.8em;
  color:#333;
  padding-left:10px;
  text-align:left;}  
#bloc2a, #bloc3a{background:#D6FFD6}
#bloc2b, #bloc3b{background:#FFD6D6}
#bloc2c, #bloc3c{background:#FFFFBB}
#bloc2d, #bloc3d{background:#E4E4FF}
.sep1, .sep2{
  width:12px;
  background:transparent}
.inter {
  width:980px;
  height:12px;
  background:transparent}
 #bandBottom4 {
  font-size:.8em;
  background:#000;}
/* -------- Menu : http://css.developpez.com/galerie/?page=menus-horizontaux --------- */   
/* -------- Menu gris --------- */   
.menuGrey #navig{
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(greyslate_background.gif) repeat-x top left;
	font-family:Arial;
	text-transform:uppercase}
.menuGrey #navig ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;}
.menuGrey #navig ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;}
.menuGrey #navig ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;}
.menuGrey #navig ul li a:hover{
	color:#fff;
	background:transparent url(greyslate_backgroundOVER.gif) no-repeat top center;}	