* {
	margin:0;
	padding:0;
}

BODY {
	background-image:url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FAFADF;
	font-family:verdana,sans-serif;
	font-size: 13px;
	line-height:1.231;
}

IMG {
	border:none;
}

H1, H2, H3 {
	color: #333;
}

H1 {
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}

H2 {
	font-size: 18px;
	text-align:right;
	padding-right: 10px;
	margin-right: 1px;
	border-bottom: solid 2px #CCC;
	margin-bottom: 5px;
}

H3 {
	font-size: 14px;
	text-align:right;
}

.adcol H3 {
	text-align: left;
}

H4 {
	font-size: 13px;
}

A, A:visited {
	color :#2786C2;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

#supercontainer {
	width: 1170px;
	margin: 0 auto;

}

#skyscrapper {
	float:right;
	width: 160px;
	height: 600px;
	padding-top: 115px;	
}

#container {
	width: 1000px;
	float :left;

}

#header {
	width: 1000px;
	height: 99px;
	position: relative;
}

#pagecontent {
	width:1000px;
	background-image: url(img/content_bg.png);
	background-repeat: repeat-y;

}


/* Header */

#logo {
	position: absolute;
	top: 2px;
	left: 2px;
	
}
.topnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.topnav LI {
	float:left;
	
	height: 33px;
	line-height: 25px;
	list-style-type: none;

}


.topnav LI A {
	color: black;
	text-decoration: none;
	font-size: 13px
}

.topnav LI A  {
	background-image: url(img/topnav-center.png);
	background-repeat: repeat-x;
	padding: 0 5px;
	float:left;
	height: 33px;
	background-position:bottom right;
	cursor:hand;
	display:block;
	border-left: solid 1px #6d7788;
	border-right: solid 1px #6d7788;
	line-height: 33px;
}

.topnav .dropdown {
	background-image: url(img/topnav-roll.png);
}
.topnav LI A:hover, .topnav LI A.rollover {
	background-position:top right;
}

.topnav LI.active A{
	background-position:0px 0;
	font-weight: bold;
	color:white;	
}

.topnav LI.left A {
	background-image: url(img/topnav-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;	
	border-left : none;
	padding-left: 10px;
}

.topnav LI.left A:hover, .topnav LI.left.active A, .topnav LI.left A.rollover {
	background-position: top left;
}


.topnav LI.right A {
	background-image: url(img/topnav-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-right : none;
	padding-right: 10px;
}


.topnav LI.right A:hover {
	background-image: url(img/topnav-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-right : none;
	padding-right: 10px;
}

.topnav LI.right.active A {
	background-position: top right;
}


UL.rollmenu {
	display: none;
	position: absolute;
	top: 33px;
	z-index:10;
	width: 200px;
	overflow: hidden;
	border-bottom: solid 1px  #82927e;
	border-left: solid 1px  #82927e;
	border-right: solid 1px  #82927e;

	box-shadow: 5px 2px 12px #555;
	padding-bottom: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #b9e05b;

}


UL.rollmenu LI {
	clear: both;
	list-style-type: none;
	margin: 0;
	height: 20px;
	padding: 0 5px 0 10px;
	background-color: #b9e05b;
}

.topnav LI UL.rollmenu LI A {
	display: block;
	width: 200px;
	line-height: 20px;
	font-size: 12px;
	color: black;
	font-weight: normal;
	padding:0;
	border: none;
	background-image: none;
	cursor: hand;
	border-top: solid 1px #FAFAFA;
}

UL.rollmenu LI A:hover {
	text-decoration: underline;
}

#searchbar {
	position: absolute;
	top: 5px;
	left: 830px;
	background-image: url(/styles/img/search-bg.png);
	background-repeat: no-repeat;
	width: 150px;
	padding-left: 30px;
	padding-top:2px;
	height: 20px;
}

#searchfield {
	border: none;
	height: 17px;
	width: 110px;

}

#flags {
	position: absolute;
	top: 40px;
	left: 600px;
}

#flags IMG {
	margin-right: 10px;
}

#flags A {
	color :#FFF;
	font-weight:bold;
}
#flags A:hover {
	text-decoration: none;
}


/* Page content */

