/*
structure.css
--------------		Par Dark Angel

Créé le 22 Mars 2007


Description : 

feuille de style de la mise en forme du site (menu, en-tête, pied de page...)
*/

body 
{
	font-family: Verdana, "Trebuchet MS" , Arial, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #fff
}

#acces_rapide
{
	font-size:10px;
	width: 743px;
	margin: auto;
	padding: 0px 0px 2px 5px;
}
#header
{
	background-image: url("header.jpg");
	background-repeat: no-repeat;
	width: 748px;
	height: 147px;
	margin: auto;
	padding-right: 0px;
	border-bottom: 1px solid #D68A70;	
		
}
#recherche
{
	text-align: right;
}
#conteneur
{
	width: 748px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;	
	background: url("conteneur.jpg");	
	height: auto !important;
	height: 550px;
	min-height: 550px;	
}
#menu
{		
	width: 125px;	
	float:left;	
	height: auto !important;
	height: 550px;
	min-height: 550px;	
}

#menu ul
{
	list-style-type:none;
	padding: 0;
	margin: 1px;	
	font-size: 90%;
}
#menu li
{
	padding-left:0px;
	margin-left: 5px;	
}

#menu li a
{
	font-weight: bold;
}

#corps
{		
	width: 612px !important;
	width: 607px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	margin-left: 125px;		
	margin-top:0;
	
}


#footer
{
	background-image: url("footer.jpg");
	background-repeat: no-repeat;
	width: 743px;
	height: 93px;
	padding-top: 2px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	
}
#footer a
{
	color: black;
}

#footer a:hover
{
	color: #D68A70;
}
