html
{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body
{
	background-color: #FF6600;
}

img
{
	border: none;
}


   /****************************************************************************************CONTENER*******************************************************/

#contener
{
	width: 1024px;
	height: 910px;
	background-image:url(images/fond_site.png);
	margin: auto;
}

    /****************************************************************************************HEADER******************************************************/

#en_tete
{
	width: 300px;
	height: 125px;
	padding-top: 10px;
	margin-left: 100px;
}

#en_tete img
{
	border: none;
}

#en_tete h1
{
	margin-top: 0px;
}

      /**********************************************************************************MENU HORIZONTAL*********************************************/

#menu_horizontal
{
	width: 740px;
	height: 50px;
	margin-top: 40px;
	margin-left: 200px;
	font-family: Verdana, Geneva, sans-serif;
}

#menu_horizontal li
{
   list-style: none;
}

#menu_horizontal .menu_titre
{
   float: left;
   margin-right: 25px; 
}

ul
{
   margin: 0px;
   padding: 0px;
}

 #menu_horizontal a
{ 
    display: block;
	padding: 0;
	text-decoration: none
}  

.sous_liste
{
   position: absolute;
   width: 145px;
   visibility: hidden;
}

.sous_liste a
{
   display: block;
   color: #534717;
   background-image:url(images/fond_menu2.png);
   text-align: center;
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: bold;
   font-size: 1em;
   width:200px;
   height: 19px;
}

.sous_liste1 a
{
   display: block;
   width: 250px;
   height: 19px;
   background-image:url(images/fond_menu3.png);
}

.sous_liste a:hover
{
   color: #CC6600;
}

#menu_horizontal li:hover ul ul, #menu_horizontal li.sfhover ul ul 
{
        left: -999em; 
}

#menu_horizontal li:hover ul, #menu_horizontal li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
        left: auto; 
        min-height: 0; 
		visibility: visible;
}

   



   /****************************************************************************************MENU VERTICAL***********************************************/

#menu_vertical
{
	clear: both;
	width: 135px;
	height: 600px;
	margin-top: 2px;
	float: left;
	margin-left: 30px;
}

#menu_vertical img
{
	margin-bottom: -4px;
}

.droite
{
	margin-left: 20px;
}

.droite1
{
	margin-left: 5px;
}

.droite2
{
	margin-left: 9px;
}

 /*********************************************************************************************PIED DE PAGE*************************************************/

#pied_de_page
{
	width: 400px;
	height: 60px;
	margin: auto;
	color: #ffc207;
	text-align: center;
	font-style: italic;
	font-size: .6em;
	margin-top: 50px;
	
}

  /*************************************************************************************************CONTENU******************************************************/

#corps
{
	width: 765px;
	height: 520px;
	overflow: scroll;
	text-align: justify;
	margin-left: 200px;
	margin-top: 60px;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
}

#corps h1, #corps h2
{
	color: #6B4B21;
	text-align: center;
	margin-top: 10px;
}

#corps img
{
	display: block;
	margin: auto;
}

p
{
	text-indent: 30px;
	padding-rigth: 10px;
}

#corps p.centrer
{
	color: #ffc207;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	margin-top: 0px;
	text-indent: 0px;
}

.photo
{
	border: solid 1px #000;
	padding: 2px;
	background-color:#FFF;
}





