/* Feuille de style CSS */

.ProgrammeNom {
	font-family : Verdana, Helvetica, Arial;
	color:#000000;
	font-weight : bold;
	font-size : 20px;
	text-align:left;
}

.ProgrammeVille {
	font-family : Verdana, Helvetica, Arial;
	color:#000000;
	font-weight : normal;
	font-size : 16px;
	text-align:left;
	font-style:italic;
}

.ProgrammeLots {
	font-family : Verdana, Helvetica, Arial;
	color:#000000;
	font-weight : normal;
	font-size : 12px;
	text-align:left;
}

.ProgrammeAccroche {
	font-family : Verdana, Helvetica, Arial;
	color:#4E4E4E;
	font-weight : normal;
	font-size : 11px;
	text-align:left;
}

.ProgrammeDate {
	font-family : Verdana, Helvetica, Arial;
	color:#000000;
	font-weight : bold;
	font-size : 11px;
	text-align:left;
}

.ProgrammeDescriptif {
	font-family : Verdana, Helvetica, Arial;
	color:#4E4E4E;
	font-weight : normal;
	font-size : 11px;
	text-align:left;
}

