body
{
   width: 750px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;    
   background-image: url("images/fond.jpg");
   background-attachment: fixed;
   background-position: center top;
   background-color: #d1d1ff;
   background-repeat: no-repeat;
}

/* L'en-tête */

#en_tete
{
   width: 750px;
   height: 120px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   background-color: #d1d1ff;
   margin: 0px;
}

/* Le corps de la page */

#corps
{
   margin: 0px;
   padding: 20px;

   background-color: white;
}

#texte_accueil
{
   background-color: white;
   background-image: url("images/fond_accueil.png");  
   background-repeat: no-repeat;
   background-position: bottom center;
   
   width: 100%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
}

#corps h1
{
   font-size: 1.6em;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

#corps h2
{
	margin-left:30px;
	text-indent: 0px;
	padding-top: 30px;
	font-size: 1.3em;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

#corps h3
{
   padding:8px;
   margin:0px;
   margin-left:60px;
   text-indent: 0px;
   font-size: 1.2em;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

#corps h4
{
	padding: 3px;
	margin:0px;
	margin-left:80px;
	margin-bottom:10px;
	text-indent: 0px;
	font-size: 1.1em;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

#corps p
{
padding: 0px;
font-size: 1em;
   font-family: "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: justify;
   text-indent: 30px;
}

#corps em
{
	font-style: italic;
}

#corps strong
{
	font-weight: bold;
}

ol
{
	font-size: 1.2em;
}

#corps ul
{
	font-size: 1em;
	font-family: "Trebuchet MS", Times, "Times New Roman", serif;
}

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

#pied_de_page
{
   padding: 1px;
   clear: both;
   margin: 0px;

   text-align: center;
   font-size:0.8em;

   background-color: #eeeeee;
}

