
/* Default text */
TABLE, TR, TD, SELECT, INPUT, TEXTAREA { 
	font-family:  Arial; 
	font-size: 11px;
	color: black;
	text-align: justify;
}

/* Default link */
A:link		{ text-decoration: none ; color: #426BC3; }
A:visited 	{ text-decoration: none ; color: #426BC3; }
A:hover 	{ text-decoration: underline; color: #FE9E0C; }

/* WhiteText */
.WhiteText { font-family:  Arial; font-size: 11px;color: white;}
.WhiteText A:link { font-family:  Arial; font-size: 11px;color: white; text-decoration:none;}
.WhiteText A:visited { font-family:  Arial; font-size: 11px;color: white;text-decoration:none;}
.WhiteText A:hover { font-family:  Arial; font-size: 11px;color: white;text-decoration:underline;}


/* BlackText */
.BlackText { font-family:  Arial; font-size: 11px;color: black;}
.BlackText A:link { font-family:  Arial; font-size: 11px;color: black; text-decoration:none;}
.BlackText A:visited { font-family:  Arial; font-size: 11px;color: black;text-decoration:none;}
.BlackText A:hover { font-family:  Arial; font-size: 11px;color: black;text-decoration:underline;}


/* BlueText */
.BlueText { font-family:  Arial; font-size: 11px;color: #426BC3;}
.BlueText A:link { font-family:  Arial; font-size: 11px;color: #426BC3; text-decoration:none;}
.BlueText A:visited { font-family:  Arial; font-size: 11px;color: #426BC3;text-decoration:none;}
.BlueText A:hover { font-family:  Arial; font-size: 11px;color: #426BC3;text-decoration:underline;}

/* OrangeText */
.OrangeText { font-family:  Arial; font-size: 11px;color: #FF9E0D;}
.OrangeText A:link { font-family:  Arial; font-size: 11px;color: #FF9E0D; text-decoration:none;}
.OrangeText A:visited { font-family:  Arial; font-size: 11px;color: #FF9E0D;text-decoration:none;}
.OrangeText A:hover { font-family:  Arial; font-size: 11px;color: #FF9E0D;text-decoration:underline;}


/* Form objects */
.myForm {
	border-style: solid;
	font-family:  Arial; 
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #9F9B9A;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.myFormSelect {
	border-style: solid;
	font-family:  Arial; 
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #9F9B9A;
	border-width: 1px;
}


/* gris */
.gris { 
	font-family:  Arial; 
	font-size: 11px;
	color: #9F9B9A;
}

/* lettresCliquables */
.lettresCliquables { font-family:Arial; font-size:12px; color:#000000; font-weight:bold; }
.lettresCliquables A:link		{ text-decoration: none ; color: #426BC3; }
.lettresCliquables A:visited 	{ text-decoration: none ; color: #426BC3; }
.lettresCliquables A:hover 		{ text-decoration: underline; color: #FE9E0C; }


/* homeWhite */
.homeWhite			{ 
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none; 
	padding: 0px;
}
.homeWhite A:link		{ color: #FFFFFF; text-decoration: underline; }
.homeWhite A:visited	{ color: #FFFFFF; text-decoration: underline; }
.homeWhite A:hover	{ color: #FFFFFF; text-decoration: none; }


/* Paragraphe 1 */
.para1Titre { 
	font-family: Arial; 
	font-size: 24px;
	font-weight: bold;
	color: #3CB05D; 
	text-align: left;
}

/* Paragraphe 2 */
.para2Titre { 
	font-family: Arial; 
	font-size: 18px;
	font-weight: bold;
	color: #FF9E0D; 
	text-transform: uppercase; 
}
.para2Texte { 
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	color: black; 
	text-align: justify;
}

/* Paragraphe 3 */
.para3Titre { 
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: white; 
	text-transform: uppercase; 
}
.para3Texte { 
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: black; 
	text-align: justify;
}


/* Paragraphe 4 */
.para4Titre { 
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #FF9E0D; 
}
.para4Texte { 
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: black; 
	text-align: justify;
}

/* Paragraphe 5 */
.para5Texte { 
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: white; 
}



/* Titre Orange */
.TitreOrange { 
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #FF9E0D; 
}
