body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color: #b0d398;
   background-image: url("images/vraifond.jpg");
   background-repeat:repeat-y;
   background-attachment:fixed;
   background-position:center;
   font-family:Verdana, sans-serif;
   font-size:75%;
}

/* 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: 275px;
}


/* Le menu */

#menu
{
   float: left;
   width: 200px;
   font-size:120%;
}
a
{
/*   text-decoration:none;*/
   color:#003815;
}

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


/* Quelques effets sur les menus */
.menu2
{
   background-color:white;
color: #003815;
}

.element_menu h3
{   
   color: #003815;
   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: #003815;

}

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


/* Le corps de la page */
.menu3
{ background-image: url("images/motif2.png");
   background-repeat: repeat-x;
   
/*margin-left: 1px;*/
border: 2px solid #366243;
width:620px;
}
.menu4
{ 
   background-color:white;
 
margin-left:208px;
width:620px;
}


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

#corps h1
{
   color: #003815;
   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: #003815;
   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-color:white;
   color: #003815;
    clear:both;
	
}
#pied_de_page
{
 clear:both;
   padding: 5px;
   text-align: center;
 margin-top:25px;
   color: #003815;
   background-image: url("images/motif2.png");
   background-repeat: repeat-x;

   border: 2px solid #366243;
   }
   
.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 */
}
.imgflottantel{
	float:left;
}
.pflottantr{
	float:right;
}
.listimg{
	border-style:solid;
	border-width:1px;
}
.listimg2{
	border-style:solid;
	border-width:1px;
	border-color:red;
}
.dessous{

   clear: both;
}
.petit
{
   font-size: small;
}

.titre_menu{
font-weight:bold;
font-size:105%;
margin-left:2px;
}

.tval{
  text-align: center;
  font-size:135%;
}

.lignehr {
margin-left:-4px;
}