/* CSS Document */

.titre {
	font-family: Verdana;
	font-size: 20px;
	color: #2172A1;
	font-weight: bold;
}
.titre2 {
	font-family: Verdana;
	font-size: 14px;
	color: #2172A1;
	font-weight: bold;
}
.texte {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
.textebold {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
a:hover {
	color: #3EB1DC;
}
