body
{
   width: 760px;
   margin: auto; 
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
   font-family: "Century gothic", "Arial Narrow", "Arial", serif;
}

a:link { color:#FFFFFF ;  }

a:visited { color:#FFFFFF ;}

#haut
{
   width: 760px;
   margin: auto;  
   height: 120px;
   background-image: url("images/banniere1.gif");
   background-repeat: no-repeat;
}

#gauche
{
   width: 200px;
   margin: auto; 
   height: 420px;
   background-image: url("images/banniere2.gif");
   background-repeat: no-repeat;
   text-align: center;
 

}

#coord
{
   margin-top: 90px;
   color: 06316A ;
   font-weight:normal;
  
}


#milieu
{
   width: 500px;
   margin: auto;
   border: 2px ridge silver;
   padding: 10px; 
   margin: 20px;
   background-image: url("images/ligne.gif");
   background-repeat: no-repeat;  
}

#bas
{
   width: 500px;
   margin: auto;
	font-size:8px;
	text-align: center;
}

#bas p
{
	font-size:10px;
}

p
{
   margin: 10px;
   font-size:14px; 
}

li
{
   margin: 0px;
   font-size:14px; 
}

h2
{
   margin: 5px;
   margin-top: 15px;
   margin-bottom: 30px;
   color: DA1802;
   font-weight:normal;
}

h4
{
   margin: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
}


