@charset "iso-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
div.clear { clear: both; }
/* use as follows (including the comment) */
/* <div class="clear"><!-- --></div> */

body {
	text-align: center;
	padding: 0 0 0 0;
	/*Orginal slate gray green*/
	/*background-color: #343e3c;*/
	background: #fff url('grafiks/fatbck.jpg') no-repeat top center;
	line-height: 1.2em;
	font-size: 95%;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
body#gourette { background: #fff url('grafiks/fatbck-gourette.jpg') no-repeat top center; }

IMG{ border:0; }
TABLE{ border: 0px; border-collapse: collapse; }
TD{ vertical-align: top; }
.left{ text-align: left; }
TD.right{ text-align: right; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }


#outerwrapper{
	background-color: #fff;
	width: 960px;
	text-align: left;
	margin: 0 auto 0 auto;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
#outerwrapper #contentwrapper #leftcolumn1 {
	padding: 10px 5px 10px 5px;
	background-color: transparent;
	float: left;
	/*border-right: solid 1px #92b876;*/
	width: 170px;
}
#outerwrapper #contentwrapper #rightcolumn1 {
	padding: 10px 10px 10px 10px;
	float: right;
	/*border-left: solid 1px #92b876;*/
	width: 150px; 
	background-color: #edf6e4;
	background-color: transparent;
	text-align: center;
}
#outerwrapper #contentwrapper #content {
	padding: 10px 10px 10px 10px;
	/*margin: 0 170px 0 170px;*/
	margin: 0 170px 0 170px;
}
#outerwrapper #contentwrapper.clearfloat{
	display: block;
	clear: both;
}


TABLE {
	border: 0px;
	border-collapse: collapse;
}

DIV#firstrow{
background: transparent url(/ski/grafiks/rowtop600-11.png) no-repeat left top;
width: 600px;
height: 80px;
text-align: center;
padding: 0px;
margin: 0px 0px 0px 0px;
}

DIV#secondrow{
background: #0F0B5F url(/ski/grafiks/rowtop600-22.png) no-repeat left top;
width: 600px;
height: 30px;
text-align: right;
padding: 0px;
margin: 0px 0px 0px 0px;
border: 0px solid red;
}
DIV#secondrow SELECT{
	font-size:small;
	margin:5px 5px 0px 0px;
	padding:0px;
	background-color: #ddeeff;
	color: #005ab0; 
}
DIV#firstrow H1{
	color: #ffffff;
	font-size: 24px;
	line-height: normal;
	padding:10px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
DIV#firstrow H2{
	color: #ffffff;
	font-size: 14px;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
DIV#secondrow H2{
	color: #ffffff;
	font-size: 16px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
DIV#contentrow{
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-top: 0px #cccccc solid;
border-bottom: 0;
margin: 0px;
padding: 10px;
min-height: 500px;
}

DIV#boxbottom  {
background: #F0F0F0 url(/ski/grafiks/rowbottom600-11.png) no-repeat 0% 0%;
width: 600px;
height: 13px;
text-align: center;
padding: 0px;
border: 0px;
margin: 0px auto;
}
	
	
	
TD#cellalt{
	text-align: center;
	font-size: 12px;
	line-height:1em;
	vertical-align: middle;
	background: #FFF url(/ski/grafiks/altitude.png) no-repeat 0% 0%;
	width:80px;
	height:78px;
}

DIV#tbllogos{
	float:left;
	/*border:0px;
	margin:0px;
	padding:0px;*/
}

TABLE#tblprice {
	float: right;
	background-color: #ccffcc;
	border: 1px solid #86ff8a;
	height:72px; 
}
TABLE#tblprice TD{
	padding:0px 3px 0px 5px;
	margin:5px;
}
TABLE#tblprice TD.cellpricedark {
	background-color: #e5ffcc;
}

