img.webcam {
	width: 140px;
	height: 93px;
	margin: 5px;
}


img.webcamPreview {
	width: 230px;
	left: 6px;
	position: absolute;
	top: 14px;
}

div.webcam {
	height: 178px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 251px;
	z-index: 1;
	zoom: 1;
	float: left;
}

p.webcamTitle {
	background-image: url('/static/images/titles/webcamTitle.png');
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	height: 33px;
	left: -6px;
	padding-top: 9px;
	position: absolute;
	text-align: center;
	top: -4px;
	width: 260px;
	z-index: 2;
}

td.details_piste {
	color: #fff;
	text-align: center;
	width: 50px;
}

td.details_rm {
	width: 40px;
	text-align: center;
}

td.stat {
	text-align: center;
}

td.type {
	width: 100px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}

#opening td.verte {
	background-image: url('/static/images/icons/piste_verte.png');
}

#opening td.bleue {
	background-image: url('/static/images/icons/piste_bleue.png');
}

#opening td.rouge {
	background-image: url('/static/images/icons/piste_rouge.png');
}

#opening td.noire {
	background-image: url('/static/images/icons/piste_noire.png');
	background-position: left 3px;
}

#weather p.weather {
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 35px;
	font-size: 16px;
	margin-left: 15px;
}

#weather p.neige {
	background-image: url('/static/images/icons/icone_neige.gif');
}

#weather p.couvert {
	background-image: url('/static/images/icons/icone_couvert.gif');
}

#weather p.eclaircies {
	background-image: url('/static/images/icons/icone_eclaircies.gif');
}

#weather p.pluie {
	background-image: url('/static/images/icons/icone_pluie.gif');
}

#weather p.pluieneige {
	background-image: url('/static/images/icons/icone_pluieneige.gif');
}

#weather p.soleil {
	background-image: url('/static/images/icons/icone_soleil.gif');
}

div.weatherData {
	background-image:
		url(/static/images/en_direct/weatherData.png);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 31px;
	padding-left: 10px;
	padding-top: 9px;
	position: absolute;
	width: 126px;
}

#map3v {
}




#opening td.rmStateBg {
	background-position: left 8px;
}
#opening td.pisteStateBg {
	background-position: left 3px;
}

#opening td.O {
	background-image: url('/static/images/icons/ouvert.gif');
	width: 20px;
	background-repeat: no-repeat;
}

#opening td.F {
	background-image: url('/static/images/icons/ferme.gif');
	width: 20px;
	background-repeat: no-repeat;
}

#opening td.P {
	background-image: url('/static/images/icons/prevision.gif');
	width: 20px;
	background-repeat: no-repeat;
}

#opening td.tkd {
	background-image: url('/static/images/icons/icone-tkd.png');
}

#opening td.tsf {
	background-image: url('/static/images/icons/icone-tsf.png');
}

#opening td.tsd {
	background-image: url('/static/images/icons/icone-tsd.png');
}

#opening td.tcd {
	background-image: url('/static/images/icons/icone-tcd.png');
}

#opening td.fun {
	background-image: url('/static/images/icons/icone-fun.png');
}

#opening td.tph {
	background-image: url('/static/images/icons/icone-tph.png');
}

#opening td {
	vertical-align: top;
	font-size: 11px;
	font-family: 'Helvetica';
}

#opening td.nom {
	width: 115px;
}

#opening td.piste {
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	width: 130px;
}

#opening td.remontee {
	height: 21px;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 6px;
}

#opening td.nom, td.message {
	font-weight: bold;
	font-size: 12px;
}

#opening td.message {
	width: 200px;
}
#opening td.rmMessage {
	padding-top: 6px;
}