.navtree {
	font-size: 10px;
	margin: 10px 0 10px 15px;
}
.twocol .maincol {
	width: 810px;
	float: left;
}
.twocol .maincol .inner {
	padding: 0 10px;
}
.twocol {
	
}

.threecol {
	margin: 0 5px;
}

.threecol .maincol {
	float: left;
	width: 500px;

}

.threecol .maincol .inner {
	padding-right: 10px;
}



.forecast_pic {
	width: 140px;
	height: 140px;
	border-radius: 10px;
	border: solid 1px #CCC;
	float :left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	box-shadow: 5px 2px 5px #F0F0F0;
}

.forecast_pic .legend {
	position:absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
}

.forecast_pic .legend A, .forecast_pic .legend A:visited {
	font-size: 11px;
}
.forecast_pic IMG {
	width: 100px;
	margin-left: 10px;
}

.navcol {
	float: left;
	width: 180px;	
}

.navcol .box {
	width: 180px;
	background-image: url(img/white-box-top.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}

.navcol .box .title {
	font-weight: bold;
	padding: 0 5px 5px 7px;
	
}
.navcol .box UL {
	list-style-type: none;
	padding: 0 10px 0 10px;
}

.navcol .box LI {
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.navcol .box LI.noline {
	border: none;
}

.navcol .box LI.bigger {
	font-size: 16px;
	text-align: center;
}

.navcol .box LI.bigger IMG {
	float :left;
	margin-top: 10px;
}

.navcol .box LI.price {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: none;
}

.navcol .box LI.specs {
	font-size: 13px;
	border: none;
	margin-bottom: 2px;
}

.navcol .box LI.specs SPAN {
	font-weight: bold;
	padding-left: 16px;
	background-image: url(img/bullet_green.png);
	background-repeat: no-repeat;
	
}

.navcol .box LI .icon {
	float: left;
	width: 20px;
}

.navcol .box LI .legend {
	width: 140px;
	float:left;
}

.navcol .box .bottom {
	width: 180px;
	height: 10px;
	background-image: url(img/white-box-bottom.png);
}

.threecol .adcol {
	float: left;
	width: 310px;

}






/* weather */

.citychanger {
	font-size: 10px;
	text-align:right;
	padding-right: 10px;
}







.meteo_page {
	padding: 0px;
	font-family: Verdana;
}

.meteo_page .left {
	float:left;
	width:530px;
}

.meteo_page .right {
	float:right;
	width:300px;
}

.meteo_page .left H1 {
	padding: 5px 10px;
}

.meteo_page .right .morecities A {
	background-image: url(/styles/img/16-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #376098;
	font-weight: bold;
	float:right;
	padding-left: 20px;
	padding-top: 5px;
	display: block;
	width: 200px;
}

.meteo_page .right A, .meteo_page .right A:visited {
	color: #376098;
}

.meteo_page .right A:hover {
	text-decoration: none;
}




.mapnavcc {
	margin-left: 2px;
	width: 530px;
	overflow: hidden;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	background-image: url(img/topmap.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	font-size: 10px;
}

.mapnavcc A {
	text-decoration:none;
	color:black;
	font-weight:bold;
}

.mapnavcc A:hover {
	color:white;
}

.mapnavcc LI {
	float:left;
	display:block;
	padding: 0 8px;
}
.mapnavcc .active A{
	color:white;
	font-weight:bold;
	text-decoration: none;
}

#map .loading {
	margin-top: 150px;
	font-weight:bold;
	font-size: 16px;
	text-align:center;
}

.countryrightcol {
	float:left;
	width:300px;
}

.countryrightcol A{
	color: black;
}

.countryrightcol A:hover{
	text-decoration: none;
}

.samezone {
	margin-top: 15px;
	padding: 15px;
	font-family: Verdana;
	border-top: solid 1px #CCC;
}
.samezone A {
	color: #376098;
}

.samezone A:hover {
	text-decoration: none;
}

.colcities {
	float:left;
	width: 200px;
	padding-left: 50px;

}

.colcities A {
	color: black;
	font-size: 12px;
}

.webmaster {
	padding-left: 10px;
	padding-right: 10px;
}

.webmaster H1 {
	margin-bottom: 15px;
}

.webmaster A {
	color:black;
}

.webmaster A:hover {
	text-decoration: none;
}

.webmaster .txt {
	float:left;
	width: 400px;
}

.webmaster .exemples {
	float:right;
	width: 250px;

}



.citiesregionslist {
	padding-left: 8px;
}

.citiesregionslist A {
	color: black;
}
.previmg {
	float:left;
	margin-left: 80px;
	width: 180px;
	display:inline;

}
.prevtxt {
	float:left;
	width: 200px;
	height: 168px;
	
	margin-top: 20px;
}

.prevtxt H2 {
	font-size:20px;
}

.prevleft {
	float: left;
	width: 510px;
}

.prevright {
	float:left;
	width: 300px;	
}


/* ephemeride */
.ephemeride {
	width: 310px;
	height: 175px;
	background-image: url(img/ephemeride.png);
	background-repeat:no-repeat;	
}

.ephemeride .txt {
	padding: 15px 15px 0 10px;
	font-size: 12px;
}

.ephemeride .txt H4 {
	font-size:13px;
	border-bottom: solid 1px #FFF;
	margin-bottom: 5px;
	color: #FFF;
}

.ephemeride .img {
	float: right;
	width: 125px;
	height: 125px;
	border: solid 1px #333;
}

.ephemeride .name {
	font-weight: bold;
}

/* medium rectangle */
.medium {
	width: 310px;
	background-image: url(img/medium-shadow.png);
	background-repeat:no-repeat;
	background-position:  300px -10px;
	margin-top: 10px;
}


/* green boxes */
.greenbox {
	margin-top: 10px;
}

.greenbox .title {
	height: 35px;
	background-image:url(img/greenbox-top.png);
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 15px;;
}

.greenbox .title A, .greebox .title A:visited, .greenbox .title {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.greenbox .content {
	background-image: url(img/greenbox-center.png);
	background-repeat: repeat-y;
	padding: 0 15px 0 10px;
	font-size: 11px;
	overflow: hidden;
}

.greenbox .item IMG {
	width: 80px;
	float:left;
}

.greenbox .item .infos {
	float:left;
	text-align:center;
	padding-left: 50px;
	padding-top: 5px;	
}



.greenbox   .item .name {
	font-weight: bold;
	margin-bottom: 5px;
}
.greenbox   .item .price {
	font-size: 15px;
	font-weight: bold;
}


.greenbox .bottom {
	background-image: url(img/greenbox-bottom.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11px;
	text-align:right;
}

/* greenboxes icons */
.greenbox .title .icon_forum {
	background-image: url(img/greenbox-icon-forum.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 35px;
	float: left;
}

.greenbox .title .icon_sejours {
	background-image: url(img/greenbox-icon-travel.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 35px;
	float: left;
}

.prevareas {
	width: 300px;
	margin-bottom: 5px;
}

.prevareas .col1, .prevareas .col2 {
	float:left
}

.prevareas .col1 {
	width:160px;
}

.prevareas .col2 {
	width:140px;
}

.forecastpic {
 	background: url(img/fading_corner.gif) no-repeat bottom right;
 	margin: 5px 5px 0 5px !important;
  	margin: 5px 5px 0 0px;
 	padding: 0;
 	position: relative;
 	float: left;
	width:140px;
	height: 140px;
}

.forecastpic .inner {
	margin: 15px;
	text-align:center;
	padding: 5px;
	width: 100px;
}

.forecastpic A {
	text-decoration: none;
	color:black;
}
.forecastpic A B {
	text-decoration: underline
}
.cold {
	color: #376098;
}

.hot {
	color: #e9910f;
}
.copy {
	margin-right:10px;
	font-size:10px;
	line-height:32px;
	text-align:right;
}

.txtbloc {
	margin: 5px 10px;
}

.txtbloc .col {
	float:left;
	width:32%;
}

.txtbloc H2 {
	margin: 10px 5px 2px 5px;
}

.txtbloc .col LI {
	list-style-type: none;
}
.txtbloc A {
	color:black;
	
}
.txtbloc A:hover {
	text-decoration: none;
}

.forumteaser {
	width:300px;
	height:150px;
	background-image: url(img/fading-corner-large.gif);
	background-repeat: no-repeat;
	position: relative;
}

.forumteaser A:hover {
	text-decoration:none;
}
.forumteaser .title {
	font-size: 12px;
	height: 16px;
	padding: 5px 5px 5px 25px;
	background-image: url(img/comments.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	font-weight: bold;
	text-align:left;
}

.forumteaser .title A {
	color: black;
}

.forumteaser .content {
	margin:2px 5px 2px 17px;
}

.forumteaser .foot {
	position: absolute;
	bottom:7px;
	right:5px;
	text-align:right;
}

.webcamteaser, .hotelteaser  {
	margin-bottom: 50px;
}


.webcampic, .hotelpic {
 	background: url(img/shadow.png) no-repeat bottom right;
 	margin: 5px 5px 0 5px !important;
  	margin: 5px 5px 0 0px;
 	padding: 0;
 	position: relative;
 	float: left;
}


.webcampic, .hotelpic {
		width: 150px;
}

.webcampic .inner, .hotelpic .inner {
	border: solid  #a9a9a9;
	border-width: 1px 0 0 1px;
	margin: 0 5px 5px 0;
	padding: 5px;
	text-align:center;
	font-size: 11px;
	

}

.webcampic .img {
	width: 130px;
	height:130px;
	overflow:hidden;
	margin-bottom: 5px;
}


.hotelpic .img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 5px;
	
}




.webcampic A, .hotelpic A {
	text-decoration: none;
	color: black;
}


.weekendday {
	float:left; 
	width: 480px;
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.weekendday .half {
	width: 240px;
	float:left;
}

.weekendday UL LI {
	list-style-type:none;
}
.weekendday H2 {
	font-size:14px;
	margin-bottom: 5px;
}

.contentbottom {
	background-image:url(img/content-bottom.png);
	height:23px;
	
}


#footer {
	padding: 275px 0 10px 0;
	position:relative;
	top:10px;

	background-image: url(img/footerhill.png);
	background-repeat: repeat-x;
	clear: both;
	background-color: #8c9b00;
}

#footer .content {
	width: 1000px;
	margin: 0 auto;
	color: white;
	position: relative;

}

#footer .col1 {
	float: left;
	width: 500px;
}

#footer .col2 {
	float :left;
	width: 500px;
}

#footer .col2 UL {
	border-right: solid 1px #F0F0F0;
	width: 450px;
}

#footer .col2 UL LI {
	display: block;
	float: left;
	width: 200px;
}

#footer A, #footer A:visited {
	color: #FCFCFC;
	font-size: 13px;
	text-decoration: none;
}

#footer A:hover {  
	text-decoration: underline;
}



