* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: #583119;
	background-image: url(images/ete/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ABBF85;	
}

p {margin: 0 0 10px 0;}
img {vertical-align: middle;}
/********************************************************************* HEADER */
#header {
	height: 118px;
	background-image: url(images/ete/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#header img#logoserreche {
	position: absolute;
	top: 47px;
	left: 19px;
}
#header a#backhome {
	display: none;
	visibility: hidden;
}
#header ul#flags {
	position: absolute;
	top: 20px;
	list-style-type: none;
	left: 0;
}
#header ul#flags li {
	float: left;
	margin-right: 7px;
}
#header ul#flags li.saison a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(images/ete/flec_blanche.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	margin-left: 5px;
}
#header ul#flags li.saison a:hover {
	text-decoration: underline;
}
#header form#newslet {
	position: absolute;
	top: 20px;
	left: 525px;
}
#header form#newslet input {
	float: left;
}
#header form#newslet label {
	color: #FFFFFF;
}
#header form#newslet label input {
	font-size: 0.9em;
	height: 13px;
	border: none;
	width: 81px;
	background-color: transparent;
	color: #FFFFFF;
	margin-left: 10px;
	background-image: url(images/ete/bg_newslet.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
#header form#newslet #btsub {
	/*display: inline;
	margin-top: 10px;*/
}
#header ul#liensheader {
	position: absolute;
	top: 19px;
	list-style-type: none;
	right: 2px;
}
#header ul#liensheader li {
	float: left;
	margin-left: 5px;
	color: #FFFFFF;
}
#header ul#liensheader li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul#liensheader li a:hover {
	color: #BAC6A5;
}
#header #meteo_header {
	position: absolute;
	width: 136px;
	height: 64px;
	background-image: url(images/ete/bg_webcam_header2.png);
	background-repeat: no-repeat;
	top: 54px;
	right: 13px;
}
#header #meteo_header a.meteo {
	position: absolute;
	top: 47px;
	color: #583119;
	left: 12px;
	padding-left: 12px;
	background-image: url(images/ete/flec_bleue3.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
/*#header #meteo_header a.neige {
	position: absolute;
	top: 47px;
	color: #0E3A89;
	left: 86px;
	padding-left: 12px;
	background-image: url(images/ete/flec_bleue3.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}*/
#header #meteo_header a.meteo:hover,
#header #meteo_header a.neige:hover {
	text-decoration: none;
	color: #fff;
}
#header #meteo_header #tab_meteo {
	position: absolute;
	top: 5px;
	left: 0;
	width: 135px;	
}
#header #meteo_header #tab_meteo td {
	width: 45px;
	text-align: center;
}
#header #webcam_header {
	position: absolute;
	width: 136px;
	height: 64px;
	background-image: url(images/ete/bg_webcam_header2.png);
	background-repeat: no-repeat;
	top: 54px;
	right: 155px;
}
#header #webcam_header ul {
	list-style-type: none;
	margin: 9px 0 0 24px;
}
#header #webcam_header ul li a {
	display: list-item;
	color: #583119;
	margin-bottom: 4px;
	padding-left: 13px;
	background-image: url(images/ete/flec_bleue2.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	/*font-size: 0.9em;*/
}
#header #webcam_header ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#header #imgwebcam {
	position: absolute;
	left: 704px;
	top: 40px;
}
#header #imgmeteo {
	position: absolute;
	left: 846px;
	top: 37px;
}
/***************************************************************************** HAUT */
#haut {
	position: relative;
	height: 34px;
	background-image: url(images/ete/bg_haut.png);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1000;
}
#haut form#frecherche {
	position: absolute;
	top: 10px;
	right: 84px;
}

