

body
{
   width: 85%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");

}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 100px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   background-color: rgb(0,0,0);
   margin-bottom: 10px;
   text-decoration:none
}


/* Le menu */

#menu
{
   float: right;
   width: 150px;
   height: 290px;
}


.element_menu
{
   background-color: #FF001D;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   color: #FAC21B;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{  
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/flamme.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu #presentation
{
	display: none;
}

.element_menu:hover #presentation
{
	display: block;
}

.element_menu a
{
	color: #FAC21B;
	background-color: #FF001D;
	text-decoration:none
}

.element_menu a:hover
{
	background-color: #FF001D;
	color: black;
}

a img
{
border: none;
} 

.postes
{
	color: #3EAFFF;
	font-style:italic;
}


/* Le corps de la page */

#corps
{
   height: 100%;
   margin-right:160px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #FAC21B;
   background-color: #FF001D;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h1
{
   color: #FAC21B;
   text-align: center;
   background-image : url("");
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #FAC21B;
   text-align: left;
}

#corps p
{
   color: #FAC21B;
   text-align: left;
}

#corps img
{
   float:left;
}

.pqui
{
   color: #FAC21B;
   float:left;
   margin-left:30px;
}

#photos
{
   height: 100%;
   margin-right:160px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #FAC21B;
   background-color: #FF001D;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding-top:0px;
   height: 50px;
   
   text-align: center;

   color: #FAC21B;
   background-color: #FF001D;
   background-image: url("images/pied.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