/* subheader */
.subheader {
	margin-top: 15px;
}

.subheader IMG {
	float: left;
}

.subheader .center {
	height: 23px;
	background-image:url(img/content-top.png);
	background-repeat: repeat-x;
}
.subheader UL {
	height: 33px;
	margin-left: 12px;
	background-image:url(img/subheader-bg.png);
	background-repeat: repeat-x;

}

.subheader LI {

	float:left;	
	height: 33px;
	line-height: 33px;
	list-style-type: none;
	margin-right: 2px;
}

.subheader LI A  {

	
	font-weight: bold;
	padding: 0 5px;
	float:left;
	height: 33px;
	background-position:top left;
	cursor:hand;
	display:block;
	border-right: solid 1px #6d7788;
	text-decoration: none;
	color: black;
}

.subheader LI A:hover {
	color: white;
}

.subheader LI.active A{

	font-weight: bold;
	color:white;
	
}

.subheader LI.search {
	float:right;
	line-height: 33px;
	margin-right: 1px;
	width: 230px;
	background-image: url(img/subheader-search.png);
	background-repeat: no-repeat;
	position: relative;

}

.subheader LI.search .searchInput {
	border: solid 1px #9DC342;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 11px;
	left: 25px;
	width: 170px;
	height: 16px;
	font-size: 10px;
	color: #666;

}

