body {
     margin: 0; /* our éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     background-color: #F5F5DC;
	 font-family			: "Times New Roman";
}
p{
	text-align	: center;
}
#boite {
  	width		: 825px;
	height		: 630px;
	margin-top	: 15px;	
	margin-bottom	: 10px;	
	margin-left	: auto;
	margin-right	: auto;	
	/*text-align	: center;*/
	text-align		: left;
	background	: #A9A9A9;
 }
#hp {
	background-color: #717D7D;
	position		: relative;
	bottom			: 8px;
	width			: 825px;
	height			: 630px;
  	left			: 6px;
	border-style	: solid; 
	border-width	: 1px; 
	/*text-align		: center;*/
	border-color	: #717D7D;
	
}
#menu{
	position			: absolute;
	background-image	: url("header2.jpg");
	background-repeat	: no-repeat;
	margin-left			: 0;
	margin-top			: 0;
	width				: 825;
	height				: 145;	
}
#links_menu{
	margin-top			: 110;
	text-align			: center;
	font-size			: 18;
	font-family			: "Lucida Sans Unicode";	
}
#link_menu {
	color			:BLACK;
	text-decoration : none;
}
#body{
	position			: absolute;
	margin-left			: 30;
	margin-right		: 50;
	margin-top			: 160;	
	width				: 725;
	height				: auto;	
}
#cadre {
	border-color	: #422100;/*3D2B1F;*/
	border-width	: 2px;
}
#ecrivezmoi {
	position			: absolute;
	margin-top			: 400;	
	margin-left			: 315;		
	font-size			: 14;
	text-align			: center;
	font-family			: "Lucida Sans Unicode";	
}
a:link,a:visited,a:hover {
	color			:#422100;
}
#accueil{
	color				:white;
}
#td_tab {
	color		: #330000;
}