html > body #boite{
height : auto; 
}
#boite {
  	width			: 825px;
	height			: auto;
	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			: auto;
  	left			: 6px;
	border-style	: solid; 
	border-width	: 1px; 
	/*text-align		: center;*/
	border-color	: #717D7D;
	
}
a:link,a:visited,a:hover {
	color			:BLACK;
	text-decoration : none;
}
#titre_rubrique{
	text-align			: center;
	font-size			: 17;
	font-family			: "Lucida Sans Unicode";	
	color				: white;
	font-style			: italic;
}
#menu{
	position			: relative;
	background-image	: url("header2.jpg");
	background-repeat	: no-repeat;
	margin-left			: 0;
	margin-top			: 0;
	width				: 825;
	height				: 145;	
}
#body{
	position			: relative;
	margin-left			: 30;
	margin-right		: 50;
	margin-top			: 30;	
	width				: 725;
	height				: auto;	
}
#suite{
	font-size			: 17;
	font-family			: "Arial";
	color				: white;
	text-decoration 	: underline;
}
#nom_peinture{
	text-align			: center;
	font-size			: 20;
	font-style			: italic;
	color				: white;
}
