

body
{
margin:0px;
    
   background-image: url("images/fond.jpg");
}

/* L'en-tête */

#en_tete
{


margin
   width:100% ;
   height: 100%;
   background-image: url("images/logo.jpg");
   background-repeat: no-repeat;
   margin-bottom:6px;
text-align: center;
}
#meno
{
   
 padding: 3px;

   text-align: center;

   color: ;
   background-color:  #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
margin:0px;
}

 

/* Le menu */

#menu
{
   float: left;
   width: 134px;

}

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


/* Quelques effets sur les menus */


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

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

.element_menu a
{
   color: ;
}

.element_menu a:hover
{
   background-color:green;
   color: #EA7500;
}
/* Le menu */

#menu2
{
   float: right;
   width: 134px;

}

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


/* Quelques effets sur les menus */


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

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

.element_menu a
{
   color: ;
}

.element_menu a:hover
{
   background-color:green;
   color: #EA7500;
}


/* Le corps de la page */

/* Le corps de la page */

#corps
{
   margin-left: 143px;
margin-right:143px;
   margin-bottom: 6px;
   padding: 5px;
   
   color: ;
   background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h3
{
   color: ;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
margin:0px;

}

#corps h2



{
   height: 30px;

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

#right img {
	border: #edede5 solid 2px;
	float: left;
	margin-right: 20px;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{margin-left: 143px;
margin-right:143px;
   padding: 5px;

   text-align: center;

   color: ;
   background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;


}
