@charset "utf-8";
/* CSS Document */
.td {
	vertical-align:top;
	padding-left:30px;
	padding-top:15px;
}

.cat {
	font-size:18px;
	font-weight: bold;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	/*	color:#ffcc00; /*font jaune*/
	color:#5257ac; /*font violette*/
/*	border-bottom: 1px solid #ffcc00; /*hr jaune*/
	border-bottom: 1px solid #5257ac; /*hr violet*/
}

.titre {
	color:#000;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:15px;
	font-weight:bold;
}

.titre a{
	color:#000;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:15px;
	font-weight:bold;
}

.titre a:hover{
	color:#5257ac;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:15px;
	font-weight:bold;
}

.texte {
	color:#000;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:14px;
	padding-top:10px;
	padding-right:20px;
}

.texte a {
	color:#000000;
	text-decoration:none;
}

.texte a:hover {
	color:#5257ac;
	text-decoration:none;
}

.details{
	color:#000;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:14px;
	padding-right:20px;
}

.footer {
	color: #5257ac;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:14px;
}

.footer a {
	color:#5257ac;
	font-family: "Trebuchet MS", helvetica, sans-sherif;
	font-size:14px;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
