body 
{  
	background-color: #27170f;
	color: #AF9E7E;
}

#conteneur 
{   
   width:800px; 
   height:650px;
   padding: 0px;
   margin: 0 auto;
}

#top 
{ 
   width: 800px;
   height: 138px;
   background-image:url("top.png");
}

#Menu_admin
{
	position:absolute;
	padding:5px;
	color: #27170f;
	top:50px;
	left:10px;
	width:200px;
	height: 300px;
	background-color: #CCCCCC;
	border: solid 1px black;
}

#images
{
	float: left;
}

#content
{ 
   overflow: auto;
   width: 800px;
   height: 500px;
   padding: 0px;
   margin: 0px;
   text-align: left;
}

#content #boite
{
	width: 400px;
	height: 200px;
	overflow: auto;
	background: white;
	margin: 10px;
	padding: 10px;
}

#bottom
{
   width:800;
   height:30;
   padding:0;
   filter: alpha(opacity=50); 
}

a.lien {
	color: #AF9E7E;
}

a.lien:hover {
	color: #FFF;
}




