/*menu gauche html________________________________________________________________________________________________________________________________ */
ul#menugauche {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	z-index:10;
}

ul#menugauche li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menugauche li#accueil a {
	display: block ; 
	width: 66px ;
	color: #000 ;
	height: 20px;
	text-decoration: none ;
	background: url(/img/BThome.png) no-repeat 0 0 ; 
}

ul#menugauche li#accueil a:hover
{
	background: url(/img/BThome.png) no-repeat -66px 0 ; 
}

ul#menugauche li#contact a {
	display: block ; 
	width: 121px ;
	color: #000 ;
	height: 20px;
	text-decoration: none ;
	background: url(/img/BTreservation.png) no-repeat 0 0 ; 
}

ul#menugauche li#contact a:hover
{
	background: url(/img/BTreservation.png) no-repeat -121px 0 ; 
}

ul#menugauche li#tarifs a {
	display: block ; 
	width: 150px ;
	color: #000 ;
	height: 20px;
	text-decoration: none ;
	background: url(/img/BTtariffs.png) no-repeat 0 0 ; 
}

ul#menugauche li#tarifs a:hover
{
	background: url(/img/BTtariffs.png) no-repeat -150px 0 ; 
}

ul#menugauche li#drapeauen a {
	display: block ; 
	width: 30px ;
	color: #000 ;
	height: 20px;
	text-decoration: none ;
	background: url(/img/BTdrapeaufr.png) no-repeat 0 0 ; 
}

ul#menugauche li#drapeauen a:hover
{
	background: url(/img/BTdrapeaufr.png) no-repeat -30px 0 ; 
}
/*fin menu gauche html________________________________________________________________________________________________________________________________ */


/*menu haut html________________________________________________________________________________________________________________________________ */
#menuhaut {
	position: absolute;
	z-index: 20;
	left: 128px;
	top: 130px;
}

#menuhaut li{
	list-style-type: none;
	text-decoration: none ;
}

dl {
	float: left;
	margin: 0;
	padding: 0;
}

dt {
	cursor: pointer;
	font-size: 16px;
}

dd {
	position : absolute;
	width: 90px;
	display: none;
	background-color : #FFFFFF;
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8;
	margin:0;
}

/*ajustement centrage sous-menu par rapport au menu*/
#esf dd{
	width: 123px;
}

#ski dd{
	margin-left: -5px;
}

#montagne dd{
	margin-left: 5px;
}

dd a {
	display: block;
	text-decoration:none;
	text-align: center;
	color:#0070B6;
	/*pour centrer verticalement le contenu dans le bloc 3px en haut et en bas en padding*/
	padding: 3px 3px;
	margin-left:-40px;
}

dd a:hover{
	/*lien actif : text en blanc sur fond noir*/
	background-color : #FFF;
	color: #DC241F;
}

#village a {
	display: block ; 
	width: 155px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BTvillageen.png) no-repeat 0 0 ;
}

#village a:hover
{
	background: url(/img/BTvillageen.png) no-repeat 0 -100px ; 
}

#esf a {
	display: block ;
	width: 123px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BTskischool.png) no-repeat 0 0 ;
}

#esf a:hover
{
	background: url(/img/BTskischool.png) no-repeat 0 -100px ;
}

#handiski a {
	display: block ;
	width: 94px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BThandiski.png) no-repeat 0 0 ;
}

#handiski a:hover
{
	background: url(/img/BThandiski.png) no-repeat 0 -100px ; 
}

#ski a {
	display: block ;
	width: 89px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BTski.png) no-repeat 0 0 ;
}

#ski a:hover
{
	background: url(/img/BTski.png) no-repeat 0 -100px ; 
}

#snowboard a {
	display: block ;
	width: 104px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BTsnowboard.png) no-repeat 0 0 ;
}

#snowboard a:hover
{
	background: url(/img/BTsnowboard.png) no-repeat 0 -100px ; 
}

#montagne a {
	display: block ;
	width: 100px ;
	color: #000 ;
	height: 100px;
	text-decoration: none ;
	background: url(/img/BTmountain.png) no-repeat 0 0 ;
}

#montagne a:hover
{
	background: url(/img/BTmountain.png) no-repeat 0 -100px ; 
}
/*fin menu haut html________________________________________________________________________________________________________________________ */
