/*Feuille de style pour le site de Bruno*/

.lien_menu:link {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal ;
	text-decoration: none;
}

.lien_menu:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal ;
	text-decoration: none;
}

.lien_menu:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #97AABA;
	font-weight: normal ;
	text-decoration: none;
}

.rubrique {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: bold ;
}

.lien_fichier:link {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal ;
	text-decoration: none;
}

.lien_fichier:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal ;
	text-decoration: none;
}

.lien_fichier:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #97AABA;
	font-weight: normal ;
	text-decoration: underline;
}

.titre {
	font-family: Verdana;
	font-size: 13pt;
	font-style: normal;
	color: #000080;
	font-weight: bold ;
}

.texte {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal ;
}

.lien:link {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #97AABA;
	font-weight: normal ;
	text-decoration: none;
}

.lien:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #97AABA;
	font-weight: normal ;
	text-decoration: none;
}

.lien:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-style: italic;
	color: #97AABA;
	font-weight: normal ;
	text-decoration: none;
}