@charset "iso-8859-1";

BODY
{
	scrollbar-face-color: #80E3DD;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-base-color: #666666;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-highlight-color: #80E3DD;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #FFFFFF;
}

A{text-decoration: none; color:#000066;}
A:visited{text-decoration: none; color: #000066;}
A:active{text-decoration: none; color: #000066;}
A:hover{text-decoration:underline; color:#990033;}

TABLE, INPUT, TEXTAREA, SELECT, DIV
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}

.noir
{
	color:#000;
}

#reservation H3 {
	text-transform:uppercase;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#reservation .label {
	display:inline-block;
	_display:block;
	_float:left;
	clear:left;
	width:90px;
	margin-bottom:2px;
}

#reservation .input {
	display:inline-block;
	clear:right;
	margin-bottom:2px;
}

/*#reservation .civil {
	width:48%;
}

#reservation .separation {
	width:4%;
}

#reservation .dates {
	width:48%;
}

#reservation .label {
	float:left;
	width:33%;
	padding:2px;
}

#reservation .input {
	float:left;
	width:66%;
	padding:2px;
}

#reservation INPUT, TEXTAREA, SELECT {
	width:99%;
}*/