.subheader LI.search .btn {
	position: absolute;
	top: 11px;
	right: 10px;
}


/* content tabs */

.tab {
	width:300px;
	margin-bottom: 5px;
}

.tab .header {
	height: 41px;
	background-image: url(img/content-tab.png);
	background-repeat:no-repeat;
}

.tab .header_sejours {
	height:41px;
	background-image: url(img/content-tab-sejours.png);
	background-repeat:no-repeat;
}

.tab .header_hotels {
	height:41px;
	background-image: url(img/content-tab-hotels.png);
	background-repeat:no-repeat;
}


.tab .header_webcams {
	height: 41px;
	background-image: url(img/content-tab-webcams.png);
	background-repeat: no-repeat;
}

.tab .header_ski{
	height: 41px;
	background-image: url(img/content-tab-ski.png);
	background-repeat: no-repeat;
}

.tab .header_forum {
	height: 41px;
	background-image: url(img/content-tab-forum.png);
	background-repeat: no-repeat;
}


.tab .title {
	padding-left:70px;
	padding-top: 15px;
	color: #000;
	font-weight:bold;
}

.tab .title A, .tab.title A:visited {
	color: #000;
	text-decoration: none;
}

.tab .content {
	background-image: url(img/content-tab-inner.png);
	background-repeat: repeat-y;
	padding: 0 15px 0 20px;
}

