/* CSS Document */

body { 
background: url("images/cfs.jpg") repeat-x;
width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */ 
}
#banniere
{
width: 800px;
   height: 100px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 25px;
   float:left;
}   
/* -------[Menu 1]-------- */
#menu1 {
width: 800px;
font-size:80%;
border-color: #94AA74;
border-size: 1px;
border-width: 1px;

}
#menu1 ul {
list-style: none;
margin: 0;
padding: 0;

}
#menu1 li a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
height:30px;
width:24%;
text-align:center;
text-decoration: none;
float:left;
margin:1px;
}
/* N'oubliez pas de renseigner l'adresse des images que vous avez téléchargé */
#menu1 li a:link, #menu1 li a:visited {
color: #5E3000;
display: block;
background: url(images/menu1.gif);
padding: 1px 0 0 1px;

}
#menu1 li a:hover {
color: #26370A;
background: url(images/menu1.gif) 0 -32px;
padding: 1px 0 0 1px;
}
#menu1 li a:active {
color: #12345A;
background: url(images/menu1.gif) 0 -64px;
padding: 1px 0 0 1px;
}
#mail
{
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
margin-top:10px;
text-align:center;
}
#diaporama
{
float:right;
padding-top:30px;
}
#nouveau
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}
#accueil
{
padding-top:350px;
text-align:center;
}
h3
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}
p
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}
#presentation1
{
margin-left:10px;
padding-top:170px;
}
#presentation2
{
margin-left:10px;
padding-top:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}
#chargeur
{
float:right;
padding-top:5px;
padding-right:20px;
}
#nacelle
{
float:right;
padding-top:100px;
}
#contact
{
float:left;
margin-left:10px;
padding-top:10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}
#arbre
{
padding-top:10px;
float:right;
border:0px;
}
#liens
{
padding-top:10px;
float:right;
}
#materiel
{
margin-left:10px;
padding-top:170px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}

