body
{
   width: 100%;
   background-image:url("images/fond.jpg");
   background-repeat: no-repeat;
   background-color: #faf6fd;

	
}

/* L'en-tête */
#container
{
   background-color: white;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#en_tete
{
  background-image: url("images/header.png");
  margin-left:5px; 
  margin-top: 5px;
  background-repeat: no-repeat;
 width: 800px;
 height: 150px;
 }

#menu
{
 float: left;
  width: 200px;
  margin-top: 20px;
  }
ul.sanspoint {
list-style-type: none;
}

li.simple
{
background-image: url(images/puce.png);
background-repeat: no-repeat;
list-style-image : none;
width: 160px;
height: 45px;
padding-left: 25px;
padding-top: 5px;
   }

#menu a
   {
	color: #8c0a34;
	text-decoration: none;
      }
#menu a, #menu a:visited   
{
	text-decoration: none;
	color: #4e051d;
}
 
#menu a:hover, #menu a:visited:hover {
color: #4e051d;
text-decoration:none;
}

p 
{

float: right;
padding: 2%;
margin-left: 2px;
margin-top: 2px;
width: 120px
height: 90px;
 
}
p1 
{

float: left;
padding: 2%;
margin-left: 2px;

}

#corps
{
color: #243319;
text-align:left;
width: 550px;
margin-left: 205px;
margin-top:60px;
padding-right: 25px;

}

#corps h1
{
   color: #243319;
   text-align: center;
   font-family:Trajan Pro ;
   font-size: 15pt;
}

#corps h2
{
   color: #243319;
 
    font-family:helvetica neue ;
   font-size: 12pt;
}
#corps h3
{
   color: #631210;
   text-align: center;
    font-family:helvetica neue ;
   font-size: 10pt;
 }

#pied_de_page
{
color: #243319;
   text-align: center;
    font-family:helvetica neue ;
   font-size: 9pt;
    margin-top: 75px;
    text-decoration:none;  /*on enlève le soulignement du lien*/
}


