/* Gros Titre */
.grosTitre_ecole 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #F58E0A;
}

.grosTitre_lycee
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #DA6610;
}

.grosTitre_college
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #51ABD4;
}

.grosTitre_esup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #6CA923;
}


/* Titres normaux*/
.titre_college
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #51ABD4;
}

.titre_ecole 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F58E0A;
}

.titre_lycee 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #DA6610;
}

.titre_esup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #6CA923;
}

.titreGras
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
}

/* sous titre */
.sousTitre_ecole 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: white;
	background-color: #F58E0A;
}

.sousTitre_lycee 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: white;
	background-color: #DA6610;
}

.sousTitre_college
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: white;
	background-color: #51ABD4;
}

.sousTitre_esup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: white;
	background-color: #6CA923;
}

/* Petits titres*/
.petitTitre_college
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #51ABD4;
}

.petitTitre_ecole 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #F58E0A;
}

.petitTitre_lycee 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #DA6610;
}

.petitTitre_esup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #6CA923;
}

.petitTitreGras
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: black;
}




</*
fieldset.fieldsetLycee {
	border: 2px solid #DA6610;
}

fieldset.fieldsetEcole {
	border: 2px solid #F58E0A;
}

fieldset.fieldsetCollege {
	border: 2px solid #51ABD4;
}

fieldset.fieldsetEsup {
	border: 2px solid #6CA923;
}
*/

/* Liens */
/*
a.liensGauche
{
	color: black;
	text-decoration: none;
}
a.liensGauche:hover
{
	color: #51ABD4;
	text-decoration: underline;
}

a.liensCollege, a.liensGeneral{
	color: #51ABD4;
	text-decoration: none;
}
a.liensBleu:hover, a.liensGeneral:hover {
	color: #51ABD4;
	text-decoration: underline;
}

a.liensLycee {
	color: #DA6610;
	text-decoration: none;
}
a.liensLycee:hover {
	color: #DA6610;
	text-decoration: underline;
}

a.liensEcole {
	color: #F58E0A;
	text-decoration: none;
}
a.liensEcole:hover {
	color: #F58E0A;
	text-decoration: underline;
}

a.liensEsup {
	color: #6CA923;
	text-decoration: none;
}
a.liensEsup:hover {
	color: #6CA923;
	text-decoration: underline;
}
*/