	
/*	body	*/
	body{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-family: arial;
		font-size: 12px;
		color: #000;
		background-image:url(images/fond-page.gif);
		background-repeat: no-repeat;
		background-position:top center;
		background-color: #740202;
	}

	body.accueil{
		background-image: none;
		background-color: #740202;
	}

	a img{
		border: 0;
	}

	.clear{
		clear: both;
	}

/*	flash index		*/
	#flashAccueil{
		width: 995px;
		margin: auto;
		height: 602px;
	}
	
/*	pied de page	*/
	#pied{
		
		background-image:url(images/fond-pied.gif);
		background-repeat: no-repeat;
		height:23px;
		width: 963px;
		font-size: 80%;
	}
	
	#pied p{
		margin: 0 0 0 0;
		padding: 5px 0 0 0;
		text-align: center;
	}
	
	.accueil #pied{
		background-image: none;
		width: 100%;
		margin: auto;
		color: #fff;
	}
	
	#pied a{
		text-decoration: none;
		color: #000;
	}
	
	#pied a:hover{
		text-decoration: underline;
	}
	
	.accueil #pied a{
		color: #fff;
	}
	
	
/*	site		*/
	#site{
		width: 963px;
		margin: auto;
		background-image:url(images/fond-site.gif);
		background-repeat: repeat-y;
	}
	
/*	entete			*/
	#entete{
		width: 752px;
		height: 143px;
		padding: 26px 0 0 0;
		background-color: #590000;
	}
	
/* contenu */
	#contenu{
		width: 752px;
		float: left;
		background-image: none;
	}
	
/* gauche */
	#gauche{
		width: 211px;
		display: block;
		float: left;
		background-color: #f6f3ed;
	}
	
	#gauche h1{
		color: #000;
		background-image: none;
		padding: 0;
		font-size: 140%;
		margin: 25px 0 0 20px;
		width: 191px;
		height: 25px;
	}
	
	#menuGauche{
		list-style: none;
		font-size: 120%;
	}
	
	#menuGauche li{
		padding: 0;
		list-style: none;
		margin: 0;
	}
	
	#menuGauche	a{
		text-decoration: none;
		color: #000;
		background-image:url(images/puce.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
		padding: 0 0 0 10px;
		width: 150px;
	}
	
	#menuGauche	a:hover{
		background-color: #d1c1a7;
	}
	
/*	page  */
	#page{
		padding: 5px 5px 5px 55px;
	}
	
	h1{
		color: #740202;
		background-image: url(images/fond-titre.gif);
		background-repeat: no-repeat;
		height: 48px;
		padding: 3px 0 0 55px;
		font-size: 180%;
	}
	
	h2{
		color: #740202;
		font-size: 160%;
	}
	
	/*image contact */
	#contactImage{
		margin: 25px 0 0 46px;
	}
	
/*  image contact */
	/*#contact{
		position: absolute;
		margin-left: 46px;
		margin-top: -260px;
	}*/

	#formulaireContact{
		width:410px;
		border: 1px solid #740202;
		margin:0 0 30px 100px;
		padding:15px 15px 5px 15px;
	}

	.formulaireLabel{
		width:120px;
		float:left;
		margin:0 0 20px 0;
		padding:0;
	}

	.formulaireChamp{
		float:left;
		width:260px;
		margin:0;
		padding:0;
	}

	.formulaireChamp input{
		width:180px;
	}

	.formulaireChamp textarea{
		width:250px;
		height:60px;
	}

	.formulaireEnvoi{
		width:380px;
		margin:0;
		padding:15px 0 0 0;
		text-align:center;
	}
	
	#page a, #page a:hover{
		text-decoration: none;
		color: #740202;
	}
	
	#page a:hover{
		text-decoration: underline;
	}
	
	#contactImage a{
		color: #740202;
		text-decoration: none;
	}
	
	#contactImage p{
		margin-left: -5px;
	}
	
	#contactImage a:hover{
		color: #740202;
		text-decoration: underline;
	}
	
		/* affichage diaporamas */
	#page .paginationAlbum{
		display: inline;
		float: right;
		list-style: none;
		margin: 0 115px 0 0;
		text-align: right;
	}
	
	#page .paginationAlbum li{
		display: block;
		float: left;
		width: 20px;
	}
	
	#page .paginationAlbum li a{
		font-weight: bold;
	}
	
	#page td.galerieVignette{
		background: #f6f3ed;
		height: 110px;
		text-align: center;
		width: 110px;
	}
	
	#page td.galerieVignette a:hover img{
		filter:alpha(opacity=80); 
        -moz-opacity:0.8; 
        opacity:0.8;
	}
	
	#page .paginationAlbum li a.actif{
		color: #6f6f6f;
	}
	/* affichage diaporamas */
	
	/* Réservation */
	#tabs-reservation {
		width: 594px;
		margin: 0 0 20px 0;
	}
	
	#tabs-reservation table {
		width: 564px;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	#tabs-reservation table th {
		text-align: left;
		color: #590000;
	}
	
	#tabs-reservation table td, th {
		padding: 5px;
		border: 1px solid #590000;
		vertical-align: top;
	}