/*************************** BALISES *********************************/
noscript p {
text-align: center;
background: #4b4b4b;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
background:#39200f url('../img/bg.jpg') repeat-x;
color:#72451B;
/* scrollbar IE */
}

h2 {
font-size: 15px;
	font-weight: bold;
	color:#F7D347;
}

legend {
margin: 2px 0 2px -10px;
width: 100%;
}
p, li {
	margin:5px 0;
	line-height: 130%;
}
p.texte {
margin: 5px 0;
text-align: justify;
}
strong {
	font-weight: bold;
	color:#F7D347;
}

a {
color: #72451B;
text-decoration:none;
}
a:hover {
color: #ffed98;
text-decoration:none;
}
a.current {
color: #72451B;
text-decoration: none;
}
input[type=text], textarea {
	margin: 2px 0 3px 0;
	background: #fff url('../img/bg-input.gif') repeat-x;  
	border-top:1px solid #838383;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;   
	border-left:1px solid #838383; 
}
input[type=submit] {
	margin:0;
}
table {
border-collapse: collapse;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#wrapper {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 968px;
	margin-left: -484px;
}

#menu {
	width:149px;
	height: 520px;
	background:url('../img/bg_menu.jpg') no-repeat 0 0;
	float:left;
}

#main {
	width:801px;
	height:520px;
	float:left;
	overflow:hidden;
}

#splash #main {
	width:968px;
	height:520px;
	float:left;
	overflow:hidden;
}
#lang_selector{
	width:60px;
	position:relative;
	left:720px;
	top:495px;}
	
#accueil #main{
	background:url('../img/bg_accueil.jpg') no-repeat 0 0;}
	
#hotel #main{
	background:url('../img/bg_hotel.jpg') no-repeat 0 0;}
	
#auberge #main{
	background:url('../img/bg_auberge.jpg') no-repeat 0 0;}
	
#bar #main{
	background:url('../img/bg_bar.jpg') no-repeat 0 0;}

#region #main{
	background:url('../img/bg_region.jpg') no-repeat 0 0;}
	
#contact #main, #tarifs #main{
	background:url('../img/bg_contact.jpg') no-repeat 0 0;}

#content{
	width:968px;
	height:254px;
	background:url('../img/bg_content.jpg') no-repeat 0 0;}
	
#content_accueil{
	width:968px;
	height:520px;}
	
#content img {
	border:#fff 1px solid;}
	
#img01{
	width:199px;
	height:132px;
	position:absolute;
	top:110px;
	left:178px;
	}
	
#img011{
	width:411px;
	height:234px;
	position:absolute;
	top:9px;
	left:178px;
	}
	
#img02{
	width:200px;
	height:133px;
	position:absolute;
	top:110px;
	left:389px;
	}
	
#img03{
	width:147px;
	height:234px;
	position:absolute;
	top:9px;
	left:603px;
	}
	
	
#img04{
	width:148px;
	height:111px;
	position:absolute;
	top:250px;
	left:603px;
	}
	
#img05{
	width:166px;
	height:111px;
	position:absolute;
	top:250px;
	left:761px;
	}
	
#texte p{
	width:706px;
	height:100px;
	position:absolute;
	top:392px;
	left:221px;	
	color: #F8DB1F;
	font-size: 14px;
	}

#tarifs_box{
	width: 721px;
	height: 346px;
	padding:20px;
	margin:20px;
	background:#39200F url('../img/bot_taro.png') no-repeat bottom right;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #ffed98;
	font-size:130%;
}

.box_taro{
	float:left;
	margin:10px;
	width:340px;}
	
.semi{
	background:#39200F url('../img/bot_semi.png') no-repeat bottom center;
	width:200px;
	height: 300px;
	float:left;
	margin:20px;
	padding:10px;
	color: #ffed98;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}
	
.semi img{
	position:absolute;
	bottom:210px;}

#contact_box{
	float:left;
	width: 253px;
	height: 346px;
	padding:20px;
	margin:20px;
	background:#39200F url('../img/bal.png') no-repeat top right;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #ffed98;
}

#map{
	width:347px;
	height:240px;
	background-color:#CCCCCC;
	margin-top:10px;}

#adresse{
	float:left;
	width: 347px;
	height: 346px;
	padding:20px;
	margin:20px;
	background-color:#39200F;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #ffed98;
}

#footer {
	float:left;
	width: 950px;
	height:10px;
	padding-top:10px;
	text-align:right;
}


#logo{
	width:152px;
	height:206px;
	position:absolute;
	top:512px;
	left:855px;}
/**************************** LAYOUT END ***********************************/

/*********************************  NAV  ***********************************************/
#nav {
	padding-top:190px;
}
#nav li {
	text-align: right;
	width:139px;
	display:block;
	padding:0;
	font-size: 16px;
}
#nav li a{
	color: #fff;
}

/*********************************  NAV END  ***********************************************/

/*********************** CONTENT *********************************/
fieldset{
	float:left;
	margin-right:20px;
	}

label {
	display: block;
	margin-top: 2px;
}
fieldset.message textarea {
	width: 270px;
	height: 60px;
}
fieldset.validation {
	clear: left;
}
#contact .nous_ecrire {
	float: left;
	width: 270px;
}
#contact .box_form {
margin-left:20px;
}

/*********************** CONTENT END *********************************/

/*********************** CLASSES *********************************/
.pagination {
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #2C347F;
}
.pagination span.disabled, .pagination span.current {
	color: #777;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.nobg {
	background: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/