/* CSS Document */

/* fond général */
html, body {
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color:#C8C0A9;
margin: 0;
padding: 0;
font-family:Tahoma, Arial;
}

/* conteneur */
#container {
position:absolute;
left: 50%; 
height: inherit;
margin-left: -512px; /* moitié de la largeur */
margin-right: auto;
width: 1024px; /* largeur obligatoire pour être centré */
}

/* header */
#header {
height: 110px;
width: 1024px;
background-image:url(../images/header.jpg);
}

/* images */
#images {
height: 525px;
width: 1024px;
background-image:url(../images/img_home.png);
}

/* images */
#images_panoramique {
height: 360px;
width: 1024px;
}

/* images */
#paragraphe {
height: inherit;
text-align:justify;
width: auto;
top:20px;
margin-left:280px;
margin-right:30px;
}

/* contact */
#contact {
float:left;
height: 30px;
width: aauto;
margin-top:15px;
margin-left:60px;
}

a:link {
text-decoration: none; 
color: #000000;
}

a:visited {
text-decoration: none; 
color: #000000;
}

a:hover 
  { color: #ffffff; 
  text-decoration: none; 
  background-color: none }
  			
		/* paragraphe centre */
		P {
		color:#59503A;
		font-size:13px;
		margin-top: 5px;
		}
		/* liste */
		li a {
		color:#59503A;
		font-size:11px;
		list-style-type:circle;
		list-style-position:inherit;
		padding-left:15px;
		}

		h1 {
		color:#59503A;
		font-size:15px;
		font-weight:bold;
		line-height:normal;
		text-align:justify;
		}
		h2 {
		color:#018C80;
		font-size:12px;
		font-weight:bold;
		line-height:normal;
		text-align:justify;
		margin-top: 10px;
		margin-left:5px;
		}
		
			
		
/* menu */	
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float:left;
width:200px;
top: 0;
margin-left:80px;
font-family:Tahoma, Arial;
}
dl#menu {
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: normal;
border: none;
font-size:11px;
}
dl#menu dd {
border: none;
padding-left:20px;
font-size:9px;
}
dl#menu li {
text-align: left;
}
dl#menu li a, dl#menu dt a {
color: #272010;
text-decoration: none;
display: block;
border: 0 none;
height: 15px;
}

dl#menu li a:hover, dl#menu dt a:hover {
text-decoration:underline;
color: #01717A;
}
dl#menu b {
text-decoration:none;
font-weight:bold;
font-size:12px;
color: #01717A;
}

/* bloc tableau */		
		#tableau {
		position: absolute;
		background-color:#D9D3C0 !important;
		margin-top: 10px;
		margin-left: 328px;
		height: %;
		color:#776034;
		}
		
		tr, td {
		  color:#776034;
		  background-color:#D9D3C0 !important;
		  text-align:left;
		  border: solid 1px #DBD5C2; 
		  width: 9%;
    }
    	#tableau_resa {
    	position: absolute;
		background-color:#D9D3C0 !important;
		margin-top: 440px;
		margin-left: 328px;
		width: 600px;
		height: %;
		}
		
		.bg {
		background-color: #92886B !important;
		color:#FFFFFF;
		font-size:12px;
		padding:3px;
		text-align:right;
		}
		.prix {
		font-size:13px;
		padding:9px;
		text-align:center;
		}
		.bgcolor {
		background-color: #16777B;
		color:#FFFFFF;
		font-size:14px;
		padding:3px;
		text-align:right;
		}

	
				
		
