/* 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;
}



/* INFOS RESERVATION */

.texteR1 {
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #4E4E4E;
	text-decoration : none;
}
.texteR2 {
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #4E4E4E;
	text-decoration : none;
}


/* INFOS RESERVATION */

.PuceNoire
{
	font-weight : normal;
	font-size : 36px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #000000;
	text-decoration : none;
}

.PuceOrange
{
	font-weight : normal;
	font-size : 36px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #F4BD16;
	text-decoration : none;
}

.PuceBleue
{
	font-weight : normal;
	font-size : 36px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #0479FC;
	text-decoration : none;
}

.PuceVerte
{
	font-weight : normal;
	font-size : 36px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #009C82;
	text-decoration : none;
}

.PuceRouge
{
	font-weight : normal;
	font-size : 36px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #FF0000;
	text-decoration : none;
}

.EtatNoir
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #000000;
	text-decoration : none;
}

.EtatOrange
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #F4BD16;
	text-decoration : none;
}

.EtatBleu
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #0479FC;
	text-decoration : none;
}

.EtatVert
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #009C82;
	text-decoration : none;
}

.EtatRouge
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #FF0000;
	text-decoration : none;
}

.EtatViolet
{
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva;
	color : #BE00BE;
	text-decoration : none;
}

