/* CSS Document pour les rubriques */


/*** Partie Centrale ***/

/* Sous rubriques */
.sousRub a:hover {	color: #ba8547;}

/* titre */
#titreBande_haut
{
	color: white;
	background-image:url(../cler_images/bande_gris_haut.gif);
	background-repeat: no-repeat;
	margin-bottom:-23px;
}

#titreBande_centre
{
	color: white;
	background-color: #ba8547;
	background-repeat: no-repeat;
}
#titreBande_bas
{
	color: white;
	background-image:url(../cler_images/bande_gris_bas.gif);
	background-repeat: no-repeat;
}

#titreBande
{
	color: white;
	background-image:url(../cler_images/bande_gris.gif);
	background-repeat: no-repeat;
	border:none;
}

#titreBande_bis
{
	color: white;
	background-image:url(../cler_images/bande_gris_bis.gif);
	background-repeat: no-repeat;
	border:none;
    width: 385px;
	height: 37px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding-left:20px;
    padding-top:4px;
}

/* séparation fin de l'article */
.question
{
	border-bottom-color: #ba8547;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.annuaire {
    border-bottom:none!important;
}

/* Mots Clefs*/
p.motsClefs
{
	background-color: #FFE0C7;
}

/* style pour lire la suite ou retour */
.suiteRetour
{
	background-image: url(../cler_images/rondG.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* Styles pour liens suite/retour suivante/precedente */
.suiteRetour a, .suivPrec a,.suiteRetour a:hover, .suivPrec a:hover
{
	color: #ba8547;
}

/* fleche suivante */
p.flecheS {
	background-image: url(../cler_images/flecheGS.gif);
	background-repeat: no-repeat;
}

/* fleche precedente */
p.flecheP {
	background-image: url(../cler_images/flecheGP.gif);
	background-repeat: no-repeat;
}

/*Plus Bonus */
.grosseFleche {
	background-image: url(../cler_images/flecheG2.gif);
	background-repeat: no-repeat;
}
.plus a.Aplus{	color: #C6641D;}


/*** Menu Droit ***/
/* Cadre */ 
.cadreH {
	background-image:url(../cler_images/cadreGH.gif);
	background-repeat: no-repeat;
}

.cadreB {
	background-image:url(../cler_images/cadreGB.gif);
	background-repeat: no-repeat;
}

.menuFlecheEncadre {
	background-image:url(../cler_images/encadrG.gif);
	background-repeat: repeat-y;
}

.menuFlecheEncadre a:hover
{
	color: #C6641D;
}

.tx-gras {
	font-weight: bold;
}
