html, body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.nom {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #999999;
}
a.nom {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
a.nom:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.menu_gris {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
a.menu_gris {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.menu_gris:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.menu_gris_gauche {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}
a.menu_gris_gauche {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
a.menu_gris_gauche:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	line-height: 16px;
}
.menu_rouge {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
}
a.menu_rouge {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a.menu_rouge:hover {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.menu_rouge_gauche {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	line-height: 16px;
}
a.menu_rouge_gauche {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	line-height: 16px;
	text-decoration: none;
}
a.menu_rouge_gauche:hover {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
}
.txtstd_gris {
	font-family: Arial;
	font-size: 11px;
	line-height: 35px;
	color: #999999;
}
.txtstd2_gris {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}
.txtstd2_1_gris {
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}
.txtstd3_gris {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}
a.txtstd3_gris {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: underline;
}
a.txtstd3_gris:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
.txtstd_rouge {
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #FF0000;
}
.txtstd_grisfonce {
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
.txtunderline_rouge {
	font-family: Arial;
	font-size: 11px;
	line-height: 35px;
	color: #FF0000;
	text-decoration: underline;
}
a.txtunderline_rouge {
	font-family: Arial;
	font-size: 11px;
	line-height: 35px;
	color: #FF0000;
	text-decoration: underline;
}
a.txtunderline_rouge:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 35px;
	color: #FF0000;
	text-decoration: none;
}
.txtital_gris {
	font-family: Arial;
	font-size: 9px;
	line-height: 16px;
	color: #999999;
	font-style: italic;
}
