/* CSS Document pour les rubriques */


/*** Partie Centrale ***/

/* Sous rubriques */
.sousRub a:hover {	color: #e48105;}

/* titre */
#titreBande
{
	color: white;
	background-image:url(../cler_images/bande_orange.gif);
	background-repeat: no-repeat;
	border:none;
}

/* séparation fin de l'article */
.question
{
	border-bottom-color: #e48105;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

/* Mots Clefs*/
p.motsClefs
{
	background-color: #fce3bf;
}

/* style pour lire la suite ou retour */
.suiteRetour 
{
	background-image: url(../cler_images/rondO.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: #e48105;
}

/* fleche suivante */
p.flecheS {
	background-image: url(../cler_images/flecheOS.gif);
	background-repeat: no-repeat;
}

/* fleche precedente */
p.flecheP {
	background-image: url(../cler_images/flecheOP.gif);
	background-repeat: no-repeat;
}

/*Plus Bonus */
.grosseFleche {
	background-image: url(../cler_images/flecheO2.gif);
	background-repeat: no-repeat;
}

.plus a.Aplus{	color: #e48105;}


/*** Menu Droit ***/
/* Cadre */
.cadreH {
	background-image:url(../cler_images/cadreOH.gif);
	background-repeat: no-repeat;
}

.cadreB {
	background-image:url(../cler_images/cadreOB.gif);
	background-repeat: no-repeat;
}

.menuFlecheEncadre {
	background-image:url(../cler_images/encadrO.gif);
	background-repeat: repeat-y;
}

.menuFlecheEncadre a:hover
{
	color: #e48105;
}
