	/* CSS Document */	body.fr{		background-color: #d16014;		}	div#nav {		position: absolute;		bottom: 40px; 		width: 158px;		height: 180px;		z-index: 10;	}	div#nav ul {		position: absolute;	}	div#nav ul li {		float: left;		width: 214px;		margin-left: 0px;	}	div#nav ul li img{		width: 214px;		height:30px;		padding: 0px;		margin-top:0px;	}	div#nav a {display: block;}	div#nav ul li.accueil{		background: url(../images/nav.png) no-repeat 0 0;		}			*html div#nav ul li.accueil{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btaccueil.png', sizingMethod='crop');	}	div#nav ul li.accueil:hover, ul li.accueil a:hover {		background-position: -214px 0;	}	div#nav ul li.chalet{		background: url(../images/nav.png) no-repeat 0 -30px;	}	*html div#nav ul li.chalet{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btchalet.png', sizingMethod='crop');	}	div#nav ul li.chalet:hover, ul li.chalet a:hover {		background-position: -214px -30px;	}	div#nav ul li.activites {		background: url(../images/nav.png) no-repeat 0 -60px;	}	*html div#nav ul li.activites{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btactivites.png', sizingMethod='crop');}	div#nav ul li.activites:hover, ul li.activites a:hover {		background-position: -214px -60px;	}	div#nav ul li.acces {		background: url(../images/nav.png) no-repeat 0 -90px;	}	*html div#nav ul li.acces{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btacces.png', sizingMethod='crop');}	div#nav ul li.acces:hover, ul li.acces a:hover {		background-position:  -214px -90px;	}	div#nav ul li.contact {		background: url(../images/nav.png) no-repeat 0 -120px;	}	*html div#nav ul li.contact{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btcontacts.png', sizingMethod='crop');}	div#nav ul li.contact:hover, ul li.contact a:hover {		background-position:  -214px -120px;	}	div#nav ul li.tarifs {		background: url(../images/nav.png) no-repeat 0 -150px;	}	*html div#nav ul li.tarifs{		width: 214px;		height:30px;		background-image:none; 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bttarifs.png', sizingMethod='crop');}	div#nav ul li.tarifs:hover, ul li.tarifs a:hover{		background-position:  -214px -150px;	}
