@charset "utf-8";
/* CSS Document */

body
{
   width: 996px;
   margin: auto; 
   margin-top: 15px; 
   margin-bottom: 20px;    
   background-color: #000000; 
}

/* L'en-tête */

#en_tete
{
	width: 975px;
	height: 440px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	align: left;
}

/* Partie centrale */
#corps
{
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	width: 300px;
	margin-bottom: 0px;
	color: #f5f5f5;
	background-color: #000000;
	border: none;
	min-height: 500px;
	text-align: left;
	font-size: 14px;
}
#colonne_index

{
	float:left;
	width: 655px;
	background-color: #000000;
	background-repeat: no-repeat;
	border: none;
	margin-left: 20px;
}
#contact

{
	float:right;
	width: 200px;
	background-color: #000000;
	background-repeat: no-repeat;
	border: none;
}
/* footer */

#pied_de_page
{
   width: 975px;
   height: 33px;
   padding: 0px;
   clear: both;
   border: none;
   font:Arial, Helvetica, sans-serif;
   font-size: 10px;
}
