/* CSS Document pour les rubriques */


/*** Partie Centrale ***/

/* Sous rubriques */
.sousRub a:hover {	color: #f8d66a;}

/* titre */
#titreBande
{
	color: black;
	background-image:url(../cler_images/bande_jaune.gif);
	background-repeat: no-repeat;
	border:none;
}

/* séparation fin de l'article */
.question
{
	border-bottom-color: #f8d66a;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

/* Mots Clefs*/
p.motsClefs
{
	background-color: #fceeb9;
}

/* Styles pour Suite/Retour	 Suivante/Precedente */
/* rond */
.suiteRetour 
{
	background-image: url(../cler_images/rondJ.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* couleurs liens */
.suiteRetour a, .suivPrec a,.suiteRetour a:hover, .suivPrec a:hover
{
	color: #ffc800;
	font-weight: bold;
}

/* fleche suivante */
p.flecheS {
	background-image: url(../cler_images/flecheJS.gif);
	background-repeat: no-repeat;
}

/* fleche precedente */
p.flecheP {
	background-image: url(../cler_images/flecheJP.gif);
	background-repeat: no-repeat;
}

/*Plus Bonus */
.grosseFleche {
	background-image: url(../cler_images/flecheJ2.gif);
	background-repeat: no-repeat;
}

.plus a.Aplus{	color: #ffc800;}


/*** Menu Droit ***/
/* Cadre */
.cadreH {
	background-image:url(../cler_images/cadreJH.gif);
	background-repeat: no-repeat;
}

.cadreB {
	background-image:url(../cler_images/cadreJB.gif);
	background-repeat: no-repeat;
}

.menuFlecheEncadre {
	background-image:url(../cler_images/encadrJ.gif);
	background-repeat: repeat-y;
}

.menuFlecheEncadre a:hover
{
	color: #ffc800;
}