.tab .content A, .tab .content A:visited {
	color: #376098;
	font-weight: 700;
}

.tab .content A:hover {
	text-decoration: none;
}

.tab .sep {
	border-top: solid 1px #E3E3E3;
	overflow:hidden;
	height:1px;
	margin-left:-11px;
	margin-right:-14px;
}

.tab .footer {
	width:300px;
	height:16px;
	background-image: url(img/content-tab-footer.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-top: -5px;
}

.tab .footer A, .tab .footer A:visited {
	color: #376098;
	font-weight: 700;
}

.tab .footer A:hover {
	text-decoration: none;
}

.albumteaser {
	background-image: url(img/shadow.gif);
	background-position: bottom right;
	margin: 5px 10px 0  !important;
	padding:0;
	position:relative;
	float:left;
}

.albumteaser .picture {  
	text-align:center;
}

.albumteaser .inner {
	border:1px solid #A9A9A9;
	margin:0pt 5px 5px 0pt;
	padding:5px;
}

.albumteaser .desc {
	text-align:center;
}

.albumteaser .inner .action {
	width: 200px;
	float:left;
	font-weight: bold;
}

.albumNav {
	background-image: url(img/tab_center.gif);
	background-position:0px -33px;
	background-repeat: repeat-x;
	height:33px;
	line-height:33px;
	border: solid 1px #6d7788;
	border-top: none;
}

.albumNavInner {
	padding: 0 5px;

}

.albumNavInner A {
	font-weight:bold;
	color:white;
	text-decoration: underline;
}

.albumNavInner A:hover {
	text-decoration: none;
}

.albumScroll {
	border: solid 1px #6d7788;
	
/*	width: 650px;*/
	height: 70px;
	overflow:hidden;
	position: relative;
	z-index:1;
}

.albumScroll .navleft {
	padding:0 2px;
	height: 70px;
	background-color: #9DC342;
	background-image: url(img/tab_center.gif);
	background-position:0px -34px;
	background-repeat: repeat-x;
	z-index: 5;
	position:absolute;
	top:0;
	left:0;
	line-height: 70px;
	
	border-right: solid 1px #6d7788;
	
}

.albumScroll .navright {
	padding:0 2px;
	height: 70px;
	background-color: #9DC342;
	background-image: url(img/tab_center.gif);
	background-position:0px -34px;
	background-repeat: repeat-x;	z-index: 5;
	position:absolute;
	top:0;
	right:0;
	line-height: 70px;
	border-left: solid 1px #6d7788;
	
}

.albumScroll .inner {
	position: absolute;
	width: 100000px;
}

.albumScroll .item {
	float:left;
	width: 110px;
}

.searchresults {
	padding: 0 10px;
}

.searchresults A {
	color: #376098;
}

.searchresults A:hover {
	text-decoration: none;
}

/* Tooltip */
.tool-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #3E4F14;
		padding: 8px 8px 4px;
		background: #C3DF7D;
		border-bottom: 1px solid #B5CF74;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


/* Hotels */



.hotel_right .actions {
	height: 80px;
}

.hotel_right A, .hotel_left A {
	color: #376098;
	font-weight:bold;
}

.hotel_right  A:hover, .hotel_left A:hover {
	text-decoration: none;
}

.hotel_left {
	width: 450px;
	float:left;
	font-size: 12px;
}

.hotel_amenities .amenity {
	float:left; 
	width: 200px;
	padding-right: 20px;
}

.hotellist {
	margin-bottom: 10px;
	font-size: 12px;
	
}
.hotellist LI {
	display: inline;
}

.hotellist A {
	color: #376098;
	text-decoration: none;
}

.hotellist A:hover {
	text-decoration: underline;
}

.hotel_address {
	text-align: right;
}

#hotelpicture {
	width: 300px;
	text-align: right;
}


