body {
	background-color: #FECF45;

}

td, tr {
	
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
}

.titre {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #488A6C;
	text-indent: 20px;
}

.ptitre {
	font-size: 18px;
	color: #000000;
	background-color: #A0CDB9;
	text-indent: 15px;
}

.stitre {
	font-size: 13px;
	color: #000000;
	background-color: #EEB00D;
	text-indent: 20px;
	font-weight: 500;
}

a
{
	font : 800 12px Arial;
	color: #407B61;
	text-decoration : underline;
}
a:hover
{
	font : 800  12px Arial;
	color: #BD0202;
	text-decoration : underline;
}

input {
border:1px solid black;
background-color:#E8E8E8;
font-family: Arial;
color:#000000;
}
select, option {
background-color:#E8E8E8;
color:#000000;
}
textarea {
border:1px solid black;
background-color:#E8E8E8;
font-family: Arial;
color:#000000;
}

select {
border:1px solid black;
background-color:#E8E8E8;
font-family: Arial;
color:#000000;
}