@font-face { 
font-family: "GESSELE"; 
font-style:  normal; 
font-weight: normal; 
src:         url(http://sevignon.com/GESSELE.TTF); 
} 



.lien {width:200px; height:133px;border:none;}

.lien2 {width:150px; height:200px;border:none;}

.lien3 {width:300px; height:200px;border:none;}

.lien4 {width:200px; height:266px;border:none;}

.Style1 {font-family: Times New Roman, Times, serif;font-weight: bold;}
 a:hover {font-family: comic sans ms;font-weight: bold;font-style:oblique;color:silver;}
 a:visited {font-family: comic sans ms;color:silver;}
 a {font-family: comic sans ms;color:silver;}

#menu a {
     /*margin: 0 0px;
     width: 180px;  on définit la taille du bouton de menu
     height: 50px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #828282;
     font-family: GESSELE;
     font-weight: none;
     background: url(.//menuOndes.jpg);*/
     }
	 
#menu a:hover {
     /*background: url(.//menuOndes.jpg);*/
     }

#menu a:active {
     }

#entete {
    /*position:absolute;
    margin:5px 0 0 5px;
    bottom:80%;
    left:33%;*/
}

#menu {
    /*position:absolute;*/
    /*margin:5px 0 0 5px;*/
}

#centre {
    /*position:absolute;*/
    /*margin:5px 0 0 5px;*/
    top:30%;
    left:25%;

}

.letrine p:first-letter /* Je veux que la première lettre de mes paragraphes... */
{
   float: left; /* Flotte à gauche */
   font-size: 3em; /* Fasse une hauteur de 3 lignes */
   font-family: Arial, Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}

body:
{
     background-position:center,center;
     background-attachement: fixed;
}