#hotelpicture IMG {
	width: 300px;
}

/* Snow */
.snowregions {
	border: solid #9DC342;
	border-width: 3px 1px 1px 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Verdana;
}

.snowregions H3 {
	margin: 0 -5px 5px -5px;
	background-color: #9DC342;
	color: white;
	padding: 5px;
	font-size: 12px;
}

.snowregions A, .snowregions A:visited {
	color: #376098;
	font-weight: bold;
}

.snowregions A:hover {
	text-decoration: none;
}

.stationinfos {
	border: solid #9DC342;
	border-width: 3px 1px 1px 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Verdana;
}

.stationinfos UL LI {
	list-style-type: none;
}

.stationinfos A, .stationinfos A:visited {
	color: #376098;
	font-weight: bold;
}

.stationinfos A:hover {
	text-decoration: none;
}

.stationinfos H3 {
	margin: 0 -5px 5px -5px;
	background-color: #9DC342;
	color: white;
	padding: 5px;
	font-size: 12px;
}

.stationinfos .piste {
	margin: 3px 0 ;
}


.stationinfos .item {
	width: 135px;
	float:left;
	padding-left: 8px;
}
.stationinfos .webcamteasersmall IMG {
	width: 130px;
	height:97px;
	overflow:hidden;
	margin-bottom: 5px;
	clear: both;
}

.stationinfos .item A {
	text-decoration: none;
	color: black;
}

.enneigement {
	padding: 0 15px;
			font-size: 11px;
}

.enneigement .title {
	float:left;
}

.enneigement .maj {
	float:right;
	line-height: 14px;
	font-style: italic;
	font-size: 11px;

}

.enneigement .piste {
	margin: 3px 0;
}

.enneigement .left, .enneigement .right {
	float:left;
	width: 230px;

}

.enneigement .inter {
	font-size: 13px;
	background-color: #9DC342;
	color: white;
	padding: 5px;
	margin-top:10px;
	margin-bottom: 8px;
	border-bottom: solid 1px #999;
}

.enneigement .sep {
	margin:1px 0px;
	border-top: solid 1px #CCC; 
	height: 1px; 
	overflow:hidden;
	clear: both;
}

.enneigement .left .sep {
	margin-right: 10px;
}

.enneigement .copyright {
	text-align:right;
	border-top: solid 1px #CCC;
}

.enneigement .copyright A, .enneigement .copyright A:visited {
	color: black;
	text-decoration: none;
}
.enneigement .copyright A:hover {
	text-decoration: underline;
}


/* travel */


/* Travel offer descriptions */
.travel_page .mainimg {
	margin: 0 auto;
}
.travel_page .meta H3 {
	margin-bottom:15px;
}

.travel_page .meta .img {
	float:left;
	padding-right: 15px;
}


.travel_page .desc UL {
	margin-left: 20px;
}

.travel_page .desc .info_pics IMG {
	width: 490px;
}



/* Similar travels */

.similar_travels {
	width: 300px;
}

.similar_travels .item IMG {
	float:left;
	width: 120px;
}

.similar_travels .item .infos {
	float:left;
	text-align:center;
	padding-left: 50px;
	padding-top: 5px;
}


.similar_travels .item .name {
	font-weight: bold;
	margin-bottom: 5px;
}
.similar_travels .item .price {
	font-size: 15px;
	font-weight: bold;
}








