/***** Personnalisation des styles du squelette nv2 *****/
#bloc_centre h2 {
	color: #1FA0D1;
}

#bloc_centre #bloc_liste_rubriques ul li .actif {
	color: #1FA0D1;
	border-bottom: 1px solid #84CBE6;
}

#bloc_centre #bloc_liste_rubriques ul li a:hover {
	border-bottom: 1px solid #84CBE6;
}

/***** Personnalisation des styles du modèle *****/
.titre {
	font-size: 1.4em;
	display: block;
	color: #1FA0D1;
}

.titre .textegrand {
	font-weight: bold;
}

.sous_titre {
	background: url(../fr/nav/theme3/soustitre.gif) no-repeat 0px 5px;
	padding: 0 0 0 13px;
	margin: 0 0 -5px 0;
	font-size: 1.2em;
	color: #1FA0D1;
	display: block;
}

/***** Personnalisation des styles généraux *****/
ul li {
	text-indent: 15px;
	background: url(/fr/nav/theme3/puce.gif) no-repeat 0px 6px;
}

/***** Bordure pour les images *****/
.border {
	border: 1px solid #1FA0D1;
	padding: 1px;
}