body {
	background-color: #CBCEBF;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smenu {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.smenu_off {
	font-size: 10px;
	color: #999999;
}
.smenu_bold {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.titre {
	font-weight: bold;
	color: #B55937;
}
.logininput {
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	border: none;
	height: 16px;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
.input {
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #B55937;
	height: 15px;
	width: 200px;
}
.bgvert {
	background-color: #9DAF3B;
}
.bgrouge {
	background-color: #B55937;
}
.bgorange {
	background-color: #E19E36;
}
.link {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #FF9933;
}
.tableau {
	border-top: 1px solid #CBCEBF;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CBCEBF;
}
table.tableau td {
	border-top: none;
	border-right: 1px solid #CBCEBF;
	border-bottom: 1px solid #CBCEBF;
	border-left: none;
}
th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #E5E7DF;
	border-top: none;
	border-right: 1px solid #CBCEBF;
	border-bottom: 1px solid #CBCEBF;
	border-left: none;
}
