.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
    text-decoration: none;
}
.Titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;

}
.Titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
.menuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;


}
.TableauJour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
}
.TableauHoraire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC9900;
}
.csLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993333;
	text-decoration: underline;

}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.Titre3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}

/********** balises ************/

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #993333;
    margin-bottom:20px;
    margin-top:4px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #993333;
}

h2 a {
    color: #993333;
}

.homeTitre {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.homeTitre a {
    text-decoration:none;
    color: #000000;
}


p {
   text-align:justify;
}

a {
    color: #993333;
    text-decoration: underline;
}


/********* news **************/
.newArticle {
    background-color:#952326; color:white; text-decoration: blink; width:40px; text-align:center;
}

