
body {
	font: normal 10pt Tahoma,arial,"Sans serif";
	margin: 0;
	padding: 0;
}

.pied {
	text-align: right;
	font-size: 80%;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

form {
	padding: 0;
	margin: 0;
}

table {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #8081A6;
}

table.grille th, table.grille td {
	margin: 0;
	padding : 5px;
	height: 20px;
	border-top: 1px solid #56588A;
	border-left: 1px solid #56588A;
	cursor: default;
}

th,td {
	margin: 0;
	padding : 5px;
	cursor: default;
}

th {
	font-weight: bold;
	font-size: 8pt;
	background: #4B5198;
	color: white;
}
td {
	font-weight: normal;
	font-size: 10pt;
/*	background: #D6DBF3;*/
}

tr.ligne_resa td {
	font-size: 9pt;
	height: 20px;
	padding: 2px;
	margin : 0;
}

td a {
	color: black;
	/* border-bottom: 1px dotted #384166; */
	/* font-weight: bold; */
}

td.nondispo{
	background: #606060 url(images/indisponible.jpg) repeat-x center;
	overflow: hidden;
	height: 20px;
	color:  white;
	text-align: center;
}

td.vide{
	font-size: 1px;
}
td.pasacces{
	background-image: url(images/no.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
}
td.reserve{
	background: #F2916D  url(images/reserve.jpg) repeat-x center;
	overflow: hidden;
	height: 20px;
	color: #000000;
	text-align: left;
}
td.reserve a, td.reserve label, td.reserve input{
	color: #000000;
	margin: 0;
	padding: 0;
	display: inline;
	background: #f89d0d;
}
td.reserve input{
	color: #000000;
	margin: 0;
	padding: 0;
	display: inline;
	background: #f89d0d;
	float: left;
}


/* Tables imbriquées */
td table {
	border: 1px #DEB887 solid;
	background-color: White;
}
td table td {
	font-size: 8pt;
	background: #FCFFD4;
}
td table th {
	font-size: 7pt;
	background: #ECD4FF;
	color: black;
}
/* / */

fieldset {
	padding: 5px 5px 5px 5px;
	line-height: 23px;
}
fieldset legend {
	line-height: 16px;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 5px 0 5px;
	border: 1px solid black;
	background: #EBFFD7;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: none;
	color: Green;
}


.menu {
	/* padding: 5px; */
	background : #C9D7FF url(images/degbleu32.png) repeat-x bottom;
	border-bottom: 1px solid #9F9EB1;
	text-align: center;
	color: Black;
	font-size: 11pt;
	/* height: 35px; */
	font-weight : normal;
}
.menu div.titre {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	color : #2B296F;
	height: 37px;
	width: 150px;
	text-align: left;
	background : url(images/degbleu32.png) repeat-x bottom;
	border: 1px solid #9F9EB1;
	margin-bottom: 10px;

}
.menu a {
	font-weight: bold;
}
.menu i {
	font-weight: normal;
	font-size: 8pt;
}

.info {
	border: dotted 1px black;
	background: #FFFFAA;
	padding: 0px 5px 0px 5px;
}

div.bleu {
	padding: 5px;
	background : url(images/degbleu32.png) repeat-x bottom;
	border: 1px solid black;
}

div.bleu .legende {
	font-weight: bold;
	letter-spacing: 0.2em;
   border: 1px solid black;
	background: #AAD3FF;
	padding: 0 5px 0 5px;
}

.Retour_bad {
	color: Red;
	background: #FFD7D7;
}
.Retour_good {
	color: #00BD61;
	background: #D7FFEB;
}

.Retour_bad span, .Retour_good span {
        display: block;
}


b.consignes {
	color: Red;
}

fieldset, div.marges {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

