/* Feuille de style pour la structure général de toutes les pages */

@import "/css/general.css";
@import "droite_gauche.css";
@import "/css/accueil.css";
@import "haut.css";

html, body {
 	
}

/* ------------------------------------------- */
/* PROPRIETES GENERALES                        */
/* ------------------------------------------- */


#contenant-centre1, #contenant-centre2, #contenant-centre1-bas, #contenant-centre2-bas {
	background: #f5f5fd;  /* Background pour la zone de gauche*/
}
  	

/* ------------------------------------------- */
/* CLASS BOITE                                 */
/* ------------------------------------------- */

.boite {
	background-color: #f5f5fd;
}

#centre .boite {
	background-color: #ffffff;
}

.bg_fonce {
  background-color: #6792C2;
}

.bg_pale {
  background-color: #F4F5FD;
}

.boite h1, .boite h2, table h1 { 	
    	background-color: #6792C2;
}

.affichage_court_titre {  	
    	background-color: #6792C2;	
}

.boite h3 { 
	color:#6792C2;
    	background-color: #F4F5FD;
}


/* ANCHOR */

.boite a {
	color:#000000;
}

.boite a:hover {
	color:#000000;
}

.boite a:visited {
	color:#000000;
}

/* ------------------------------------------- */
/* CLASS DIVERS                                */
/* ------------------------------------------- */

.lbl {
	font-weight: bold;
	color: #000000;
}
.boite-affichage {
	background-color: #F4F5FD;
}
.affichage-gauche {
	background-color: #ffffff;
}

#haut input, #haut select, #haut texarea {
	background-color: #F4F5FD;
}
input#bouton-ok-recherche, input#bouton-ok-acces-directe {
	
	background: none;
}

/* ------------------------------------------- */
/* ENVOYER À UN AMI                            */
/* ------------------------------------------- */

.titre_envoyerami {
	color: #f5f5fd;	
        font-family: verdana, tahoma, arial; 
        font-size: 18px; 
        font-weight: bold;
}

/* ------------------------------------------- */
/* BOUTONS                                     */
/* ------------------------------------------- */

a.bouton, .bouton {
    background: #F4F5FD;
    color: #6792C2;
	
}
a:visited.bouton {
    color: #6792C2;
}
a:hover.bouton {
    color: #6792C2;
    border:1px solid #6792C2;
}

a:hover .boutonicon {
    color: #6792C2;
}