TABLE#tblalt{
	width:100%;
	padding:0px;
	margin:0px;
}
TABLE#tblinfo{
background-color: #e5ccff;
border: 1px solid #c388ff;
width: 400px;
margin: 5px auto 20px auto;
padding: 0px 0px 0px 0px;
}
TABLE#tblinfo TD{
	margin:5px;
	padding:2px 5px;
	font-size: .9em;
	line-height:1.2em;
}
.cellinfodark {
	background-color: #ffcccc;
}
.rubrique {
	font-weight: bold;
	font-size: 13px;
}
/* ski resort list table*/
TR.tableheaderblue{
	background-color:#000066;
}
TR.tableheaderblue TD{
	color:#ffffff;	
	font-size:12px; 
	font-style:normal;
	font-weight:bold;
}

TABLE#skiresorts{
	background-color:#ffffff;
	width:100%;
	margin:0px;
	padding:0px;
}

TABLE#skiresorts TD{font-size: 12px;}

TABLE#skiresorts TD.altiski{
	background-color:#8FBC8B;
	color:#ffffff;
	text-align:center;
}
TABLE#skiresorts TD.npy{
	background-color:#3300CC;
	color:#ffffff;
	text-align:center;
}
.smallred{
	font-size: 10px;
	color: #ff0000;
}
TABLE#tblcams{
	background-color: #ffffff;
}
TABLE#tblcams TD{
	font-size: 12px;
	padding:5px;
}
TABLE#tblcams TD A{
	color: #0000ff;
	text-decoration: underline;
}

/*   new styles sept 2009  */
DIV.wraptblprice{
margin-left: 270px;
width: 300px;
height: 80px;
background: #FFF url(/ski/grafiks/tblwrap300.png) no-repeat 0% 0%;
text-align: center;
padding: 5px 0 0 0;
/*border: 1px #C0C0C0 solid;*/
}
TABLE#tblprice2 {
/*float: right;
	background-color: #ccffcc;
	border: 1px solid #86ff8a;*/
	/*width: 280px;*/
	width: 90%;
	/*height: 70px;*/
	margin: 0 auto;
	padding: 0;
	/*border: 1px #C0C0C0 solid;*/
}
TABLE#tblprice2 TD{
padding: 3px 5px;
margin: 0;
border-bottom: 1px #C0C0C0 solid;
border-right: 0px #C0C0C0 solid;
font-size: 12px;
line-height:1em;
}


/*  Right col buttons  */
IMG.retour{
	width:99px;height:20px;margin:5px 0px;
}
IMG.npy {
	width:99px;height:20px;margin:5px 0px;
}
IMG.alti{
	width:99px;height:20px;margin:5px 0px;
}
IMG.btn-lang{
	width:99px;height:20px;margin:5px 0px;
}
/*  alpine & fond ski icons  */
IMG.aski{
	width:80px;height:78px;margin:0px 2px;
}
IMG.fski{
	width:80px;height:78px;margin:0px 2px;
}

li {
font-size:.8em;
line-height:1.3em;
padding-top:10px;
}
DIV#bottomnav{
width:980px;
margin: 0 auto;
text-align:center;
font-size:small;
color:gray;
}
.creditphotos{
	font-size: x-small;
	color: #ccc;
}

DIV#touristoffice{
background-color: #e5ccff;
border: 1px solid #c388ff;
width: 400px;
margin: 5px auto;
padding: 0 0 0 5px;
position:relative;
min-height:130px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 3px 5px 5px #ccc;
-moz-box-shadow: 3px 5px 5px #ccc;
-webkit-box-shadow: 3px 5px 5px #ccc;
}
DIV#touristoffice H3{text-align:center;}
DIV#touristoffice .title{
	/*margin:5px;
	padding:2px 5px;*/
	font-size: 12px;
	line-height:1.1em;
	width:80px;
	float:left;
	min-height: 20px;
	position:relative;
	background: transparent;
}
DIV#touristoffice .info {
	background-color: #ffcccc;
	float:right;
	width:300px;
	min-height: 20px;
	font-size: 12px;
	line-height:1.1em;
	padding-left:10px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.first{
	padding:5px 0 0 0;
}
