body {
	background: #555555;
	color: #F4F3CF;
	font: normal 95% "Lucida Sans Unicode",sans-serif;
}
h1 {
	width:700;
	text-align: center;
	font: bold 24px Verdana,sans-serif;
	margin-bottom: 4px;
}
h2 {
	font: bold 14px Verdana,sans-serif;
	color: #000000;
}

.MenuTable table {
	width: 200px;
	border: 0px;
	margin-left:auto;
	margin-right:auto;
	font: 95% Arial, "Times New Roman", "Trebuchet MS", sans-serif;
	border-collapse:collapse;
	border-spacing:0;
}
.MenuTable table caption {
	background:-o-linear-gradient(bottom, #000000 5%, #545454 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #545454) );
	background:-moz-linear-gradient( center top, #000000 5%, #545454 80% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#545454");	background: -o-linear-gradient(top,#000000,545454);
    padding: 5px;
	background-color:#000000;
	border:0px solid #000000;
	border-width:0px;
	font: bold 1.4em Georgia, Arial, Helvetica, sans-serif; 
	text-align: left;
}
.MenuTable td {
	background-color:#D9D9D9;
    padding: 5px;
	font: bold 1em Georgia, Arial, Helvetica, sans-serif; 
	color: #4C1C11;
	text-shadow: 1px 1px 0px #FBEDC4;
}
.MenuTable a {
	text-decoration: none;
	color: #4C1C11;
}
table {
	table-layout: fixed;
	background-color: #ECF2F9;
	border-collapse: separate;
	border-spacing: 0;
	width: 90%;
	color: #333;
}
caption {
	font: bold 2.1em Georgia, Arial, Helvetica, sans-serif; 
	color: #2E6793;
	padding: 15px 15px;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
	background: #066dab; /* Old browsers */
	background: -moz-linear-gradient(top, #066dab 0%, #8abbd7 69%, #c5deea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #066dab 0%,#8abbd7 69%,#c5deea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #066dab 0%,#8abbd7 69%,#c5deea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 ); /* IE6-9 */
}
thead{
	border-radius: 6px;
	white-space: nowrap;
	padding: 6px 15px;
}
th,
td {
	border-radius: 6px;
	white-space: nowrap;
	overflow: hidden;
	padding: 6px 15px;
	border: 1px solid #c6c9cc;
}
th {
	background: #42444e;
	color: #fff;
	text-align: left;
}


th.Separateur {
	margin: 0; 
	padding: 0; 
	height: 5px;
	background-color:#0D014F;
}
td.ASAISIR
{
    background-color:#980000;
}
input, textarea, select, option {
	/* margin-left:50px; */
	font: bold 1em Georgia, Courrier, Arial;
	background:#C0C0C0;
	color: #150185;
}
input, textarea, select {
	/* padding:3px; */
	border:1px solid #F5C5C5;
	border-radius:5px;
	box-shadow:1px 1px 2px #C0C0C0 inset;
 }
select {
	text-shadow: 1px 1px 0px #DFECFF;
}
