#conteneur
{
border: solid white 2px;
margin-top: 5px;
margin: 0 auto;
width: 1024px;
height:100%;
background-image:url("../images/site/fond_conteneur.gif");
background-repeat: repeat-y;
}
body
{
background-color: #d0d0d0;
}

#banniere
{
Height: 50px; /*hauteur  banniere*/
border: solid white; 
margin: 0 auto; /* centre la bannière */
margin-bottom:25px; /* marge du bas*/
width: 900px; /* largezr de la banniere*/
height:200px;
background-image:url("../images/site/banniere1.gif")
}

#menu_haut
{
margin-left:17px;
width: 560px;
height:32px;
padding: 0;
}


 /* Lien du menu du haut */
#menu_haut a
{
width: 139px;
height: 30px;
}
#menu_haut a :active
{
color: green;
text-decoration:none;
}
#menu_haut a :visited
{
color: white;
text-decoration:none;
}


#menu_haut dl, dt /* Enlever les marges des block de lien du menu haut*/
{
margin: 0;
padding: 0;
}
#menu_haut dl
{
float: left; /* aligner les block de liens du menu haut sur une ligne */
height:30px;

}

#menu_haut dt
{
cursor: pointer;
text-align: center;
}
#menu_haut dt a
{
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#accueil /* Lien Accueil du haut */
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_accueil.gif");
background-repeat: no-repeat;
}
#accueil:hover
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_accueil_hover.gif");
background-repeat: no-repeat;
}


#forum /* Lien Forum du haut*/
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_forum.gif");
background-repeat: no-repeat;
}
#forum:hover
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_forum_hover.gif");
background-repeat: no-repeat;
}

#liens/* Lien Telechargement du haut*/
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_liens.gif");
background-repeat: no-repeat;
}
#liens:hover
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_liens_hover.gif");
background-repeat: no-repeat;
}

#contact/* Lien Contact du haut*/
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_contact.gif");
background-repeat: no-repeat;
}
#contact:hover
{
width: 139px;
height: 30px;
background-image: url("../images/site/menu_haut_contact_hover.gif");
background-repeat: no-repeat;
}

.vertical_align_top
{
vertical-align: top;
}
 
#colonne_centre
{
vertical-align: top;
width: 650px;
margin-left:10px;
}
#colonne_droite
{
vertical-align: top;
}
.rubrique_droite
{
width: 88%;
}

.rubrique /* Block de lien entier*/
{
text-align: center;
margin: 0px;
padding:0px;
width:130px;
background-image:url("../images/site/fond_menu.gif");
background-repeat:repeat-y;
}

.rubrique1  /* Le haut d'une rubrique du menu*/
{
width:130px;
height:24px;
margin: 0px;
background-image:url("../images/site/rubrique_head.gif");
background-repeat:no-repeat;
color: #0000a5; /* couleur du texte */
font-family:Comic sans ms, serif; /* police du texte */
font-weight:bold; /*miste en gras du texte*/
font-style:italic; /* mise en italic du site*/
font-size:1.1em; /* taille du texte */
text-align:center; /* alignement du texte */
}
.rubrique_bottom
{
margin: 0px;
padding:0px;
width:130px;
height:18px;
background-image:url("../images/site/rubrique_bottom.gif");
}

.rubrique a
{
margin: 0px;
padding:0px;
display:block;
width:130px;
height:19px;
color:#0000d0;
font-family:comic sans ms, serif;
font-size:0.8em;
text-decoration:none;
}
.rubrique a:hover
{
width:130px;
height:19px;
font-family:comic sans ms, serif;
font-size:0.7em;
text-decoration:none;
color:black;
background-image:url("../images/site/fond_menu_hover.gif");
}
/*Pour éviter la décoration dans les liens partenaires, la bande jaune et le contour bleu du lien*/
.rubrique_partenaires /* Block de lien entier*/
{
text-align: center;
margin: 0px;
padding:0px;
width:130px;
background-image:url("../images/site/fond_menu.gif");
background-repeat:repeat-y;
}
.rubrique_partenaires a
{
width:88px;
height:34px;
text-decoration:none;
}
.rubrique_partenaires a:hover
{
width:88px;
height:34px;
text-decoration:none;
}
.rubrique_partenaires a:visited
{
width:88px;
height:34px;
color: none;
text-decoration:none;
}

.rubrique p
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#corps
{
width: 600px;
background-color: #f6f6f6;
background-image:url("../images/site/fond2.gif");
background-repeat:no-repeat;
border-top: 2px solid #bababa;

border-left:1px solid #8a7e7e;
border-right:1px solid #8a7e7e;
}
#corps #main
{
display: block;
padding-top: 5px;
padding-bottom:4px;
width:600px;
min-height: 500px;
}
#corps #main p
{
margin:5px 15px 0 15px;
padding:5px;
font-family:"comic sans ms", serif; /* police du texte */
color:black;  /* couleur du texte dans le corps de la page */
font-size:0.8em; /* taille du texte */
text-align:justify; /* alignement du texte par rapport aux bords du cadre news */
}
#main_footer
{
width:599px;
height:60px;
background-color:#f6f6f6;
background-image:url("../images/site/main_footer.gif");
background-repeat:no-repeat;
}
#footer
{
width: 1024px;
height:160px;
background-image:url("../images/site/footer.gif");
background-repeat: no-repeat;
}
#footer_menu
{
width:140px;
height:200px;
background-image:url("../images/site/footer_menu.gif")
}
#centre
{
width: 90%;
margin: 0 auto;
background-image:url("../images/site/fond_centre.gif");
background-repeat:no-repeat;
}
#copyright
{
 text-align: center;
margin: 0 auto;
padding: 1px;
border: double 4px;
background-color: #ffffbd;
width:900px;
height: 28px;
font-size:0.6em;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_head
{
width:600px;
height:80px;
padding:0px;
margin: 0px;
background-image:url("../images/site/main_head.gif");
background-repeat:no-repeat;
}
.valid
{
padding-top: 3px;
width:140px;
height:23px;
margin:0 auto;
text-align:center;
}
.lien_valid
{
height:22px;
width:64px;
border:white;
}
.lien_valid:hover
{
text-decoration:none;
border:white;
text-decoration:none;
}
.lien_valid:visited
{
border:white;
text-decoration:none;
}
.lien_valid:active
{
border:white;
text-decoration:none;
}
#titre_corps
{
padding-top:36px;
padding-left:20px;
font-family: "Comic sans MS";
font-size: 2.01em;
font-weight: bolder;
color: #5d5fc6;
font-style:italic;
}
#compteur
{
font-size:0.9em;
color:#0000d0;
font-family: "comic sans MS";
font-weight: bolder;
font-style:italic;
}


.actu_forum /* Block de lien entier*/
{
text-align: center;
margin: 0px;
padding:0px;
width:130px;
background-image:url("../images/site/fond_menu.gif");
background-repeat:repeat-y;
}

.actu_forum a:hover /* enlever le hover du nuage sur les liens */ 
{
width:150px;
color:blue;
}
.actu_forum_sujet
{
width:130px;
margin:0px;
font-size: 0.7em;
}
.actu_forum_posteur
{
width:130px;
margin:0px;
font-size: 0.6em;
}
.pub_google
{
margin-top: 30px;
width: 125px;
height: 125px;
}

#banniere_pub
{
margin-left: 65px;
margin-top:20px;
}
