.web
{
	display: none;
}


.txt_blanc
{
font-size: 11px;
font-family: Arial;
text-decoration: none;
color:#ffffff;
}

.txt_gris
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#999999;

}


.navigue
{
font-size: 11px;
font-family: Arial;
text-decoration: none;
color:#000000;
}

.navigue:hover
{
font-size: 11px;
font-family: Arial;
text-decoration: none;
color:#FFFFFF;
}

.sousnavigue
{
font-size: 11px;
font-family: Arial;
text-decoration: none;
color:#6A751F;
}

.sousnavigue:hover
{
font-size: 11px;
font-family: Arial;
text-decoration: none;
color:#000000;
}

.txt_orange
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	color:#FF9933;
	line-height: 12px;

}

.txt_orange_petit
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#FF9933;
}

.lien_footer
{
font-size: 10px;
font-family: Arial;
text-decoration: none;
color:#F2F2F2;
}

.lien_footer:hover
{
font-size: 10px;
font-family: Arial;
text-decoration: none;
color:#ffffff;
}

.bouton {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
} 
.bouton:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
	cursor: hand;
} 

.bouton2 {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	cursor: hand;
} 
.bouton2:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
	cursor: hand;
} 
.textnoir {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;

}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9933;
	cursor: help;
}