#haut form#frecherche input.texte {
	float: left;
	font-size: 1em;
	height: 14px;
	border: none;
	width: 112px;
	background-color: transparent;
	color: #583119;
	margin-right: 3px;
	background-image: url(images/ete/bg_recherche.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px;
	text-align: center;
}
#haut form#frecherche input#btrec {
	margin-top: -1px;
}
#haut ul#picsociaux {
	position: absolute;
	top: 10px;
	right: 4px;
	list-style-type: none;
}
#haut ul#picsociaux li {
	float: left;
	margin-right: 4px;
}
/**************************************************************************************/
#conteneur {
	position: absolute;
	width: 996px;
	left: 50%;
	margin-left: -498px;
	background-image: url(images/ete/bg_conteneur.png);
	background-repeat: no-repeat;
	background-position: center 160px;
}
/********************************************************************************** CENTRE */
#centre {
	position: relative;
	margin-left: 210px;
	margin-right: 205px;
	height: 415px;
	background-image: url(images/ete/bg_centre.png);
	background-repeat: no-repeat;	
}
#centre #flacentre {
	position: absolute;	
	width: 556px;
	height: 255px;
	top: 14px;
	left: 11px;	
}
#centre img#sep_centre {
	position: absolute;
	left: 297px;
	top: 279px;
}
#centre h2 {
	position: absolute;
	color: #583119;
	top: 279px;
	font-size: 1.1em;
	text-transform: uppercase;
	background-image: url(images/ete/puce_plan.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
}
#centre h2#pano {
	left: 13px;
}
#centre h2#plan {
	left: 308px;
}
#centre #animpano {
	position: absolute;
	width: 150px;
	height: 105px;
	left: 13px;
	top: 299px;
	/*border: 1px dotted blue;*/
}
#centre a.acceder_pano {
	position: absolute;
	top: 376px;
	left: 172px;
	width: 75px;
	padding-left: 13px;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #583119;
}
#centre a.planinteractif {
	position: absolute;
	top: 390px;
	left: 444px;
	width: 130px;
	padding-left: 13px;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #583119;
}
#centre span.introplan {
	position: absolute;
	left: 444px;
	width: 125px;
	top: 299px;
	font-size: 0.95em;
}
#centre span.intropano {
	position: absolute;
	left: 172px;
	width: 121px;
	top: 299px;
}
#centre a#plandespistes {
	position: absolute;
	top: 299px;
	left: 308px;
}
/************************************************************* GAUCHE */
#gauche {
	position: absolute;
	left:0;
	width: 210px;	
}
#gauche #photo {
	position: relative;
	background-image: url(images/ete/bg_photo.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 85px;
	margin: 5px 0 0 5px;	
}
#gauche #photo #lienphoto {
	position: absolute;
	top: 27px;
	left: 88px;
}
#gauche #photo #lienphotoflec {
	position: absolute;
	top: 20px;
	left: 179px;
	width: 20px;
	height: 60px;	
}
#gauche h2,
#droite h2 {	
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;	
	margin: 0 0 0 12px;
	letter-spacing: 0.05em;
	padding-top: 6px;
}

#gauche #video {
	position: relative;
	background-image: url(images/ete/bg_video.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 140px;
	margin: 0 0 0 5px;	
}
#gauche #video #lienvideo {
	position: absolute;
	top: 30px;
	left: 17px;
}
#gauche #video h3.video {
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	top: 27px;
	left: 114px;	
	width: 83px;
}
#gauche #video a.voirvideo {
	position: absolute;
	top: 80px;
	left: 114px;
	color: #583119;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
}
#gauche #video a.voirvideo:hover,
#gauche #video a.decouvrir:hover,
#gauche #eve a.lire:hover,
#gauche #eve ul li a:hover,
#droite #forfaits a.holiski:hover,
#droite #bonsplans #lienresa:hover,
#centre a.acceder_pano:hover,
#centre a.planinteractif:hover,
#gauche #eve a.tous:hover,
#gauche #eve a.tousETE:hover,
#droite #forfaits ul li a:hover {
	text-decoration: none;
}
#gauche #video a.decouvrir {
	position: absolute;
	top: 103px;
	left: 45px;
	color: #583119;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
}

