﻿/*
body{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	background: #999;
	text-align: center;	
	padding: 20px;
	margin: 0px;
}
*/

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url('background.jpg');
        background-attachment: fixed;
        background-repeat: repeat-x;
	text-align: center;	
	padding: 20px;
	margin: 0px;
}

a{
	color: #000;
}

td{
	font-size: 0.7em;
}

h1{
	display: block;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.5em;
	color: #613101;
}

h2{
	display: block;
	width: 100%;
	clear: both;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-size: 1.1em;	
}

h3{
	display: block;
	width: 100%;
	clear: both;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-size: 1.1em;	
}

h4{
	font-family: Arial Black;
}

p{
	margin:5px;
	padding: 0px;
	text-align: justify;
}

table#conteneur{
	display: block;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

table#conteneur tr td{
	margin: 0px;
	vertical-align: top;
}

td#titre {
	padding: 0px;
	height: 49px;
	width:742px;
	background: url(images/header.png) no-repeat 0px 0px;
}
/* lien sur le logo */
td#titre a{
	display: block;
	margin: 6px 0px 0px 0px;
	width: 200px;
	height: 43px;
	border: 0px solid #FFF;
}

td#nav_haut{
	padding: 0px;
	height: 16px;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	background: #613101;
	text-align: right;
}

td#nav_haut table{
	border-collapse: collapse;
	float: right;
}

td#nav_haut table a{
	display: block;
	margin: -1px;
	padding-top: 1px;
	width: 100px;
	height: 16px;
	border-left: 1px solid #FBF5EC;
	color: #FBF5EC;
	text-decoration: none;
	text-align: center;
}

td#nav_haut table a:hover{
	font-weight: bold;
}

td#corps_page{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_corps_page.png);
}

td#corps_page table#structure_page{
	border-collapse: collapse;
}

td#menu_gauche{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100px;
}

td#menu_gauche div#spacer_menu_gauche{
	width: 20px;
	height: 250px;
}

td#menu_gauche ul{
	display: block;
	width: 87px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

td#menu_gauche li{
	display: block;
	height: 17px;
	padding: 0px 0px 0px 0px;
	text-indent: 18px;
	background: url(images/bg_element_menu.png) no-repeat 8px 3px;
	color: #613101;
	font-weight: bold;
}

td#menu_gauche li a{
	text-decoration: none;
	color: #613101;
	font-weight: normal;
}
/* cellule contenant les pages */
td#contenu{
	padding: 10px 10px 10px 10px;
	width: 630px;	
}

td#contenu img{
	margin: 5px;
}

td#contenu table{
	border-collapse: collapse;
}

td#contenu table th{
	background: #E7BE69;
	color: #613101;
	font-size: 0.7em;
}

td#contenu table td{
	padding: 1px 4px 1px 4px;
}

td#pied{
	height: 20px;
	background: url(images/footer.png);
	color: #FFF;
	/*font-family: Times, serif;*/
	font-style: italic;
	text-align: right;
	padding-right: 4px;
}

td#pied a{
	color: #FFF;
}

/* drapeaux */
a#drapeau{
	display: block;
	float: left;
	width: 24px;
	height: 15px;
	margin: 3px 0px 0px 3px;
	background-repeat: no-repeat;
}

a.drapeau_fr{
	background: url(images/drapeau_fr.png);
}

a.drapeau_en{
	background: url(images/drapeau_en.png);
}

a.drapeau_es{
	background: url(images/drapeau_es.png);
}

a.drapeau_de{
	background: url(images/drapeau_de.png);
}

/* formulaire réservation */
p.user_msg{
	font-weigth: bold;
	color: #F00;
}


form#frm_reservation{
	
}

form input#nom{
	width: 300px;
}

form input#prenom{
	width: 300px;
}

form input#adresse{
	width: 300px;
}

form input#ville{
	width: 300px;
}

form select#pays{
	width: 300px;
}

form input#email{
	width: 300px;
}

form input#tel{
	width: 300px;
}

form input#portable{
	width: 300px;
}

form input#souhaite{
	width: 300px;
}

form input#duree{
	width: 50px;
}

form input#btn_envoyer{
	display: block;
	float: right;
	border: 1px solid #000;
}

form input#tel_mail{
	width: 300px;
}

form textarea#message{
	width: 300px;
}
