@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #cfd2d1;
	background-image: url(img/layout/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
#content {
	width:680px;
	padding: 30px 44px 0 60px;
	position: relative;
	background-image: url(img/layout/bg_content.png);
	background-repeat: repeat-y;
	z-index:2;
}
#wrapper {
	width: 784px;
	
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
}
#header {
	width: 754px;
	height: 277px;
	padding: 13px 11px 0 19px;
	background-image: url(img/layout/bg_top.png);
	background-repeat: no-repeat;
	position: relative;
}

#panel {
	width:754px;
	height: 277px;
	background-image: url(img/layout/panel.jpg);
	background-repeat: no-repeat;
}

#nav {position: absolute; width: 680px; list-style: none; margin:0; padding: 5px 0 10px 0; bottom: 0; left:60px; border-top: 1px solid #70c888; font-family: arial;}
#nav li {float: left; padding:0 20px 5px 0; margin:0;}
#nav li a {color: #fff; font-weight: bold; text-decoration: none; padding:2px;}
#nav li a:hover {background-color: #70c888;}
	
	
p.signature {font-weight:bold; margin-bottom: 30px;}	

#footer {
	
	width: 784px;
	padding: 10px 0 23px 0;
	background-image: url(img/layout/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}




h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
 

.col1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

.col2 {
	float: left;
	width: 360px;
}

.col1 img, .col2 img {
	float: left;
	margin: 0 10px 0px 0;
}

.col1 a img, .col2 a img {
	border: 2px solid #182050;
	margin-top: 35px;
}


#content a {
	color: #182050;
	text-decoration:none;
	font-weight: bold;
}

#content a:hover {
	color: #ffffff;
	background-color: #182050;
	text-decoration:none;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
label {
	text-align: right;
	font-size: 12px;
	padding-right: 8px;
}
input {
	margin-bottom: 3px;
}

legend {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
#label_big {
	width: 200px;
}
fieldset {
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#small {
	width: 90px;
}
textarea {
	width: 305px;
}

#surveiller a {
	color: #000000;
}

#reintialiser {
	margin-left: 8px;
}
h5 {
	font-size: 14px;
	color: #660000;
	margin-top: 3px;
	margin-bottom: 3px;
}
td {
	font-size: 12px;
}
#wrapper #content #form-reservation #textarea {
	width: 400px;
}


.barre {text-decoration: line-through;}
p.important {padding: 10px; background-color: #fff; border: 2px dotted #182050; font-size: 17px; font-weight: bold;}

#header #info {width: 300px; position: absolute; bottom: 40px; right: 40px; background-image: url(img/layout/blanc75.png); background-repeat: repeat; padding: 10px; font-size: 15px; font-weight: bold;}
