.cadre {
	border: 1px dashed #00447A;
}
.taille9 {
	font-size: 9px;
}
.taille10 {
	font-size: 10px;
}
.taille11 {
	font-size: 11px;
}
.taille12 {
	font-size: 12px;
}
.titre {
	color: #00447A;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.titre:hover {
	background-color: #00447A;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.sous-titre {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.sous-titre:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	font-size: 10px;
}
.b:hover {
	font-weight: bold;
	color: #00447A;
	text-decoration: none;
	background-color: #E8EBF4;
}
.b {
	font-weight: bold;
	color: #00447A;
	text-decoration: none;
}
.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sous-rubrique {
	font-weight: bold;
	color: #00447A;
	font-size: 14px;
}
.titre-rubrique {
	font-weight: bold;
	color: #7fa1bc;
	font-size: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/fond-page.gif);
	background-repeat: repeat-x;
}
