#body
{
   width: 700px;
   margin: auto;
   margin-top: 10px;
   margin-bottom:10px;    
   background-image: url/*("images/fond.png")*/;
   font-size:14pt
   font-family: Arial,Helvetica,Verdana,sans-serif;

}

/* L'en-tête */

#en_tete
{
   width: 700px;
   height: 160px;
   background-image: url("images/starrySkies_redBlue.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

/* Le corps de la page */

#corps
{
   width: 750;
   margin: auto;
   text-align: left;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-left: 65px;
   padding-right: 65px;
   padding-top: 10px;
   padding-bottom:20px;
   text-indent: 0px;
   font-family: Arial,Helvetica,Verdana,sans-serif;
   color: #Black;
   background-color: #ffffff;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;
   border-color: rgb(204, 204, 204);
   
}
li {
 
 list-style-image : url(images/bullet.gif);
 list-style-position: outside;
 background-repeat:no-repeat;
 background-position:0% 65%;
 padding-left:20px;
 padding-bottom:20px;
 text-indent: 0px;

} 


#corps h1 /* Tous les titres h1 du corps */
{
   color: #323594;
   text-align: center;
   font-family: Arial,Helvetica,Verdana,sans-serif;
   font-size:34pt;
   font-weight:bold;;
}

.headline-20pt 
{font-family:Tahoma,Arial,Helvetica;
font-size:20pt;
font-weight:bold;
color:#006699;}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px; 
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom:40px;
   font-family: Tahoma,Arial,Helvetica;
   color: #323594;
   text-align: center;
}


#corps h3 /* Tous les titres h3 du corps */
{
   height: 16px;

   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 50px;
   padding-bottom: 30px;
   color: #Black;
   text-align: left;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

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


.Style2 
{
color: #CC3300;}

.Style3 {font-family:Tahoma,Arial,Helvetica;
font-size:32pt;
font-weight:bold;
color:#323594;
}

.souligne {TEXT-DECORATION:underline}

.lettrine {
font-family: Georgia, "Times New Roman", Times, serif;	
font-weight: normal;	
line-height: 60px;	
font-size: 56px;	
color: #black;	
float: left;
text-indent: 10px;
}
.no_cadre{ 
border:none; 
} 
