body
{
   width: 1024px;
   margin: auto; /* Pour centrer notre page */
   margin-top: -10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
   background-color: #; /* La couleur de fond de la page */
   background-image: url(images/design/fond.jpg);
   font-family : Constantia;
   padding: 15px;
   font-size : 14px;
}

a img
{
border: none;
} 

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: white; /* Les liens seront en rouge au lieu de bleu */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: gold; /* Le lien sera écrit en vert quand on pointera dessus */
}

/* Menu horizontal */ 

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 22px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{

        font-weight : ; /* on met le texte en gras */
        font-family : Constantia;
        font-size : 13px; /* hauteur du texte : 13 pixels */
		position: relative; z-index: 5;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: 15px;
}

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

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 116px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		background : #C4B39A;
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 116px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */    
}

/* IE ne reconnaissant pas le sélecteur ">"*/
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
		min-height: 0; /* Corrige un bug sous IE */
}

/* Fin du menu horizontal */ 

#banniere
{
   width: 1020px;
   height: 383px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bannieres/banniere_03.gif");
   margin: auto;
   margin-left: 1px;
}

#menu_horizontal
{
   width: 865px;
   height: 35px;
   background-repeat: no-repeat;
   position: relative; z-index: 5;
   background-image: url("images/design/menu_horizontal.png");
   margin-top: -37px;
   margin-left: 77px;
}

#sous_banniere
{
   width: 1011px;
   height: 44px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/sous_banniere.png");
   margin-left: 5px;
   margin-top: 0px;
   margin: auto;
}

#espace
{
   width: 1011px;
   height: 15px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/espace.png");
   margin-left: 5px;
   margin-top: -1px;
   margin: auto;
}

#colonnes
{
   width: 1011px;
   height: 100%;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/colonnes.png");
   margin-left: 5px;
   margin-top: 0px;
   margin: auto;
   padding : 5;
}

.body_haut
{
   width: 965px;
   height: 12px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/body_haut.png");
   margin-left: 5px;
   margin-top: 0px;
   margin: auto;
   padding : 5;
}

.body_milieu
{
   width: 965px;
   height: 100%;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/body_milieu.png");
   margin-left: 5px;
   margin-top: 0px;
   margin: auto;
   padding : 5;
}

.body_bas
{
   width: 965px;
   height: 13px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 4;
   background-image: url("images/design/body_bas.png");
   margin-left: 5px;
   margin-top: 0px;
   margin: auto;
   padding : 5;
}

.cadre_titre_page_haut
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_titre_page_haut.png");
   margin-left: 0px;
   margin-top: 0px;
   padding : 2;
}

.cadre_titre_page_milieu
{
   width: 800px;
   height: 20px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_titre_page_milieu.png");
   margin-left: 0px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Constantia;
   font-size : 15px;
}

.cadre_titre_page_bas
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_titre_page_bas.png");
   margin-left: 0px;
   margin-top: 0px;
}

.image_titre_news
{
    background-image: url("images/design/titre_news.png");
	width: 953px;
    height: 54px;
    background-repeat: no-repeat;
	margin-left: -16px;
	padding: 17px;
}

.banniere_boutique
{
   width: 944px;
   height: 179px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bannieres/banniere_boutique.png");
   margin-left: 5px;
   margin: auto;
}

.banniere_accueil
{
   width: 944px;
   height: 179px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bannieres/banniere_accueil.gif");
   margin-left: 5px;
   margin: auto;
}

.cadre_news
{
   width: 469px;
   height: 127px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_news.png");
   margin-left: 11px;
   margin-top: 0px;
}

.cadre_bas_news
{
   width: 469px;
   height: 149px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_bas_news.png");
   margin-left: 11px;
   margin-top: 0px;
   padding : 0;
   text-align : left; /* on centre le texte qui se trouve dans la liste */
   font-family : Cambria;
   font-size : 14px;
}

a
{
   color: black; /* Les liens seront en rouge au lieu de bleu */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   color: black; /* Le lien sera écrit en vert quand on pointera dessus */
}

p
{
   margin-left: 20px;
   margin-top: -5px;
   
}

.cadre_modding
{
   width: 469px;
   height: 127px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_modding.png");
   margin-left: 485px;
   margin-top: -276px;
}

.cadre_bas_modding
{
   width: 469px;
   height: 149px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_bas_modding.png");
   margin-left: 485px;
   margin-top: 0px;
   padding : 5;
   text-align : left; /* on centre le texte qui se trouve dans la liste */
   font-family : Cambria;
   font-size : 14px;
}

.cadre_histoire
{
   width: 469px;
   height: 127px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_histoire.png");
   margin-left: 11px;
   margin-top: 10px;
}

