/*Textes*/

.blockFont {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #edb602;
}
.footerFont {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #edb602;
}


/*Titre*/
		/* Cadre */
.titreCadreCell{
	background-color : #E7EFF7;
	border : 1px solid #7B8484;
}

/*Erreurs*/
		/* Cadre */
.erreurCadreCell{
	background-color : #005400;
	border : 1px solid #7B8484;
}

/*Entetes*/
.enteteSelect{
	background-color : #edb602;
	border : 1px solid #edb602;
	color :#005400;
	font-style : normal;
	font-weight : bold;
}
.enteteNonSelect{
	background-color : #005400;
	border : 1px solid #edb602;
	color : #edb602;
	font-style : normal;
	font-weight : bold;
}


/*Lien*/
a:active,a:link,a:visited,a:hover{
	color : #edb602;
	font-style : normal;
	text-decoration:none;
}

/* Input */
.boutonbleu{
	background-color : #edb602;
	border : 1px solid #005400;
	color :#005400;
	font-style : normal;
	font-weight : bold;
}

.boutongris{
	background-color : #005400;
	border : 1px solid #edb602;
	color : #edb602;
	font-style : normal;
	font-weight : bold;
}



/*Tableaux, cellules, lignes*/
.tableauEncadre{
	background-color : #005400;
	border : 1px solid #edb602;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #edb602;
}
.tableauEncadre2{
	background-color : #3a7709;
	border : 1px solid #edb602;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #edb602;
}
.generalBlockCell{
	background-color :  #7B8484;
}

.body{
	margin : 0px 0px 0px 0px;
	background-color : #005400;
}


