.CONTENU_NORMAL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.CONTENU_BLANC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.LIEN_GRIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-align:center;
}
.LIEN_GRIS:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-align:center;
	text-decoration:underline;
}

.CONTENU_BLEU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #248cc1;
}
.TITRE_BLEU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #136394;
}
H1.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #136394;
}

.LIEN_BLEU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #136394;
}
.LIEN_BLEU:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
	color: #136394;
}
.SLOGAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93c1dd;
	font-weight: bold;
}

A.MENU_GENERAL {
	display:block;
	height:20px;
	width:107px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: right center;
	text-align: center;
	padding-top:5px;
	text-decoration:none;
	background: url(data/images/interface/fond_menu_out.png);
	font-weight: bold;
}
	
A.MENU_GENERAL:HOVER {
	display:block;
	height:20px;
	width:107px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: right center;
	text-align: center;
	padding-top:5px;
	text-decoration:none;
	background: url(data/images/interface/fond_menu_over.png);
	font-weight: bold;

}
