@charset "utf-8";
/* CSS Document */

body {
	cursor: url('theme/curseur.png'), pointer;	
	margin:0;
	padding:0;
	
	

}

a:link {
	cursor:url('theme/curseur2.png'), pointer;
	color: #5A3715;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited {
	color: #5A3715;
	text-decoration: none;
	font-weight:bold;
	}

a:hover{
	cursor:url('theme/curseur2.png'), pointer;
	color: #94BE2F;
	text-decoration: none;
	font-weight:bold;	
	}


.float {
  float: left;
  }
  
  
 .Style1 {
	font-weight:bold;
	text-decoration:underline;
	}
	
.Style2 {
	font-size:9px;
	margin-left:-50px;
	}	
	
.tariftitre {
	font-weight:bold;
	text-align:left;
	line-height:10px;
	margin-left:50px;
	}
  
 .tarif {
	text-align:left;
	line-height:15px;
	margin-left:50px;
	} 
  

#index {
	background:none top center;
	width:852px;
	height:600px;
	margin:auto;
	}
	


#top {
	width:852px;
	height:159px;
	background:url(theme/top.png) top center no-repeat;
	margin:auto;
	margin-top:35px;
	}
	
#center {
	width:852px;
	height:394px;
	background:top center;
	margin:auto;
	}


#left {
	width:198px;
	height:394px;
	background:url(theme/left.png) top no-repeat;
	
	}
	
#contenu {
	width:539px;
	height:379px;
	background:url(theme/contenu.png) top center repeat;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5A3715;
	text-align:center;
	padding-top:15px;
	}



#right {
	width:115px;
	height:394px;
	background:url(theme/right.png) top left no-repeat;
	padding-top:20px;
	margin:auto;
		
	}
	
#right ul li{
	list-style:none;
	margin:auto;
	margin-top:5px;
	margin-left:-50px;
	
	}
	
#right ul li a.accueil{
	background:url(theme/btn-accueil.png) no-repeat;
	background-position:0px 0px;
	width:95px;
	height:40px;
	display:block;
	}
	
#right ul li a:hover.accueil{
	background-position:0px -40px;
	}
	
	
#right ul li a.galerie{
	background:url(theme/btn-galerie.png) top left no-repeat;
	background-position:0px 0px;
	width:95px;
	height:40px;
	display:block;
	}
	
#right ul li a:hover.galerie{
	background-position:0px -40px;
	}
	

#right ul li a.tarifs{
	background:url(theme/btn-tarifs.png) top left no-repeat;
	background-position:0px 0px;
	width:95px;
	height:40px;
	display:block;
	}
	
#right ul li a:hover.tarifs{
	background-position:0px -40px;
	}
	

#right ul li a.contact{
	background:url(theme/btn-contact.png) top left no-repeat;
	background-position:0px 0px;
	width:95px;
	height:40px;
	display:block;
	}
	
#right ul li a:hover.contact{
	background-position:0px -40px;
	}
	
	
	
#apDiv1 {
	position:absolute;
	width:670px;
	height:520px;
	z-index:1;
	text-align:center;
	margin-left:-120px;
	top:70px;
	visibility: hidden;
	}	
	
#apDiv2 {
	position:relative;
	width:600px;
	height:350px;
	z-index:1;
	visibility: visible;
	left: -100px;
	top: 20px;
}

#apDiv3 {
	position:relative;
	width:200px;
	height:115px;
	z-index:2;
	left: 150px;
	top: 20px;
	visibility: visible;
}

	
	
#footer {
	width:852px;
	height:46px;
	background:url(theme/bottom.png) top center no-repeat;
	margin:auto;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	}

	
#footer a:hover {
	color:#FFFFFF;
	}