#gauche #eve {
	position: relative;
	background-image: url(images/ete/bg_eve.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 155px;
	margin: 0 0 0 5px;	
}
#gauche #eve h3 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 5px 0 10px;
}
#gauche #eve div.evehome1 {
	padding-top: 4px;
}
#gauche #eve h3.news {
	font-size: 1.1em;
	color: #0E3A89;
	/*padding-top: 13px;
	margin-top: 18px;*/
	position:absolute;
	top:80px;
}
#gauche #eve h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 0 5px 0 10px;
	line-height: 1.1em;
}
#gauche #eve h4 a,
#gauche #eve h3 a {
	text-decoration: none;
	color: #583119;
}
#gauche #eve h4 a:hover {
	color: #DF8311;
}
#gauche #eve a.tous {
	position: absolute;
	top: 65px;
	left: 10px;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	color: #583119;
}
#gauche #eve a.tousETE {
	position: absolute;
	top: 132px;
	left: 10px;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	color: #583119;
}
#gauche #eve div.evehome2 {
	position: absolute;
	top: 83px;
}
#gauche #eve a.lire {
	position: absolute;
	top: 65px;
	right: 10px;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;	
	color: #583119;
	padding-left: 13px;
	/*margin-left: 126px;*/
}
#gauche #eve ul {
	list-style-type: none;
	margin: 3px 0 0 11px;
	position:absolute;
	top:103px;
}
#gauche #eve ul li a {
	color: #0E3A89;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	font-weight: bold;
	margin: 4px 5px 3px 0;
	display: list-item;
}
#gauche h2.sondage {
	margin: 0;
	padding: 0;
	display: block;	
	height: 22px;
	background-image: url(images/ete/bg_sondage.png);
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
	text-align: center;
	padding-top: 8px;
}
#gauche h2.sondage a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/ete/flec_sondage.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 15px;	
}
/*********************************************************************** DROITE */
#droite {
	position: absolute;
	right:0;
	width: 205px;	
}
#droite #forfaits {
	position: relative;
	background-image: url(images/ete/bg_forfaits.png);
	background-repeat: no-repeat;
	width: 199px;
	height: 86px;
	margin: 5px 0 0 0;	
}
#droite #forfaits h4,
#droite #bonsplans h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px 5px 0 10px;
	line-height: 1.1em;
}
#droite #forfaits a.holiski {
	color: #583119;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	margin: 6px 0 0 26px;
	display: list-item;
	list-style-type: none;
}
#droite #forfaits ul {
	list-style-type:none;
	margin:3px 0 0 11px;
	position:absolute;
	top:20px;
}
#droite #forfaits ul li a {
	color: #583119;
	background-image: url(images/ete/flec_bleue.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 13px;
	font-weight: bold;
	margin: 4px 5px 3px 0;
	display: list-item;
}
#droite #banner {
	width: 195px;
	height: 80px;	
	padding: 4px 0 0 4px;	
}
#droite #bonsplans {
	position: relative;
	background-image: url(images/ete/bg_bonsplans.png);
	background-repeat: no-repeat;
	width: 199px;
	height: 240px;
}
#droite #bonsplans div.bonplan {
	width: 186px;
	height: 52px;
	background-image: url(images/ete/bg_bonsplans2.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 7px;
}
#droite #bonsplans div.bonplan a {
	display: block;
	width: 184px;
	height: 48px;
	text-decoration: none;
	color: #583119;
}
#droite #bonsplans div.bonplan a:hover {
	color: #DF8311;
}
#droite #bonsplans div.bonplan a img {
	float: left;
	margin: 10px 4px 0 8px;
}
#droite #bonsplans div.bonplan a h4 {
	font-weight: bold;		
}
#droite #bonsplans div.bonplan a h5,
#droite #bonsplans div.bonplan a h6 {
	font-weight: normal;
	font-size: 0.9em;	
}


#droite #bonsplans #lienresa {
	color: #583119;	
	background-image: url(images/ete/flec_bleue.png);	
	background-repeat: no-repeat;	
	background-position: left 3px;	
	padding-left: 13px;
	margin: 3px 0 0 10px;
	display: list-item;
	list-style-type: none;
}
/************************************************************************************* PIED */
#pied {
	position: relative;
	height: 29px;
	color: #F6FCEE;
	text-align: center;
	padding-top: 4px;
	line-height: 1.3em;
}
#pied a {
	color: #F6FCEE;
	text-decoration: none;	
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pied a.maj {
	text-transform: uppercase;
}
#pied ul#logos1,
#pied ul#logos2 {
	list-style-type: none;
	position: absolute;	
	top: 1px;
}
#pied ul#logos1 {
	left: 12px;
}
#pied ul#logos1 li,
#pied ul#logos2 li {
	float: left;
	margin-right: 17px;
}
#pied ul#logos2 {
	right: -2px;
}
/*************************************************************************************** CLOUD TAGS */
#tag1,
#tag2,
#tag3,
#tag4,
#tag5,
#tag6,
#tag7,
#tag8 {
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}
#tag1 {
	left: 280px;
	color: #95AA6F;
	font-size: 1.2em;
	font-weight: bold;
	top: 40px;
}
#tag2 {
	left: 463px;
	color: #678434;
	font-size: 0.9em;
	font-weight: bold;
	top: 44px;
}
#tag3 {
	left: 250px;
	color: #72933B;
	font-size: 1em;
	font-weight: bold;
	top: 60px;
}
#tag4 {
	left: 407px;
	color: #B4C19C;
	font-size: 1.5em;
	font-weight: bold;
	top: 55px;
}
#tag5 {
	left: 290px;
	color: #95AA6F;
	font-size: 0.7em;
	font-weight: bold;
	top: 80px;
}
#tag6 {
	left: 343px;
	color: #CDD8BB;
	font-size: 1.1em;
	font-weight: bold;
	top: 78px;
}
#tag7 {
	left: 472px;
	color: #73933C;
	font-size: 0.7em;
	font-weight: bold;
	top: 80px;
}
#tag8 {
	left: 529px;
	color: #95AA6F;
	font-size: 1em;
	font-weight: bold;
	top: 79px;
}
