.titre, .titre_majuscule {
	font-size: 16px;
	font-weight: bold;
	color: #50378A;
}
.titre_majuscule {
	text-transform: capitalize;
}
.soustitre {
	font-size: 14px;
	color: #50378A;
	font-weight: bold;
}
.chapeau {
	font-size: 12px;
	color: #50378A;
	font-style: italic;
	text-align: justify;
}
.date {
	font-size: 10px;
	color: #999999;
	font-style: italic;
}
.textegras {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}
#afca {
font-size: 13px;
font-weight: bold;
color: #967ECB;
letter-spacing: 0.1em;
}
/* --------------------- */
/* Styles des liens de la rubrique */
/* --------------------- */
a {
	font-size: 12px;
	color: #50378A;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #967ECB;
}
a:hover {
	text-decoration: underline;
}
a.liensoustitre {
	font-size: 14px;
	color: #50378A;
	text-decoration: none;
}

a.liensoustitre:visited {
	font-size: 14px;
	color: #967ECB;
}
a.liensoustitre:hover {
	font-size: 14px;
	color: #50378A;
	text-decoration: underline;
}
/* --------------------- */
/* Styles du sous-menu de droite */
/* --------------------- */
a.listebreves {
	font-size: 12px;
	color: #50378A;
	text-decoration: underline;
}

a.listebreves:visited {
	font-size: 12px;
	color: #967ECB;
	text-decoration: underline;
}
a.listebreves:hover {
	font-size: 12px;
	color: #50378A;
	text-decoration: none;
}

/* --------------------- */
/* Styles du sous-menu de droite */
/* --------------------- */
a.menu_inactif, #sousmenu a {
	text-decoration: none;
	font-weight: normal;
}
a.menu_inactif:visited, #sousmenu a:visited {
	color: #967ECB;
}
a.menu_inactif:hover, #sousmenu a:hover {
	text-decoration: underline;
}
.menu_actif, #sousmenu, #sousmenu a.on {
	font-weight: bold;
}
a.menu_inactif, #sousmenu a, a.menu_inactif:visited, #sousmenu a:visited, a.menu_inactif:hover, #sousmenu a:hover, .menu_actif, #sousmenu, #sousmenu a.on {
	font-size: 12px;
}
a.menu_inactif, #sousmenu a, a.menu_inactif:hover, #sousmenu a:hover, .menu_actif, #sousmenu, #sousmenu a.on {
	color: #50378A;
}
ul#sousmenu, ul#liste {
	list-style-image: url(images/bouton_menu_25.jpg);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#sousmenu li, #liste li {
	margin-bottom: 5px;
}	

/* --------------------- */
/* Styles des fils d'ariane */
/* --------------------- 
.fil, a.fil {
	font-size: 11px;
	color: #50378A;
	text-decoration: none;	
}
.fil {
	font-weight: bold;
	text-transform: lowercase;
}
a.fil {
	font-weight: normal;
}
a.fil:hover {
	text-decoration: underline;	
}
a.filon {
	font-weight: bold;
	text-decoration: none;
}
a.fil:visited {
	color: #967ECB;
}*/
#fil {
	margin-bottom: 20px; 
}
.fil, a.fil, a.fil:hover, a.filon {
	font-size: 11px;
	color: #50378A;
}
.fil, a.filon {
	font-weight: bold;
	text-decoration: none;
}
a.fil {
	text-decoration: none;
	font-weight: normal;
}
a.fil:hover {
	text-decoration: underline;	
}
a.fil:visited {
	font-size: 11px;
	color: #967ECB;
}
/* --------------------- */
/* Styles du bandeau horizontal */
/* --------------------- */
.titre_noir {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
/* --------------------- */
/* les liens du menu vertical :  style 'lien' de la rubrique active */
/* --------------------- */
a.liensRubriquesON {
	color: #50378A;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.liensRubriquesON:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}

