/*
	CSS pour autres sections - CLQ
	Emilie - egzakt.com
	2005-11-08
*/


h5 {
	color:#67704E;
}

a:hover {
	color:#67704E;
}



/* NAVIGATION PERSONNAGES PETITS
-----------------------------------------------*/
#personnage_rouge, #personnage_rouge_en {
	border-right:6px solid #FFFFFF;
}

#personnage_mauve, #personnage_mauve_en {	
	border-right:6px solid #FFFFFF;
}




/* COLONNE GAUCHE NORMAL 
-----------------------------------------------*/
#gauche_normal {
	background-color:#F7F7F0; /*#EDF0E4;*/
}

#gauche_normal_actualite_1 {
	background-color:#9C9D62;
}

#gauche_normal_actualite_2 {
	background-color:#AE3211;
}

#gauche_normal_actualite_3 {
	background-color:#58427B;
}

#gauche_normal_actualite_4 {
	background-color:#3983A0;
}



/* COLONNE GAUCHE ACCUEIL
-----------------------------------------------*/
#gauche_accueil {
	 background-color:#E8EDD8;
}


/* COLONNE DROITE NORMAL
-----------------------------------------------*/
#texte .titre {
	color:#67704E;
}

#texte .titre_petit {
	color:#67704E;
}


#texte_actualite_1 {
	background-color:#F7F7F0;
}

#texte_actualite_1 .titre, #texte_actualite_1 h5 {
	color:#727328;
}

#texte_actualite_1 .titre_petit {
	color:#727328;
	font-weight:bold;
}

#texte_actualite_1 .date {
	color:#727328;
}

#texte_actualite_1 .encadre {
	background-color:#EBEBD5;
}


#texte_actualite_2 {
	background-color:#F2F1ED;
}

#texte_actualite_2 .titre, #texte_actualite_2 h5 {
	color:#752916;
}

#texte_actualite_2 .titre_petit {
	font-weight:bold;
	color:#752916;
}

#texte_actualite_2 .date {
	color:#752916;
	font-weight:bold;
}

#texte_actualite_2 .encadre {
	background-color:#EDE1E1;
}


#texte_actualite_3 {
	background-color:#F2F2F7;
}

#texte_actualite_3 .titre, #texte_actualite_3 h5 {
	color:#3F2170;
}

#texte_actualite_3 .titre_petit {
	font-weight:bold;
	color:#3F2170;
}

#texte_actualite_3 .date {
	color:#3F2170;
	font-weight:bold;
}

#texte_actualite_3 .encadre {
	background-color:#E6E1ED;
}



#texte_actualite_4 {
	background-color:#EBF1F2;
}

#texte_actualite_4 .titre, #texte_actualite_4 h5 {
	color:#13627E;
}

#texte_actualite_4 .titre_petit {
	font-weight:bold;
	color:#13627E;
}

#texte_actualite_4 .date {
	color:#13627E;
	font-weight:bold;
}

#texte_actualite_4 .encadre {
	background-color:#D3E8EB;
}


/* PLAN DU SITE
-----------------------------------------------*/
.plan_1 {
	background-color:#F7F7F0;
}
.plan_1 a:hover, a.titre_perso_1 {
	color:#727328;
}


.plan_2 {
	background-color:#F2F1ED;
}
.plan_2 a:hover, a.titre_perso_2 {
	color:#752916;
}


.plan_3 {
	background-color:#F2F2F7;
}
.plan_3 a:hover, a.titre_perso_3 {
	color:#3F2170;
}


.plan_4 {
	background-color:#EBF1F2;
}
.plan_4 a:hover, a.titre_perso_4 {
	color:#13627E;
}



/* LIENS UTILES
-----------------------------------------------*/
.liens_exception a {
	text-decoration:none;
}

.liens_exception a:hover {
	text-decoration:underline;
}


/* DIVERS
-----------------------------------------------*/
.encadre {
	background-color:#F4F7E6;
}