body
{
   width: 760px;
   margin: 150px; 
   margin-top: 20px; 
   margin-bottom: 20px;   
   background-image: url("images/1.JPG"); 
   color: black;
   cursor: url("images/cur.ani"), auto;
   }
   .bienvenue
{
width: 760px;
padding : 0px;
margin : 5px;
text-align: center;
color : #A0A0A0;
font-family : Georgia;
font-variant: small-caps;
font-weight : bolder;
font-size : 14px;
text-decoration: blink;
margin-bottom: 0px;
padding-bottom : 0px;
}
#en_tete
{
   width: 760px;
   height: 160px;
   background-image: url("images/1.JPG");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#corps
{
padding : 20px;
margin : 5px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top: 10px;
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: center;
   color: #B3B3B3;
   background-color: #000000; /* Une couleur de fond pour le corps */
   background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */
   background-position: center;
   height: 220px;
   font-family : Georgia;
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   font-size : 14px;
background-image: url("images/logogf.gif");
 background-position: center;
}
p
{
   width: 350px; /* On a indiqué une largeur (obligatoire) */
   text-align: center;
   margin-left: 300px; /* On peut donc demander à ce que le block soit centré avec "auto" */
   margin-bottom: 20px;
}
#pied_de_page
{
font-family : Georgia;
  text-align: center;
  font-size: 10px;
  color: #B3B3B3;
  }
 ul /* Liste */     
{
       padding : 5px; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		color : #C59A15;
		list-style-image: url("images/logopuce.jpg");
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Georgia; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		font-variant: small-caps;
		text-align: right;
}

a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0px;/* aucune marge intérieure */
		padding-top: 25px;
        background : #000; /* couleur de fond */        
        color : #C59A15; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 750px; /* largeur */
		text-align: center;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: #C59A15; /* Le lien sera écrit en vert quand on pointera dessus */
   	background-image: url("images/orange.gif");
	background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */
   background-position: center;
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        list-style-image: url("images:logopuce.jpg");
		margin-bottom: 40px;
		text-align: center;

} 
h2
{
   margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top: 50px;
font-variant: small-caps;
text-align: center;
font-size : 14px;
color : #C59A15;
}
 h3
{
 line-height : 21px;
font-variant: small-caps;
   font-size : 14px;
   text-align: center;
   color : #F57F0B;
   background-image: url("images/att.gif");
   background-repeat: no-repeat;
 background-position: center;
 margin-left: 300px;
 width : 600px; 
}
 h4
{
font-weight : bold;
font-family : Georgia;
  text-align: center;
  font-size: 12px;
   color: #B3B3B3;
 margin-left: 300px;
 width : 600px; 
margin-bottom: 5px; 
  margin-top: 5px;
}

 
