body
{
   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 */
   background-color: #afe9fd;
   background-image: url("images/fond7.png");
   background-repeat: repeat-x;
}

#en_tete
{
   width: 750px;
   height: 160px;
   margin-left:20px;
}
/*  barre haut */
.menu2
{
   padding: 5px;
   height: 30px;
   width: 780px;
   color: #B3B3B3;
   background-image:url('images/barre-haut.gif');
   background-repeat: no-repeat;
   border: 0px solid black;
   margin-bottom: 20px;  
}

 .menu2 a:hover
{
   color: red;
   border-bottom: 2px solid blue;
   border-top: 2px solid blue;
}
 
.menu2 a
{
   font-weight: bold;
   color: blue;
   margin-left: 40px;	
   text-decoration: none;
   font-family: georgia, "Times New Roman", Times, serif;
}

/*menu gauche*/
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
}

.element_menu
{        
   text-decoration: none;
   border-right: 2px solid red; 
   border-bottom: 2px solid blue;   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   padding-bottom: 20px;
}

.element_menu2
{        
   text-decoration: none;
   border-right: 2px solid red; 
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   padding-bottom: 20px;
}

.sponsor
{
   width: 570px;
   text-align: center;
   margin-bottom: 10px; /* Ca c'est pour Ã©viter que le corps colle trop au pied de page en-dessous */
   margin-left:200px;
   margin-right:0px;
   padding-top: 30px;  /*Pour Ã©viter que le texte ï¿½[34m|  l'intÃ©rieur du corps ne colle trop ï¿½[34m|  la bordure */
   padding-left: 10px;
   padding-right: 10px;
   border: 0px solid black;
   border-top: 2px solid blue;
   font-family: "URW Bookman L", "Times New Roman", Times, serif;
}

.sponsor2
{
   text-align: center;
   font-family: "URW Bookman L", "Times New Roman", Times, serif;
}

#biblio
{
   list-style-image:url('images/biblio.gif');
   margin-left:10px;
}

#outil
{
   list-style-image:url('images/outil.gif');
   margin-left:10px;
}

#faq
{
   list-style-image:url('images/faq.gif');
   margin-left:10px;
}

#help
{
   list-style-image:url('images/help.gif');
   margin-left:10px;
}

#citation
{
   list-style-image:url('images/citation1.gif');
   margin-left:10px;
}
#over
{
   list-style-image:url('images/overview.gif');
   margin-left:10px;
}

#doc
{
   list-style-image:url('images/documentation.gif');
   margin-left:10px;
}

#stats
{
   list-style-image:url('images/stats.gif');
   margin-left:10px;

}
#terre
{
   list-style-image:url('images/terre.gif');
   margin-left:10px;
}
#palette
{
   list-style-image:url('images/palette.gif');
   margin-left:10px;
}

#bug
{
   list-style-image:url('images/bug.gif');
   margin-left:10px;
}

#news
{
   list-style-image:url('images/news.gif');
   margin-left:10px;
}

#ajout
{
   list-style-image:url('images/new_project.gif');
   margin-left:10px;

}

#update
{
   list-style-image:url('images/update.gif');
   margin-left:10px;
}

#download
{
   list-style-image:url('images/download_project.gif');
   margin-left:10px;
}

#list
{
   list-style-image:url('images/list_project.gif');
   margin-left:10px;
}

#reddb
{
   list-style-image:url('images/reddb-ico.gif');
   margin-left:10px;
}

#red
{
   list-style-image:url('images/red-ico.gif');
   margin-left:10px;
}

#reds
{
   list-style-image:url('images/reds-ico.gif');
   margin-left:10px;
}

#amber
{
   list-style-image:url('images/amberffc-ico.gif');
   margin-left:10px;
}

#ff
{
   list-style-image:url('images/ff-ico.gif');
   margin-left:10px;
}

#fyd
{
   list-style-image:url('images/fyd-ico.gif');
   margin-left:10px;
}

#pc
{
   list-style-image:url('images/fyd-ico.gif');
   margin-left:10px;
}

#forum
{
   list-style-image:url('images/forum.gif');
   margin-left:10px;
}

#home
{
   list-style-image:url('images/home.gif');
   margin-left:10px;
}

.element_menu a, .element_menu2 a
{
   font-weight:bold;
   color:black;
   text-decoration: none;
   font-style: italic;
   font-family: georgia, "Times New Roman", Times, serif;
   margin-left:10px;
}

.element_menu h3, .element_menu2 h3 /* Tous les titres de menus */
{   
   color: red;
   font-family: georgia, "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul, .element_menu2 ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

/* Quelques effets sur les menus */
.element_menu a:hover, .element_menu2 a:hover/* Quand on pointe sur un lien du menu */
{
   margin-left: 20px;
   color: red;
   text-decoration: underline;
}

/*partie centrale */

.corps
{
   width: 570px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-left:200px;
   padding-top: 10px;  /*Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-left: 10px;
   padding-right: 10px;
   border: 0px solid black; 
   border-right: 2px solid red; 
   border-top: 2px solid blue;
 }
 
.corps p
 {
   color: red;
   /*font-weight:bold;*/ 
   text-align: center;
   font-family: "Zurich Cn BT", "Times New Roman", Times, serif;
 }
 
.droite
{
  text-align: right;
}

.pied_de_page
{
   width: 785px;
   margin-top:30px;
   border-top: 2px solid blue;
   color:#5e5e5e;
   padding: 3px;
   padding-top:10px;
   text-align: center;
   height: 50px;
   font-size: 12px;
   clear: both;
}

img{border: none;}
.users{color: black;font-size: small;background-color: red;}
.centre{text-align: center;}
.noir{color: black;}
.rouge{color: red;}
.vert{color: green;}
.s1{font-size: x-small;} /* x-Small = font size 1 */
.s2{font-size: small;} /* Small = Font size 2 */
.s3{font-size: medium;} /* Medium = Font size 3 */
.s4{font-size: large;} /* Large = Font size 4 */
.s5{font-size: x-large;} /* x-Large = Font size 5 */
.s6{font-size: xx-large;} /* xx-Large = Font size 6 */
.b1{color: black;font-size: x-small;}
.b2{color: black;font-size: small;}
.b3{color: black;font-size: medium;}
.b4{color: black;font-size: large;}
.b5{color: black;font-size: x-large;}
.b6{color: black;font-size: xx-large;}
.r1{color: red;font-size: x-small;}
.r2{color: red;font-size: small;}
.r3{color: red;font-size: medium;}
.r4{color: red;font-size: large;}
.r5{color: red;font-size: x-large;}
.r6{color: red;font-size: xx-large;}
.g1{color: green;font-size: x-small;}
.g2{color: green;font-size: small;}
.g3{color: green;font-size: medium;}
.g4{color: green;font-size: large;}
.g5{color: green;font-size: x-large;}
.g6{color: green;font-size: xx-large;}
.spec1{color: #5e5e5e; font-size: small;}

