@charset "utf-8";
/* CSS Document */

.titre {
	font-size: 20px;
	font-weight: bold;
	color: #6496fa;
}

.sous_titre_droit {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 3px;
}

.sous_titre_gauche {
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
}

.texte {
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 5px;
	color:#666;
}

.lien {
	height: 13px;
}

a.lien {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	float: right;
}

a.lien:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-align: right;
	float: right;
}

.jaune {
	color: #F3D525;
}

.gris {
	color: #535152;
}

.jaune_maj {
	color: #F3D525;
	font-size: 26px;
}

.gris_maj {
	color: #535152;
	font-size: 19px;
}