/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------- */

body{
	height:100%;
	background:rgb(217,229,159) url('img/background.jpg') repeat-x top fixed;
	margin:0px;
	font:12px arial;
	color:#444;
	height:100%;
}
#wrap{
	width:600px;
	margin:20px auto;
	background:white;
	padding:30px;
	height:100%;
	min-height:400px;
	border-radius:15px;
	box-shadow: 0px 2px 5px 1px rgba(126,105,80,0.6);
}
#wrap.aide{
	width:400px;
	margin:20px auto 0px auto;
	background:white;
	padding:30px;
	min-height:100px;
	border-radius:15px;
	box-shadow: 0px 2px 5px 1px rgba(126,105,80,0.6);
}
#wrap.aide p{
	text-align:justify;
}
.bloc{
	height:75px;
	border-radius:25px;
	margin-bottom:10px;
}
.whitebloc{
	border:1px solid rgb(126,105,80);
	background: linear-gradient(to bottom, rgb(255,255,255)0%,rgb(217,229,159)25%,rgb(217,229,159)75%,rgb(164,186,129)100%);
	background:white;
}
.greenbloc{
	border:1px solid rgb(164,186,129);
	background: linear-gradient(to bottom, rgb(255,255,255)0%,rgb(217,229,159)25%,rgb(217,229,159)75%,rgb(164,186,129)100%);
	background:rgb(217,229,159);
}
.rosebloc{
	border:1px solid rgb(194,144,152);
	background: linear-gradient(to bottom, rgb(255,255,255)0%,rgb(237,207,222)25%,rgb(237,207,222)75%,rgb(194,144,152)100%);
	background:rgb(237,207,222);
}
.innerbloc{
	padding:5px 20px;
}
.bloc img{
	float:left;
	margin-right:15px;
	overflow:hidden;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	max-height:75px;
}
.innerbloc p{
	margin:0px;
	height:20px;
}
.innerbloc div{
	float:right;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}
input.inputtext{
	font-size:10px;
	width:25px;
	text-align:center;
	color:rgb(126,105,80);
}
a.reservation{
	margin-left:10px;
}


a{
	text-decoration:none;
	color:rgb(126,105,80);
}
h1{
	font-size:30px;
	margin-top:0px;
	margin-bottom:0px;
	color:rgb(126,105,80);
	float:left;
}
h2{
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
}
.green{
	color:rgb(164,186,129);
}
.rose{
	color:rgb(194,144,152);
}
h3{
	font-size:14px;
	margin-left:15px;
	color:rgb(126,105,80);
	margin-bottom:1px;
}
h4{
	margin-top:0px;
	margin-bottom:5px;
	font-size:18px;
	color:rgb(126,105,80);
}
b{
	color:rgb(194,144,152);
}
.prix
{
	position:relative;
	top:5px;
	float:right;
	display:inline;
	font-size:80%;
	font-style:italic;
}



#overlay
{
	display:none;
	position:absolute;
	top:0px;
	background-image:url(img/opaque.png);
	width:100%;
	height:100%;
	z-index:99;
	margin:0 auto;
	opacity:0;
	filter:alpha(opacity=0);
	transition:opacity 1s,filter 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-khtml-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
	overflow:hidden;
}