body {
	
	margin-top: 10px;
	
	margin-bottom: 50px;
	background-color: #fff;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	font-size: 14px;
	
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

div {

	}
	div#principale {
	width:1000px;
	height:100%;
	margin : auto;
	
	}
div#entete {
	width:1000px;
	height:160px;
	background-color: #CCC;
	}

div#centre {
	color: #000;
	text-align: center;

	width:1000px;
	height:70%;
	background-color: #fff;
	}
	div#gauche {
	float:left;
	width:200px;
	height:500px;
	color : #000;
	background-image:url(images/bd_g.jpg);
	}
	
	div#pieddepage {
	text-align: center;
	clear:both;
	width:1200px;
	background-color: #fff;
	}