/* ------------------------------------ */
/*            Généralités               */
/* ------------------------------------ */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#8b8373;
}
.clear{
clear:both;
}
/* -------- Mise en forme du texte --------*/

.titre_carte {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b85210;
}

.accroche {
	font-weight:bold;
	color:#673c1e;
	}

.corps {
	text-align:left;
	font-weight:normal;
	color:#000000;
}

.commentaire {
	font-weight:normal;
	color:#000000;
	font-size:9px;
}

.droite{
	padding-left:20px;
}

.encadre {
	padding:10px;
	border:#CCCCCC solid 1px;
	text-align:center;
	
}

input.textfield, textarea {
	background:#f4f4f4;
	border: #8b8373 solid 1px;
	width:146px;
}

input.textfield:focus, textarea:focus {
	background:#f4f4f4;
	border: #000000 solid 1px ;
}

/* -------- Mise en forme des tableaux --------*/
.titre_tab {
	background:#E8E5DE;
}

.prix_tab {
	background:#EFEEE9;
	text-align:right;
	vertical-align:bottom;
}


/* ------------------------------------ */
/*            Header                    */
/* ------------------------------------ */
#header{
	margin: 0 auto;
	width:760px;
	height:287px;
	margin:0;
	padding:0;
	background:url(../media/interface/fond.jpg) top center no-repeat;
}

.espaceh{margin-left:30px;color:#FFFFFF;}


/* ------------------------------------ */
/*            Global                    */
/* ------------------------------------ */
#global-content{
margin: 0 auto;
width:760px;
}

#global{
	margin: 0 auto;
	position:relative;
	overflow: auto; /*permet de prendre en compte la hauteur des div 'float' contenues dans le global*/
	width:760px;
	background:url(../media/interface/global_bg.jpg) top repeat-y;
}


#global a {
	color:#673c1e;
	font-weight:bold;
	text-decoration:underline;
}

#global a:hover, a:focus {
	text-decoration:none;
	}

#cadre {
float: left;
padding-left:10px;
padding-top:8px;
width:216px;
height:93px;
background:url(../media/interface/cadre_bg.jpg) left top no-repeat;
}

#cadre_menu {
	text-align:center;
	padding-top:8px;
	width:216px;
	height:276px;
	background:url(../media/interface/menu_bg.jpg) left top no-repeat;
}
#cadre_menu_blank {
	text-align:center;
	padding-top:8px;
	width:216px;
	height:276px;
	background:none;
}




/* -------- Contenu gauche --------*/
#contenu_gauche{
	position:relative;
	margin-left:1px;
	float:left;
	width:538px;
	background:url(../media/interface/contenu_bg.gif) top repeat-y;
}


#titre{
	float:left;
	position:relative;
	width:538px;
	height:65px;
	background:url(../media/interface/titre_bg.jpg) top no-repeat;
	text-align:left;
}

#colonne_gauche{
	float:left;
	padding-top:20px;
	padding-left:40px;
	padding-right:5px;
	padding-bottom:20px;
	text-align:justify;
	width:220px;
	}
	
#colonne_droite{
	float:right;
	padding-top:20px;
	padding-left:5px;
	padding-right:25px;
	padding-bottom:20px;
	text-align:justify;
	width:230px;
	}
	
#colonne_unique {
	padding-top:50px;
	padding-left:50px;
	padding-right:25px;
	padding-bottom:30px;
	text-align:justify;
	width:455px;
}
	
/* -------- Contenu droite --------*/
#contenu_droite{
	color:#673c1e;
	position:relative;
	float:left;
	width:200px;
	padding-right:20px;
	text-align:left;
}



/* ------------------------------------ */
/*            Footer                    */
/* ------------------------------------ */
#footer{
	position:relative;
	bottom:0;
	margin: 0 auto;
	width:760px;
	height:48px;
	background:url(../media/interface/footer_bg.jpg) top no-repeat;
}

#footer a{
	color:#bbb7ac;
	text-decoration:none;
}
#footer a:hover, a:focus {
	text-decoration:underline;
}

/* -------- Menu footer --------*/
#menu_footer {
float:left;
padding-top:16px;
padding-left:80px;
width:400px;
height:15px;
font-size:11px;
color:#bbb7ac;
}

/* -------- Info footer --------*/
#info_footer {
float:right;
padding-top:10px;
width:200px;
height:15px;
font-size:11px;
color:#bbb7ac;
}

/* -------- Réservation --------*/
table.formulaire {   
width: 390px;
margin: 0 ;
}
table.formulaire td.titre {
padding: 15px 0 20px 0;
}
table.formulaire td.designation {
padding-left:5px;
}
table.formulaire td.calendar {
background:#fff;
padding-left:5px;
}
table.formulaire td.calendar img {
border:none;
margin:0px;
}
table.formulaire td.field {
vertical-align: top;
padding: 3px 5px 3px 0px;
width:160px;
}
table.formulaire td.required-on {
width: 10px;
font-size: 1px;
background: url(../media/interface/css-field-required.gif) top left no-repeat;
}
table.formulaire tr.error  td.required-on {
width: 10px;
font-size: 1px;
background: url(../media/interface/css-field-required-on.gif) top left no-repeat;
}
table.formulaire tr.error {
background-color: #CC0000;
}
table.formulaire tr.error td.designation {
color: #FFF;
}
div.error {
color:#CC0000;
margin-bottom:5px;
}                    
div.error div.titre {
padding: 0px 0px 5px 0px;
font-size: 1.30em;
line-height: 1.30em;
font-weight: bolder;
}           
div.error div.txt {
padding: 0px 0px 5px 0px;
}
textarea{
width:142px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
