/*
	Feuille de style de la navigation des pages
*/

.haut_soustitre_txt {
	font-size: 9px;
	color:#ffffff;
	text-align: center;
}

.abus_alcool_txt {
	font-size: 10px;
	color: #D0D0D0;
	text-align: right;
}

.rappel_rubrique, .rappel_rubrique a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.rappel_rubrique a:hover {
	color: #E3007A;
	text-decoration: underline;
}

.txtmenu, .txtmenu a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.txtmenu a:hover {
	color: #E3007A;
	/*text-decoration: underline;*/
}
.txtmenu_selec, .txtmenu_selec a {
	font-size: 12px;
	font-weight: bold;
	color: #C40069;	/*E3007A;*/
	text-decoration: none;
	text-align: left;
}
.txtmenu_selec a:hover {
	color: #E3007A;
	/*text-decoration: underline;*/
}

.copyright, .copyright a {
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
}