.travel_page .search_large .title {
	height: 40px;
	font-weight: bold;
	font-size:13px;
	line-height: 30px;
	background-image: url(img/topsearch.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.travel_page .search_large .content {
	border: solid  #6d7788;
	border-width: 0 1px 1px 1px;
	padding: 8px;
}

.travel_page .search_small .title, .travel_page .sejour_promo .title {
	height: 30px;
	font-weight: bold;
	font-size:11px;
	line-height: 20px;
	background-image: url(img/topsearch-small.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.travel_page .search_small .content, .travel_page .sejour_promo .content {
	border: solid  #6d7788;
	border-width: 0 1px 1px 1px;
	padding: 8px;
}

.search_results {
	border-collapse: collapse;
	border: solid 1px #E3E3E3;
}

.search_results TR {
	background-color: #F6F6F6;
}

.search_results TD {
	padding: 10px;
}
.search_results .price {
	text-align:right;
}

.search_results .sep {
	padding:0;
	border-top: solid 1px #E3E3E3;
}
.search_results .price B {
	font-size:12px;
}

.search_results A, .search_results A:visited {
	color: #376098;
	font-weight: 700;
}

.search_results A:hover {
	text-decoration: none;
}


.travel_page .nav_page {
	text-align:center;
}

.travel_page .nav_page A, .travel_page .nav_page A:visited {
	color: #376098;
	font-weight: 700;
}

.travel_page .nav_page A:hover {
	text-decoration: none;
}

/* Common elements */
.sep {
	height:1px;
	overflow:hidden;
	border-top: solid 1px #CCC;
	margin: 5px;
}

.breaker {
	clear:both;
	overflow:hidden;
	height:1px;
}

.autocompleter-loading {
	width:32px;
	height: 32px;
	background-image:url(img/ajax-loader.gif);
	background-repeat: no-repeat;
}

#pagecontent A.button-small {
	display: block;
	height: 20px;
	width: 75px;
	text-align:center;
	background-image: url(img/buttons/small.png);
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	float: right;
}

#pagecontent A.button-content-buy {
	display: block;
	height: 30px;
	width: 250px;
	margin-bottom: 5px;
	text-align:center;
	color: black;
	text-decoration: none;
	background-image: url(img/buttons/button-green.png);
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}



#pagecontent A.button-content-compare {
	display: block;
	height: 30px;
	width: 250px;
	margin-bottom: 5px;
	text-align:center;
	color: black;
	text-decoration: none;
	background-image: url(img/buttons/button-green-compare.png);
	line-height: 30px;
	font-weight: bold;
}

#pagecontent A.button-content-buy:hover, #pagecontent A.button-content-compare:hover, #pagecontent A.button-small:hover {
	color: white;
}


A.button {
	display: block;
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}

A.button DIV {
	margin-left: 60px;
	line-height: 30px;
	font-weight: bold;
	color: #376098;
}



.button.meteo {
	background-image: url(img/buttons/button-meteo.png);
}
.button:hover.meteo{
	background-image: url(img/buttons/button-off-meteo.png);
}

.button.hotel {
	background-image: url(img/buttons/button-hotel.png);
}
.button:hover.hotel{
	background-image: url(img/buttons/button-off-hotel.png);
}

.button.forum {
	background-image: url(img/buttons/button-forum.png);
}
.button:hover.forum{
	background-image: url(img/buttons/button-off-forum.png);
}


.promote_large {
	margin-top: 20px;	
}

.promote_large .content {
	border: solid 1px #e3e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border-radius: 5px;
	box-shadow: 5px 2px 5px #F0F0F0;
}

.promote_large .content .item {
	padding: 10px;
	background-color: #F4F4F4;
}
.promote_large .content .item .infos {
	float:right;
	width: 280px;
	padding-left: 5px;
	position: relative;
	height: 135px;
}

