.colonne_gauche                                                                                   /* COLONNE DE GAUCHE */
{
   float: left;  /* La colonne flottera à gauche */
   width: 139px; /* Très important : donner une taille à la colonne */
}
.colonne_droite                                                                                   /* COLONNE DE DROITE*/
{
   float: right;    /* La colonne flottera à gauche */
   width: 139px;    /* Très important : donner une taille à la colonne */
}
.element_colonne                                                                               
{
   font-size: 90%;
   text-align: center;                                 
   background-image: url("../images/fond_milieu_colonne.png");      /*Image de fond de la colonne */
   background-repeat: repeat; /* Répéter plusieurs fois l'image de l'arrière plan de la colonne pour le remplir */
   border: 1px solid black;                             
   margin-bottom: 10px;                              
   padding-left: 10px;   
   padding-right: 10px;
   padding-bottom: 10px;
}                                              

div.menu a                                                                                          /*PROPRIÉTÉS DES LIENS DU MENU*/
{
   display: block;
   width: 10em;
   height: 1.4em;
   font-family: verdana,helvetica,arial,sans-serif;
   font-size: 93%;
   font-weight: bold;
   background-color: #700000; /*bordeau*/
   text-align: center;
   color: #FFFF66; /*jaune*/
   text-decoration: none; /*Soulignements*/
   padding-top: 2px;
   margin: auto;   /*A ne pas mofifier pour garder les menus centrer dans les colonnes*/
   margin-bottom: 5px; 
}
span.menu a                                                                                  
{
   font-family: verdana,helvetica,arial,sans-serif;
   font-size: 93%;
   background-image: url("../images/fond_galerie.jpg"); 
   text-align: center;
   color: #FFFF66; /*jaune*/
   text-decoration: none; /*Soulignements*/
   padding: 5px;
   margin: auto;   /*A ne pas mofifier pour garder les menus centrer dans les colonnes*/

}
div.menu a:link, div.menu a:visited 
{
  border-top: 1px solid #99FF88; /*Vert claire*/
  border-bottom: 2px solid black;
  border-left: 1px solid #99FF88; /*Vert claire*/
  border-right: 2px solid black;
}
span.menu a:link, span.menu a:visited 
{
  border-top: 1px solid #FDFBC2; /*Jaune très claire*/
  border-bottom: 2px solid black;
  border-left: 1px solid #FDFBC2; /*Jaune très claire*/
  border-right: 2px solid black;
}
div.menu a:hover       /*Propriétés des Liens pointant la souris sur le Menu*/
{
  color: #00FF00; /*Couleur Verte Claire*/
  border-bottom: 1px solid #99FF88; /*Vert claire*/
  border-top: 2px solid black;
  border-right: 1px solid #99FF88; /*Vert claire*/
  border-left: 2px solid black;
}
span.menu a:hover       
{
  color: #00FF00; /*Couleur Verte Claire*/
  border-bottom: 1px solid #FDFBC2; /*Jaune très claire*/
  border-top: 2px solid black;
  border-right: 1px solid #FDFBC2; /*Jaune très claire*/
  border-left: 2px solid black;
}

.logo_menu  /*Logo Accueil*/
{
   background-image: url("../images/logo_menu.png");
   width: 10em;
   height: 50px;
   margin: auto;
   margin-bottom: -9px;
   margin-left: 2px;
   text-align: center;
}
.logo_menu:hover  /*Logo Accueil*/
{
   background-image: url("../images/logo_menu_vert.png");
}

.gros_titre_colonnes
{
   margin: auto;
   margin-left: -5px;
   margin-right: -5px;   
   width: auto;   
   padding: 3px;
   font-weight: bold; 
   font-size: 110%;
   font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
   color: #00FF00;
   background-image: url("../images/titre_vide.png");
}

div.partenaires 
{
   width: auto;         
   font-family: Arial, "Arial Black", "Times New Roman", Times, Helvetica, serif;
   background-color: #A66255;
   border: 2px outset white;
   padding-top: 5px;
   padding-bottom: 5px;
}
.partenaires a {font-weight: bold; text-decoration: none; color: #FFFF66; /*jaune*/}
.partenaires a:hover {color: #00FF00; /*Couleur Verte Claire*/}
