a:link {  font-family: Arial, Helvetica, sans-serif; color: #006699; text-decoration: none; font-weight: bold}

a:active {  font-family: Arial, Helvetica, sans-serif; color: #FF3333; text-decoration: underline}
a:visited {  font-family: Arial, Helvetica, sans-serif; color: #006699; text-decoration: none; font-weight: bold}
a:hover {  font-family: Arial, Helvetica, sans-serif; color: #006699; text-decoration: underline; background-color: #CCCCCC; font-weight: bold}.titre {  font-family: Arial, Helvetica, sans-serif; letter-spacing: normal}
.bord {  border: solid; border-width: 1px 1px 1px; border-color: black}

.defaultText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : darkblue;
}

/*style pour les liens*/
.whiteLink{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration: none;
	font : bold;
	color: #FFFFFF;
	
}
/*style pour le hover sur les liens*/
	a:hover.whiteLink{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	text-decoration: underline;
	font : bold;
	color : #CC6600;
}

.tableau{
	border : 1px solid darkblue ;
}

.titre{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style : italic ;
	text-align : left;
	text-decoration: none;
	font : bolder;
	color : #517fb3 ;
}

.titreEntete{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : bold ;
	text-align : right;
	text-decoration: none;
	font : bolder;
	color : #ffffff ;
}

.white{
	color : white;
}

.required{
	font-style : bold;
	color : red;
}

.englishText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066cc;
	text-align : right;
}