/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	line-height: 12px;
	text-align: justify;
	



}
.text2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #F57921;
}
.text2_under {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #F57921;
	text-decoration: underline;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.text_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	text-decoration: underline;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C8C8C;
}
.textfield {
	height: 17px;
	width: 84px;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	line-height: 8px;
}
.pad {
padding-top: 10px;
padding-left: 13px;
}
.search {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #5D5D5D;
}
.textfield2 {
	height: 18px;
	width: 88px;
}
.textI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #828282;
	line-height: normal;
	text-align: justify;

}
.textII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #828282;
	line-height: normal;
	text-align: justify;

}
.textIII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #828282;
	line-height: normal;
	text-align: justify;

}
.text2I {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
.text2II {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
.text2III {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F57921;
	line-height: normal;
}
.textIIBlack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	text-align: justify;
	margin-right: 15px;
	
}
.textIIIBlack {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	text-align: justify;
	margin-right: 15px;
}
.textIBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align: justify;
	padding: 10px;
	margin-right: 5px;

}
a:link {
	text-decoration: none;
}



/*                                                                            */
/* Feuille de style du calendrier                                             */
/*                                                                            */

/* Style de la table principale contenant le calendrier                       */
table.calendrier_principal {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

/* Style du titre du calendrier (<< mois annee >>)                            */
.calendrier_titre {
	color: #000000;
	text-align: center;
}

/* Style de la cellule "mois annee" du titre                                  */
.calendrier_titre_mois {
}

/* Style du lien "mois annee" du titre                                        */
.calendrier_titre_mois_cliquable {
	color: #000000;
	text-decoration: none;
}

/* Style de la cellule contenant le lien "<<" du titre                        */
.calendrier_titre_fleche_gauche {
	text-align: left;
}

/* Style de la cellule contenant le lien ">>" du titre                        */
.calendrier_titre_fleche_droite {
	text-align: right;
}

/* Style specifique du lien "<<" du titre                                     */
.calendrier_titre_fleche_gauche_cliquable {
	color: #000000;
	text-decoration: none;
}

/* Style specifique du lien ">>" du titre                                     */
.calendrier_titre_fleche_droite_cliquable {
	color: #000000;
	text-decoration: none;
}

/* Style global de la table du calendrier                                     */
.calendrier_tableau {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Style generique des cellules de la table du calendrier                     */
.calendrier_tableau td {
	border: 1px solid #99A9B6;
	text-align: center;
	width: 20px;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours   */
.calendrier_tableau th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: normal;
	text-align: center;
}


/* Style des cellules de la table contenant les jours du week-end (samedi et  */
/* dimanche)                                                                  */
.calendrier_weekend {
	background-color: #cccccc;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en    */
/* cours d'affichage                                                          */
.calendrier_hors_mois {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours           */
/* d'affichage                                                                */
.calendrier_hors_mois_cliquable {
	color: #999999;
	text-decoration: none;
}

/* Style du jour (non cliquable) representant aujourd'hui                     */
.calendrier_aujourdhui {
	color: #ff0000;
}

/* Style du lien sur le jour representant aujourd'hui                         */
.calendrier_ajourdhui_cliquable {
	color: #ff0000;
	text-decoration: none;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage      */
.calendrier_jour_cliquable {
	color: #000000;
	text-decoration: none;
}
.cadreor {
	border: thin solid #FF6633;
}