.promote_large .content .item .name {	
	padding: 5px;
	font-size: 12px;
/*	background-color: white;

	border-style: solid;
	border-color: #EEE;
	border-width: 1px 1px 0 1px;

*/	
}
.promote_large .content .item .image {
	float:left;
	width: 180px;
	background-image: url(img/shade-180.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.promote_large .content .item .image IMG {
	width: 180px;
	margin-bottom: 7px;
	border: solid 1px #333;
}


.promote_large .content .item .price {
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	
}
.promote_large .content .item .block {
	background-color: white;
	padding: 10px;
	border-style: solid;
	border-color: #EEE;
	border-width: 0 1px 1px 1px;
	position: relative;
	height: 80px;
}
.promote_large .content .partner {
	margin-top: 15px;
	bottom:2px;
	position: absolute;
}

.promote_large .content .partner IMG {
	height: 40px;
}

.promote_large .content .button {
	right: 5px;
	bottom:5px;
	position: absolute;

}

.promote_large .footer A, .promote_large .footer A:visited {
	display: block;
	padding-left: 20px;
	background-image: url(/styles/img/16-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #376098;
	font-weight: bold;
	float:right;
	padding-top: 5px;
	font-size: 12px;
}
.promote_large .footer A:hover {
	text-decoration: none;
}

.promote_large .header_sejours {
	height:41px;
	background-image: url(img/tab-large-sejours.png);
	background-repeat:no-repeat;
}

.promote_large .header_hotels {
	height:41px;
	background-image: url(img/tab-large-hotels.png);
	background-repeat:no-repeat;
}

.promote_large .header_voitures {
	height:41px;
	background-image: url(img/tab-large-voitures.png);
	background-repeat:no-repeat;
}







/* Sejours */

.monthdeparture {
	width: 310px;
	height: 300px;
	background-image: url(img/promobox-sejours.png);
	background-repeat:no-repeat;	
}

.monthdeparture .txt {
	padding: 18px;
}

.monthdeparture .txt .title {
	font-size:13px;
	font-weight: 700;
	border-bottom: solid 1px #FFF;
	margin-bottom: 5px;
	color: #FFF;
}

.monthdeparture .img {
	float: right;
	width: 125px;
	height: 125px;
	padding-top: 17px;
}


/* GFS */
.gfs_meteogramme {
	border: solid 1px black;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}

.gfs_meteogramme TH {
	border: solid 1px #999;
}
.gfs_meteogramme TD {
	border: solid 1px #CCC;
	padding: 3px;
	text-align:center;
}

.weathergraph {
	width: 100%;
	height: 240px;
	border: solid 1px #CCC;
	margin-bottom: 15px;
}

.current_weather {
	margin: 10px 0;
}

.current_weather .picture {
	border: solid 1px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 2px 5px #CCC;
	-moz-box-shadow: 5px 2px 5px #CCC;
	-webkit-box-shadow: 5px 2px 5px #CCC;
	width: 128px;
	height: 128px;
	padding: 5px;
	float: left;
}

.current_weather .observation {
	float: left;
	width: 300px;
	margin-left: 40px;
} 

.current_weather .observation UL {
	margin-left: 10px;
}

.current_weather .observation_time {
	margin-top: 15px;
	font-size: 9px;
	text-align: right;
}

.forecast_weather_day {
	width: 100%;
	margin: 10px 0;
	border: solid 1px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 2px 5px #CCC;
	-moz-box-shadow: 5px 2px 5px #CCC;
	-webkit-box-shadow: 5px 2px 5px #CCC;
}

.forecast_weather_day TD {
	text-align:center;
}	
.forecast_weather_day TD .sep {
	margin: 0 30px;
}


.weekend_weather {
	width: 320px;
	margin: 10px auto;
}
.weekend_weather .day_1, .weekend_weather .day_2 {
	width: 140px;
	height: 140px;
	border-radius: 10px;
	border: solid 1px #CCC;
	float :left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	box-shadow: 5px 2px 5px #F0F0F0;
}

.weekend_weather H3 {
	text-align: center;
}
.weekend_weather IMG {
	width: 100px;
	margin-left: 25px;
	margin-top: 10px;
}

/* PUB */

.textlinks-hp {
	text-align:center;
}

.widebanner {
	margin: -5px 5px 10px 15px;
	width: 728px;
	float: left;
}

.social {
	float: right;
	width: 180px;
	overflow: hidden;
}

.suggestionsBox {
	position: absolute;
	margin-left: 164px;
	width: 300px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
	
.suggestionList li:hover {
	background-color: #659CD8;
}
