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;
	background-image:url(images/fond1.jpg);
	border: 4.5px outset rgb(159,144,3);
}

#corps h1, #corps h2
{
	color: rgb(159,144,3);
	text-align: center;
	margin-top: 10px;
	font-style: oblique;
}

#corps h2
{
	margin-top: 50px;
}



p
{
	text-indent: 30px;
	padding-right: 20px;
	padding-right: 20px;
}

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

#corps table
{
    margin: auto;
	padding-top: 15px;
}

#corps td
{
    font-style: normal;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    margin-top: 0px;
	padding-top: 0px;
	font-weight: bolder;
	text-align: center;
	font-size: .8em;
	font-style: italic;
}

blockquote
{
	font-style: italic;
	font-weight: lighter;
}

#corps ul
{
	list-style-position: outside;
	margin-left: 25%;
}

#corps li
{
	list-style-image: url(images/puce_ankh.jpg);
	margin-top: 5px;
}

/*************************************************************************************************FORMULAIRES******************************************************/

#corps form 
{
	text-align: center;
	text-indent: 0px;
}



#corps .pages
{
	text-align: center;
}

#corps .taille
{
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
}

 span input, textarea
{
	border: outset 1px rgb(159,144,3);
}

span input:hover, textarea:hover
{
	
     border: inset 1px rgb(159,144,3);	
}

 span input:focus, textarea:focus
{
	border: solid 1px rgb(159,144,3);
}


#corps a
{
	color: #000;
	text-decoration: none;
}

#corps a:hover
{
	color: #000;
	text-decoration: underline;
}

#corps a:visited
{
	color: rgb(159,144,3);
	text-decoration: underline;
}


#corps .post
{
	border-style: solid;
	border-width: 2px;
	border-color: rgb(159,144,3);
}


#corps .titre_post
{
	height: 13px;
	padding-bottom: 4px;
	border-bottom:  dotted thin rgb(159,144,3);
	font-size: .7em;
	background-image: url(images/fond_post1.png);
}

#corps .titre_post p
{
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	text-indent: 0px;
}

#corps .fort
{
	color: #6F6802;
	font-size: 1.2em;
	font-weight: bolder;
}


#corps .message
{
	background-image: url(images/fon_post2.png);
}

#corps .message p
{
	padding: 20px;
	margin: 0px;
	margin-left: 5px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}	

