.normal {
	font: normal 12px arial;
	color: #536470;
}
a.link_normal {
	font: normal 12px arial;
	color: #626986;
	text-decoration: none;
}
a.link_normal:hover {
	font: normal 12px arial;
	color: #626986;
	text-decoration: underline;
}
a.link_normal_noir {
	font: normal 12px arial;
	color: #414865;
	text-decoration: none;
}
a.link_normal_noir:hover {
	font: normal 12px arial;
	color: #414865;
	text-decoration: underline;
}
a.link_normal_es {
	font: normal 11px arial;
	color: #626986;
	text-decoration: none;
}
a.link_normal_es:hover {
	font: normal 11px arial;
	color: #626986;
	text-decoration: underline;
}
a.link_normal_es_noir {
	font: normal 11px arial;
	color: #414865;
	text-decoration: none;
}
a.link_normal_es_noir:hover {
	font: normal 11px arial;
	color: #414865;
	text-decoration: underline;
}
.Titre{
	font: normal bold 15px arial;
	color: #626986;
}
.Sous-Titre{
	font: normal bold 12px arial;
	color: #626986;
}
.titre_circuit{
	font-size: 20px;
	font-family: Arial;
	color: #626986;
	font-weight: bold;
}
.titre_circuit_noir{
	font-size: 20px;
	font-family: Arial;
	color: #414865;
	font-weight: bold;
}
.sous-titre_circuit{
	font-size: 16px;
	font-family: Arial;
	color: #626986;
	font-style: italic;
}
.sous-titre_circuit_es{
	font-size: 15px;
	font-family: Arial;
	color: #626986;
	font-style: italic;
}
.sous-titre_circuit_es_noir{
	font-size: 15px;
	font-family: Arial;
	color: #414865;
	font-style: italic;
}
.prix_circuit{
	font-size: 16px;
	font-family: Arial;
	color: #576572;
	font-weight: bold;
	font-style: italic;
}
.jour{
	font-size: 14px;
	font-family: Arial;
	color: #475863;
	font-weight: bold;
	font-style: italic;
}
.legende{
	font-size: 9px;
	font-family: Arial;
	color: #5D707C;
	font-style: italic;
}
.titre_pg_contact{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #626986;
}
.footer{
	font-size: 10px;
	font-family: Arial;
	color: Gray;
}
a.link_footer{
	font-size: 10px;
	font-family: Arial;
	color: Blue;
	text-decoration: underline;
}
a.link_footer:hover{
	font-size: 10px;
	font-family: Arial;
	color: Teal;
	text-decoration: underline;
}