Body
{
   width: 1000px;
   margin: auto;
   font-family: "Trebuchet MS", Verdana, Arial, serif;
}
#en_tete
{
   width: 1001px;
   height: 200px;
   margin: auto;
   background: url("images/banniere_nature.png") center center no-repeat;
}
#cadre
{
   background: url("images/fond_nature.png") center center repeat-y;
   min-height: 700px;
}
#menu
{
	float: left;
	width: 188px;
	height: 600px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}

#corps
{
	margin-left: 200px; /* marge pour le menu */
	padding: 20px;
	margin-right: 15px;
}

#pied_de_page
{
   width: 1001px;
   background: url("images/pied_nature.png") top no-repeat;
   padding-top: 20px;
   text-align: center;
}

#copyright
{
   text-align: center;
   font-weight: bold;
   padding-top: -20px;
   font-size: x-small;
   color: #00871b;
}

#haut_page
{
   text-align: center;
}
/* Fin des .id */



.element_menu h3 
{    
   color: #b3e900;
   font-family: "Trebuched MS", Verdana, Arial, serif;
   text-align: center;
   border: 2px outset #006302;
}

.ascenseur
 {
   width: 400px;
   text-align: center;
   margin: auto;
   margin-bottom: 20px;
}

.images
{
   width: 600px;
   text-align: center;
   margin: auto;
   color: #ffffff;
}
.diaporama
{
   width: 600px;
   max-height: 450px;
   text-align: center;
   margin: auto;
   border: 5px inset #006628;
}
.news
{
   width: 575px;
   margin: auto;
   padding: 15px;
   text-align: center;
   border: 2px inset green;
   margin-bottom: 10px;
}
.partenaires
{
	width: 400px;
	margin: auto;
	text-align: center;
	
}
/* Fin des .class */



p /* Confi des paragraphes */
{
   color: #ffffff;
   font-size: 16px;
   font-family: "Trebuchet MS", Verdana, Arial, serif; 
   text-align: justify;
}  


h1
{
   color: #b3e900;
   font-size: 26px;
   font-family: "Trebuchet MS", Verdana, Arial, serif;
   text-align: center;
   font-variant: small-caps;
   text-decoration: underline;
}
h2
{
   color: #b3e900;
   font-size: 20px;
   font-family: "Trebuchet MS", Verdana, Arial, serif;
   text-align: left; 
   font-style: italic;
   font-variant: small-caps;
}
h3
{
   color: #b3e900;
   text-align: center;
   font-size: 18px;
   font-style: italic;
   font-family: "Trebuchet MS", Verdana, Arial, serif; 
}
/* Fin des Titre */

 

a img /* Images/liens */
{
   border: none;
}


li /* Coonfig liste a puce */
{
   list-style-image: url("images/puce_nature.png");
}

a /* Config liens */
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #ffffff; /* Liens en blanc */
   font-family: "Trebuchet MS", Verdana, Arial, serif;
}

table /* Config des tables */
{  
   border: 4px inset #ffffff;
   border-collapse: collapse;
   color: #ffffff;
   padding: 5px;
   width: 500px;
   margin: auto;
}
td, th /* Config des cellules des tables */
{
   border: 2px groove #ffffff;
   padding: 10px;
}