.cadre_bas_histoire
{
   width: 469px;
   height: 149px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_bas_histoire.png");
   margin-left: 11px;
   margin-top: 0px;
   padding : 5;
   text-align : left; /* on centre le texte qui se trouve dans la liste */
   font-family : Cambria;
   font-size : 14px;
}

.cadre_forum
{
   width: 469px;
   height: 127px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_forum.png");
   margin-left: 485px;
   margin-top: -276px;
}

.cadre_bas_forum
{
   width: 469px;
   height: 149px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_bas_forum.png");
   margin-left: 485px;
   margin-top: 0px;
   padding : 5;
   text-align : left; /* on centre le texte qui se trouve dans la liste */
   font-family : Cambria;
   font-size : 14px;
}

.cadre_boutique
{
   width: 308px;
   height: 258px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_boutique.png");
   margin-left: 11px;
   padding: -0 4px;
   padding-top: 4px;
}

.cadre_autre
{
   width: 308px;
   height: 258px;
   background-repeat: no-repeat;
   margin-top: -262px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_autre.png");
   margin-left: 328px;
   padding: -0 4px;
   padding-top: 4px;
}

.cadre_dons
{
   width: 308px;
   height: 258px;
   background-repeat: no-repeat;
   margin-top: -262px;
   position: relative; z-index: 5;
   background-image: url("images/design/cadre_dons.png");
   margin-left: 646px;
   padding: -0 4px;
   padding-top: 4px;
}

.bulle_haut
{
   width: 396px;
   height: 6px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bulle_haut.png");
   margin-left: 300px;
   margin-top: 0px;
}

.bulle_milieu
{
   width: 396px;
   height: 100%;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bulle_milieu.png");
   text-align : center;
   margin-left: 300px;
   margin-top: 0px;
   padding : 2;
   font-family : Segoe Print;
   font-size : 11px;
}

.bulle_bas
{
   width: 396px;
   height: 6px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/bulle_bas.png");
   margin-left: 300px;
   margin-top: 0px;
}

.conseiller
{
   width: 90px;
   height: 108px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/conseiller.png");
   margin-left: 693px;
   margin-top: -47px;
}

.conseillere
{
   width: 90px;
   height: 108px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/conseillere.png");
   margin-left: 693px;
   margin-top: -47px;
}

.onglet_haut_cadre_telechargement
{
   width: 128px;
   height: 8px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/telechargements/onglet_haut_cadre_telechargement.png");
   margin-left: -442px;
   margin-top: 0px;
   padding : 2;
}

.onglet_cadre_telechargement
{
   width: 128px;
   height: 17px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/telechargements/onglet_cadre_telechargement.png");
   margin-left: -442px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Constantia;
   font-size : 14px;
}

.cadre_haut_telechargement
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/telechargements/cadre_haut_telechargement.png");
   margin-left: 0px;
   margin-top: 0px;
   padding : 2;
}

.cadre_milieu_telechargement
{
   width: 590px;
   height: 100%;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/telechargements/cadre_milieu_telechargement.png");
   margin-left: 0px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Constantia;
   font-size : 12px;
   font-style: italic;
}

.cadre_bas_telechargement
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/telechargements/cadre_bas_telechargement.png");
   margin-left: 0px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Segoe Print;
   font-size : 11px;
}

.onglet_haut_cadre_presentation
{
   width: 128px;
   height: 8px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/presentations/onglet_haut_cadre_presentation.png");
   margin-left: -442px;
   margin-top: 0px;
   padding : 2;
}

.onglet_cadre_presentation
{
   width: 128px;
   height: 17px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/presentations/onglet_cadre_presentation.png");
   margin-left: -442px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Constantia;
   font-size : 14px;
}

.cadre_haut_presentation
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/presentations/cadre_haut_presentation.png");
   margin-left: 0px;
   margin-top: 0px;
   padding : 2;
}

.cadre_milieu_presentation
{
   width: 590px;
   height: 100%;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/presentations/cadre_milieu_presentation.png");
   margin-left: 0px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Constantia;
   font-size : 12px;
   font-style: italic;
}

.cadre_bas_presentation
{
   width: 590px;
   height: 10px;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/presentations/cadre_bas_presentation.png");
   margin-left: 0px;
   margin-top: 0px;
   text-align : center;
   padding : 2;
   font-family : Segoe Print;
   font-size : 11px;
}

#colonnes_bas
{
   width: 1017px;
   height: 15px;
   background-repeat: repeat;
   margin-bottom: 0px;
   position: relative; z-index: 5;
   background-image: url("images/design/colonnes_bas.png");
   margin-left: 2px;
   margin-top: 0px;
   margin: auto;
}