@charset "UTF-8";
/* CSS Document */
body {
	background-color:#092656;
	overflow:auto;
	background-image:url(../images/body_background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0px;
	text-align: center;
}
#base {
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:780px;
}
#language {
	width:780px;
}
#navigation {
	width:780px;
	height:35px;
	text-align:right;
	color:#959595;
	background-color:#041127;
	border:solid #959595 1px;
}
#banner {
	width:780px;
	height:250px;
	border-left:solid #959595 1px;
	border-right:solid #959595 1px;
	background-color:#041127;
	z-index:2;
}
#content {
	width:780px;
	z-index:5;
	background-color:#041127;
	border:solid #959595 1px;
	margin-top: 0px;
}
#footer {
	width:780px;
	height:50px;
	text-align:center;
	margin-top: 10px;
	line-height: 20px;
}
#logo {
	position:absolute;
	left:auto;
	top:0px;
	width:166px;
	height:132px;
	z-index:1000;
	margin-left: auto;
	padding-left: 20px;
}
.fond_degrade {
	background-image: url(../images/fond_titre.jpg);
	background-repeat: repeat-x;
}
.zone_grise {
	background-color:#dadcdf;
	vertical-align: top;
}
h1 {
	font-family: Constantia;
	font-size: 24px;
	color:#ffffff;
	padding-bottom:4px;
	font-weight: 200;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-family: Constantia;
	font-size: 20px;
	color:#FFF;
	font-weight: 200;
}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #d2d2d2;
}
.specialites {
	font-family: Constantia;
	font-size: 14px;
	color: #252525;
	text-align: center;
	line-height: 39px;
}
.adresse {
	font-family: Constantia;
	font-size: 14px;
	color: #252525;
	text-align: center;
	line-height: 25px;
}
.activites {
	font-family: Constantia;
	font-size: 14px;
	color: #252525;
	text-align: left;
	line-height: 25px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.contact {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color:#252525;
	text-align:left;
}
.image_float_right {
	float: right;
}
.image_float_left {
	float: left;
	margin-right: 10px;
}

.lien_noir {
	font-family: Constantia;
	font-size: 14px;
	color: #252525;
	text-decoration:underline;
}
.lien_noir:hover {
	font-family: Constantia;
	font-size: 14px;
	color: #20a8c5;
	text-decoration:underline;
}
.lien_noir:visited {
	font-family: Constantia;
	font-size: 14px;
	color: #252525;
	text-decoration:underline;
}
.content {
	vertical-align:top;
	text-align:justify;
	padding-top:8px;
	padding-bottom:15px;
}
.pied {
	font-family: Constantia;
	font-size: 12px;
	color: #d2d2d2;
}
.pied a:link {
	font-family: Constantia;
	font-size: 12px;
	color: #d2d2d2;
	text-decoration:underline;
}
.pied a:hover { 
	font-family: Constantia;
	font-size: 12px;
	color: #d2d2d2;
	text-decoration:underline;
}
.pied a:visited {
	font-family: Constantia;
	font-size: 12px;
	color: #d2d2d2;
	text-decoration:underline;
}
.nav a{
	font-family: Constantia;
	font-size: 14px;
	color: #959595;
	text-decoration:none;
}
.nav a:hover {
	font-family: Constantia;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
}
.nav_selected {
	font-family: Constantia;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	background-image:url(../images/hover.jpg);
	background-repeat:repeat-x;
}
.nav_selected a {
	font-family: Constantia;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
}
.tableau_prix {
	border-bottom:solid #404959 1px;
	padding-bottom:3px;
	padding-top:3px;
}
.dernier_prix {
	padding-top:3px;
	padding-bottom:8px;
}
.champ_form {
	width: 100%;
	border: solid #000000 1px;
	color: #000000;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
.champ_form:focus {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	background-color: #0d8eb6;
}
.champ_form_contact {
	width: 180px;
	border: solid #000000 1px;
	color: #000000;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
.champ_form_contact:focus {
	width: 180px;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	background-color: #0d8eb6;
}
.area_form {
	width: 100%;
	height: 110px;
	border: solid #000000 1px;
	color: #000000;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	overflow: auto;
}
.area_form:focus {
	width: 100%;
	height: 110px;
	border: solid #000000 1px;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	overflow: auto;
	background-color: #0d8eb6;
}
.area_form_contact {
	width: 100%;
	height: 90px;
	border: solid #000000 1px;
	color: #000000;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	overflow: auto;
}
.area_form_contact:focus {
	width: 100%;
	height: 90px;
	border: solid #000000 1px;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	overflow: auto;
	background-color: #0d8eb6;
}
option {
	color: #000000;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
select {
	color: #000000;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
.bordure_grise {
	border-right:solid #404959 1px;
	padding-right:10px;
	width:90px;
}
.qqa {
	border-right:solid #404959 1px;
	padding-right:10px;
	width:90px;
}
.espacement_left {
	padding-left:10px;
	text-align: left;
}
.erreur {
	background-color:#ffbdbd;
	border:solid #ea0000 1px;
	color:#ea0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	width:507px;
}
.ok {
	background-color:#d1ffcc; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border:solid #14be02 1px; 
	color:#14be02; 
	width:507px;
}
.ok_reservation {
	background-color:#d1ffcc; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border:solid #14be02 1px; 
	color:#14be02; 
	width:380px;
}
.lien_rouge {
	color:#ea0000;
	text-decoration: underline; 
}
.lien_rouge:hover {
	color:#ea0000;
	text-decoration: underline; 
}
.lien_rouge:visited {
	color:#ea0000;
	text-decoration: underline; 
}
.bouton {
	color:#ffffff;
	background-color: #092656;
	border: solid #959595 1px;
	width: 120px;
	height: 25px;
	padding-bottom: 3px;
	font-family: Constantia;
	background-image: url(../images/bg_boutons_2.jpg);
	background-repeat: repeat-x;
}
.bouton:hover {
	color:#ffffff;
	background-color: #092656;
	border: solid #959595 1px;
	width: 120px;
	height: 25px;
	padding-bottom: 3px;
	font-family: Constantia;
	background-image: url(../images/bg_boutons.jpg);
	background-repeat: repeat-x;
}
.bleu_reservation {
	font-weight: bold;
	text-transform: capitalize;
	color: #34cdf4;
}
.lien_bleu {
	color: #252525;
	text-decoration: underline;
}
.lien_bleu:hover {
	color: #1bc0eb;
	text-decoration: underline;
}