.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0769B2;
	font-weight: bold;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


a.texte:link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.texte:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0769B2;
	text-decoration: none;
}

a.texte:visited {

	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


a.texte2:link {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.texte2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0769B2;
	text-decoration: none;
}

a.texte2:visited {

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}.actif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0769B2;
	font-weight: normal;
}
.couleur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0769B2;
}
.actif2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0769B2;
	font-weight: bold;
}


.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.lien:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0769B2;
	text-decoration: none;
}