/*Fond de page*/
body
{
	width:980px;
	background-image:url("photoslbb/fondsetbanieres/violet_014.jpg");
	margin-left:15%;	
}
/*En tête de la page*/
#en_tete
{
	width:500px;
	text-align:center;
	background-color:Lime;
	border:ridge 10px white;
	padding-top:10px;
	margin-left:25%;
	margin-bottom:20px;
}
/*Menu de la page*/
#menu table
{
	margin-bottom:5%;
}
#menu th
{
	width:200px;
}
#menu a
{
	color:Black;
}
#menu a:hover
{
	color:Aqua;
}
/*corps de la page*/
 h2
{
	text-align:center;
	background-color:Silver;
	font-weight:bold;
}
#corp img
{
	float:left;
	margin-right:10px;
}
#corp2
{
	clear:both;
}
#corp2 img
{
	float:left;
	margin-right:10px;
}
#corp3
{
	clear:both;
}
#corp7
{
	clear:both;
}
#corp7 img
{
	float:left;
	margin-right:10px;
}
#corp8
{
	clear:both;
}
/*pied de page*/
#pied_de_page
{
	text-align:center;
}
#pied_de_page a img
{
    border-style:none;
}