/* doré : caa62e
*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	/*background: #FFF url(img/bg.png) repeat-x fixed left top;*/
	background: #0A0A0A url('img/footer_pattern.gif');
	color: #555;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}

div.clear{
  clear:both;
}

ul {
	margin: 10px 0 20px 0;
}
li {
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #FFF; 
	border: 2px solid #CCC;
  border-right: 2px solid #AAA;
  border-bottom: 2px solid #AAA;
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}


/* Header */
.header {
	background: #222 url(img/header.jpg) no-repeat;
	height: 280px;
}
.header h1 {
	color: #e9bd2c;
	font: normal 32px Times New Roman;
	padding: 5px 20px 0 8px;
	display:none;
}

.header h2 {
	color: #FFF;
	font: normal 13px Tahoma,sans-serif;
	padding: 0 8px;
	display:none;
}

/* Menu */
.menu{
  background:#000;
  width:800px;
  height:42px;
}

.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #DDD;
	font-size: 16px;
	float: left;
	padding-top: 4px;
	width: 100px; 
  height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #000;
}
.menu a#last {
	width: 100px;
	border-right: none;
}

a.selected{
  color: #caa62e;
}

/* Tel */
div#tel{
  float:right;
  height:20px;
  border:1px solid #333;
  padding:10px;
  width:180px;
  background:#DDD;  
  margin:-42px 0 0 0;
  font-size:17px;
  color:#333;
  font-weight:bold;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A url('img/pattern.gif');
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 14px sans-serif,Arial;
	color: #666;
}

.content h2 {
	margin: 0 0 4px;
	font: bold 12px sans-serif,Arial;
	color: #666;
}


.content p {
	margin: 0 0 12px;
	font-size:12px;
}
.item {
	text-align:justify;
	padding: 8px 10px;
}

.item a{
  color:#333;
}

.item a:hover{
  color:#000;
  text-decoration:underline;
}

.item img {
 	border:1px solid #AAA;
}



.vignette{
  float:right;
  border:1px solid #AAA;
  margin:0 0 10px 10px;
}

#container_video{
margin:40px 60px;
}

.info{
    background:#FFF;
    padding:5px;
    border:2px solid #DDD;
    width:400px;
    margin:0 auto;
    font-weight:bold;
}

.info a{
    color:#caa62e;
}

/* Tarifs */

#tarifs h2{
	text-decoration:underline;
	color:#DFA700;
	letter-spacing:1px;
}

table.tarifs{
  width:445px;
  border-collapse:collapse;
  border:1px solid #CCC;
  background:#EEE;
  border:1px solid #999;
  margin: 0 0 20px 0;
}

table.tarifs td.prix{
  width:50px;
} 

table.tarifs td.prix2{
  width:220px;
} 

table.tarifs tr.pair td{
  background:#EEE;
}

table.tarifs tr.impair td{
  background:#FFF;
}

table.tarifs td{
  padding:2px;
}


/* accessoires */
table#accessoires{
  text-align:center;
  margin:0 auto;
  width:500px;
  
}

/* Partenaires */
div#partenaires{
  text-align:center;
}


/* formulaire de contact */

form#reservation {
  color:#333;
  background:#CCC url('img/form_bg.gif');
  width:430px;
  
}

form#reservation fieldset{
  padding:10px;
  border:none;
}

form#reservation label{
  padding:0 4px;
  font-variant:small-caps;
  font-size:11px;
}

form#reservation input,
form#reservation textarea,
form#reservation select{
  border:1px solid #BBB;
  background:#FFF;
  padding:0 5px;
}

form#reservation select{
  width:150px;
  padding:0;
}

form#reservation textarea{
  width:380px;
}

form#reservation input.bouton{
  display:block;
  margin:0 0 0 300px;
  width:80px;
  height:25px;
  background:#DDD;
  border:1px solid #333;

}


/* Footer */
.footer {
	padding: 5px;
	background: #333 url('img/flock001.jpg');
	color: #666;
	text-align:center;
} 

.footer p{
  background: #333;
  border:1px dotted #5C5C5C;
}

.footer a{
  color: #666;
}

.footer a:hover{
  color:#caa62e;
}

