body{
	font-family		: "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
	font-size 		: x-small;
	color 			: black;
	text-decoration : none;
	background-color: #F2F2F8;
}

table{
	font-family 	: "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
	font-size		: x-small;
	color			: black;
	text-decoration	: none;
	background-color: #F2F2F8;
}

.cadreP{
	font-family 	: "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
	font-size 		: x-small;
	color 			: black;
	text-decoration : none;
	background-color: #F2F2F8;
	position 		: absolute;
    top 			: 5px;
    left 			: 50px;
}

.cadreG{
	position 		: relative;
    top 			: 5px;
    left 			: 0px;
    margin-right 	: 5px;
    margin-left 	: 5px;
}
.cadreD{
	position 		: absolute;
    top 			: 0%;
    left 			: 90%;
    margin-right 	: 50px;
}
.cadreCentre{
	position 	: relative;
    top 		: 5px;
    left 		: 30%;
}

.style1{
	background-color: #FFFFE1;
}

.titre{
	color 		: #EE7766;
    font-weight : bold;
}

.grandTitre{
	color 		: black;
    font-weight : bold;
    font-size 	: large;
}

.fEC{
	color : #778822;
}
.fTh{
	color : #338833;
}
.fAl{
	color : #118877;
}
.erreur{
	color : red;
}