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

}

/* L'en-tête */

#en_tete
{
   width: 500px;
   height: 100px;
   background-image: url("images/vraititre.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 140px;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
   
}

a
{
/*   text-decoration:none;*/
   color:#f6f1fc;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color:#01a23d;
}
.element_menu
{
   /*background-color: #00174F;*/
   border: 2px solid #00469B;
   background-image: url("images/motifs.png");
   background-repeat: repeat-x;
   
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */
.menu2
{
   background-image:url("images/fond_st.png");
color: #FFF7D5;
}

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

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

.element_menu a
{

   color: #FFF7D5;

}

.element_menu a:hover
{
   background-color: #00469B;
   color: white;
}


/* Le corps de la page */
.menu3
{ background-image: url("images/motifs.png");
   background-repeat: repeat-x;
   
/*margin-left: 1px;*/
border: 2px solid #00469B;
}
.menu4
{ 
background-image:url("images/fond_st.png");   
margin-left:138px;

}


#corps
{
margin-left: 4px;
   margin-bottom: 20px;
   text-indent:5px;   
   color: #FFF7D5;
   /*background-color: #00174F;*/
   
   /*background-image: url("images/motifs.png");
   background-repeat: repeat-x;*/
   
   height:auto;
   width:auto;
}

#corps h1
{
   color: #FFF7D5;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

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

.gras
{ 
text-align:center;

}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
.footer{
   background-image:url("images/fond_st.png");
   color: #FFF7D5;
    clear:both;
	
}
#pied_de_page
{
 clear:both;
   padding: 5px;
   text-align: center;
 margin-top:25px;
   color: #FFF7D5;
   background-image: url("images/motifs.png");
   background-repeat: repeat-x;
   
   border: 2px solid #00469B;
   }
   
.citation
{   
   font-style:oblique;
   margin-left:10px;
}

.total_citation
{
   margin-left:10px;
   background-image:url("images/citation.png");
   width:100%;
   border-style:dashed;
   border-width:1px;
     height:auto;
   width:auto;

}

.lien
{
   font-weight:bolder;
   font-style:oblique;

}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

.petit
{
   font-size: small;
}