html,
body {
background-color : #000000; /* couleur d'arrière plan de la page */
color: #gold;
text-align: center;
margin: auto;
line-height:20px;
}

h1 {/*modeles de polices*/
font-size : 565%; /*taille de tes titres de valeur H1 */
font-family : Century Gothic, Arial, Helvetica, Geneva, sans-serif;
color:#FFFFFF;
}

h2 {
font-size : 100%; 
font-family :  Arial, Helvetica, Geneva, sans-serif; 
color : #FBF4A1;
}

h3 {
font-size : 75%; 
font-family :  Times new roman, Arial, Helvetica, Geneva, sans-serif; 
color : #black;
}

h4 {
font-size: 300%;
font-family; Times New Roman, Verdana, Geneva, sans-serif
color: #FFFFFF
}


#conteneur{
background-color: #000000;
width: 850px;
height: 910px;
margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
margin: 0 auto;
border: 1px solid black;
text-align: justify;
overflow: auto; 
}



a:link {color: #AADCEB; text-decoration:none;}
a:visited {color: #E9DAB1; text-decoration:none;}
a:hover {color:#99CC33; text-decoration:none;}


.flotte
{
   float: right;
   margin-top: 25px;

}

.noborder
{
   border: 0px solid black;
}

