/* CSS Document

Créé par GODARD Ludovic
l.godard@ldoconcept.com
http://www.ldoconcept.com

Vous pouvez utiliser ce fichier à la seule condition de laisser
ces commentaires.

*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*background-image: url(../images/fond_ecran_neige.gif);*/
	background-color: #C0C0C0;
	}
#conteneur { /*le conteneur global du site, qui sera centré */
	position: relative;
	width: 1050px;
	margin-left: auto; 
	margin-right: auto;
	top:15px;
	background-color: #f5f5f5;
}
div {
	padding:0;
	margin:0;
}
#bloc_header{
width:1050px;
}
	#header{
	float:left;
	width:1050px;
	height:155px;
	position: relative;
	}
	#menu_top{
	clear:left;
	width:1050px;
	/*background-color: #c0c0c0;*/
	}
#bloc_centre{
clear:left;
width:1050px;
}
	#bloc_gauche{
	float:left;
	width:206px;
	}
		#menu_left{
	clear:left;
	width:206px;
		}
	#centre{
	float:left;
	width:637px;
	}
	#bloc_droit{
	float:left;
	width:206px;
	}
		#menu_droit{
	clear:left;
	width:206px;
		}
#footer{
clear:left;
width:1050px;
height:30px;
}
