/* CSS Document */

td{
	font-family: tahoma;
	font-size: 11px;
	text-align: justify;
}
.lien{
	font-size: 11px;
	font-weight: bold;
	color: #3643A3;
	text-decoration: none;
}
.lien:hover{
	font-size: 11px;
	font-weight: bold;
	color: #2FB58D;
	text-decoration: none;
}
a{
	font-size: 11px;
	color: #3643A3;
	text-decoration: none;
}
a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.titre1 {
	font-size: 13px;
	font-weight: bold;
}
.titre2 {
	font-size: 13px;
	font-weight: bold;
	color: #3643A3;
}
.titre {
	font-weight: bold;
}
.bleu {
	color: #3643A3;
}
