/*******************
feuille de style page interne
*******************/
#contenu{
	min-height: 1010px;
}
/**html #contenu{
	height: 970px;
}*/
#bloc_contenu{
	margin-top: 352px;
}

/*******************
colonne gauche
*******************/
#colonne_gauche{
	margin-bottom: 20px;
	width: 140px;
	float: left;
	border-right:1px solid #ddd;
}
#colonne_gauche h2{
	color: #fff;
	font-size: 13px;
	padding:8px 15px;
	background:#E64717 url(images/fond-charge-forfait-orange2.png) repeat-x;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
/* -- menu gauche */
#menu_gauche h2{
	/*margin-bottom: 20px;*/
}
#menu_gauche ul li a{
	display:block;
	padding:5px 15px;
	color: #e64717;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}
#menu_gauche a:hover , #menu_gauche a.menu_gauche_selection , #menu_gauche .current_page_item a {
	border:none;
	padding:6px 15px;
	color:#222;
}
/* -- webcam panoramique 
#webcam_panoramique{
	margin-top: 45px;
}
/* -- nuage mot clefs */
#nuage_mot_clefs h2{
	margin-bottom:15px;
}
#nuage_mot_clefs a{
	color: #6ea2d1;
	text-decoration: none;
}
#nuage_mot_clefs a:hover{
	text-decoration: underline;
}
#nuage_mot_clefs p{
	padding-left: 10px;
}

/*******************
contenu central
*******************/
#contenu_central{
	width: 520px;
	padding: 20px 0 20px 20px;
	font-size:1.2em;
	color: #3e3e40;
	float: left;
}
#contenu_central ul .page_item {
	list-style:none;
}
#contenu_central li.page_item {
    float:left;
}
#contenu_central li.page_item a {
	background:#E64717 url(images/fond-charge-forfait-orange2.png) repeat-x;
	border:1px solid #b13712;
	color:white;
	display:block;
	float:left;
	width:120px;
	font-size:13px;
	font-weight:bold;
	padding:10px 20px;
	text-align:center;
	margin:10px 10px 1px 0;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999;
        min-height:26px;
}
	#contenu_central li a:hover { border-color:#222; text-decoration:none; -moz-box-shadow:0 0 10px #333; -webkit-box-shadow:0 0 10px #333; box-shadow:0 0 10px #3339; }
	#contenu_central li a:focus , #contenu_central li a:active { margin:11px 10px 0 0; background-image:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
	
#contenu_central a {
    text-decoration: none;
    color: #6ea2d1;
}

#contenu_central a:hover {
    text-decoration: underline;
}
.arrow-article {
    color: #E64717;
    font-weight: 700;
}

#contenu_central p {
	line-height:1.2em;
}
#contenu_central h1, #iframe-intro h1 {
	margin: 0 0 0.5em 0;
	color: #1b94cd;
	font-size: 26px;
	font-weight: bold;
}
#contenu_central h2, #iframe-intro h2 {
	margin:0 0 0.5em;
	color: #e64717;
	font-size: 20px;
        /*float: left;*/
	font-weight: bold;
}
#contenu_central h3{
	margin: 20px 0;
	color: #012e71;
	font-size: 20px;
	font-style: italic;
}
#contenu_central h4{
	color: #e64717;
	font-family: "Arial Narrow",Arial, "MS Trebuchet", sans-serif;
	font-size: 16px;
}
#contenu_central img.alignright {
	float: right;
        display: block;
        margin: 5px;
}
#contenu_central img.alignleft {
	float: left;
        display: block;
        margin: 5px;
}


#contenu_central .aligncenter,
#contenu_central div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


#contenu_central .wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#contenu_central .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#contenu_central .wp-caption  {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 0px 4px 9px;
   margin:0 0 10px 0;
}
#contenu_central p.wp-caption-text {
     font-size: 11px;
   line-height: 17px;
   text-align: center;
}


#contenu_central p {
    margin: 0 0 1em 0;
	font-size:0.9em;
	line-height:1.5em;
	text-align:justify;
}

#contenu_central .orange {
	color:#f60;
}

#contenu_central .small {
	font-size:0.75em;
}

#contenu_central p.chapeau {
	border-left:2px solid #FF6600;
	color:#1D3967;
	padding-left:10px;
	font-size:1.05em;
	line-height:1.1em;
}

#contenu_central ul {
	margin-bottom:20px;
}

#contenu_central ul , #contenu_central li {
	list-style:disc inside;
	line-height:1.5em;
}

#contenu_central hr {
	visibility:hidden;
	clear:both;
	margin:20px 0;
}

#contenu_central .tab_tarifs {
	font-size:0.8em;
}

#contenu_central .tab_tarifs tr {
	background:#F9FCFD;
}

#contenu_central .tab_tarifs td {
    border:1px solid #DDDDDD;
    padding:6px;
}

#contenu_central .col_3 {
	float:left;
	width:153px;
	margin-right:10px;
}

#contenu_central .embed {
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
	width:482px;
}

/*******************
contenu gauche
*******************/
#forfait_interne {
	width: 191px;
	height: 233px;
	padding: 20px 0 0 27px;
	font-size: 13px;
	color: #fff;
	background-image: url(images/fond-achat-forfait-interne.png);
	background-position: 2px 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 230px;
	right: 20px;
}
#forfait_interne h2{
        font-size:18px;
        display:block;
        height: 30px;
        background: transparent url(images/menu-sataski.png) no-repeat 0px -215px;
        text-indent: -9999px;
}
#forfait_interne h2.title-en  {
    background-position: 0px -365px;
}

#forfait_interne img{
	margin: 20px 0 30px 85px;
}
#forfait_interne_selection{
	margin-top: 12px;
	margin-right:17px;
	padding-left: 20px;
        width:150px;
        color:#6B6B6B;
        font-size:18px;
	
}
#forfait_interne_selection span{
	width: 140px;
	overflow: hidden;
}
#forfait_interne h3{
	margin: 15px 0 0 3px;
	color: #e64717;
	font-size: 16px;
	font-weight: bold;
}
#forfait_interne h4{
	margin: 5px 0 0 3px;
	color: #012e71;
	font-size: 14px;
	font-weight: bold;
}
#forfait_interne h4 a {
    text-decoration: none;
    color: #012e71;
    font-size: 14px;
    font-weight: bold;
}
/* -- sejour tout compris */
#sejour_interne{
	width: 179px;
	height: 230px;
	padding: 0 10px 0 80px; 
	font-size: 13px;
	color: #012e71;
	font-weight: normal;
	background-image: url(images/fond-sejour-tout-compris-interne.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 480px;
	right: 20px;
	overflow:hidden;
	line-height:16px;
}
#sejour_interne h2 {
	margin: 0px 0 20px 0;
        font-size:15px;
        display:block;
        height: 40px;
        background: transparent url(images/menu-sataski.png) no-repeat 0px -250px;
        text-indent: -9999px;
}
#sejour_interne h2.title-en  {
    background-position: 0px -400px;
}

#sejour_interne h3{
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #fff;
}
.sejour_interne_tarif{
	margin-top: 10px;
	color: #eb6a0a;
	font-size: 13px;
	font-weight: bold;
}
#sejour_interne img{
	margin: 25px 20px 0 80px;
	padding-bottom: 40px;
}
*html #sejour_interne h2,*html #sejour_interne h3,*html #sejour_interne p,*html #sejour_interne img{
	margin-left: 0;
}
/* -- meteo */
#meteo_interne{
	width: 189px;
	padding-left: 30px;
	color: #012e71;
	font-size: 14px;
	background-image: url(images/fond-meteo-interne.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
/*	top: 720px; */
	top:471px;
	right: 20px;
    height: 250px;
}
#meteo_interne h2{
        font-size:15px;
        display:block;
        height: 40px;
        background: transparent url(images/menu-sataski.png) no-repeat 0px -300px;
        text-indent: -9999px;
}
#meteo_interne h2.title-en  {
    background-position: 0px -450px;
}

#meteo_interne h3{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}
#meteo_interne h3 span{
	color: #eb6a0a;
	font-size: 11px;
}
#meteo_interne img{
	margin-left: 60px;
}
#meteo_interne li{
	color: #eb6a0a;
	font-size: 11px;
}
#meteo_interne .temperature {
    /*padding-top: 0px;*/
    margin-left: 0px;
    padding-top: 0px;
    float: left;

}
#meteo_interne .pistes2 {
    /*padding-top: 0px;*/
    margin-left: 0px;
    margin-top: 0px;

}
#meteo_interne .meteo-picto {
    height: 100px;
}
#meteo_interne .enneigement-img {
    width: 40px;
}

#meteo_interne .lien_en_savoir_plus {
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 15px;
    float: left;
}
#meteo_interne .temp-texte {
    float: left;
 height:25px;
margin-left:10px;
margin-top:5px;
}
#meteo_interne .enneigement-texte {
    float: left;
    width: 115px;
}

/*******************
classes
*******************/
.fond_image_contenu{
	float: right;
	width: 173px;
	height: 134px;
	margin-left: 5px;
	padding: 14px 0 0 11px;
	background-image: url(images/fond-image-contenu.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.separe_contenu{
	clear: both;
	height: 50px;
	background-image: url(images/separe-contenu.gif);
	background-position:  left center;
	background-repeat: no-repeat;
}

#bloc_webcam{
	width: 280px;
	text-align: center;
	font-size: 12px;
	color: #012e71;
}
#bloc_webcam_logos_interne ul{
	margin: 10px 0 0 30px;
	padding-bottom: 5px;
}
#bloc_webcam_logos_interne li,#bloc_webcam_logos_interne li a{
	float: left;
	height: 29px;
}
#bloc_webcam_logos_interne .ui-tabs-nav li {
	margin: 0;
}
#bloc_webcam_logos_interne .ui-tabs-nav li a, #bloc_webcam_logos_interne .ui-tabs-nav li.ui-tabs-selected{
	padding: 0;
}
#bloc_webcam_logos_interne .ui-tabs-nav li, #bloc_webcam_logos_interne .ui-tabs-nav li.ui-tabs-selected {
	padding-right: 10px;
}
#bloc_webcam_logos_interne li a{
	display: block;
	text-decoration: none;
}
.webcam-logo{
	background-position: top center;
	background-repeat: no-repeat;
	background: url('images/webcam-logo.png') no-repeat 0 0;
}
#webcam_alpes_dhuez{ width: 23px; background-position: 0 0; }
.ui-state-active #webcam_alpes_dhuez, .ui-state-hover #webcam_alpes_dhuez{ background-position: 0 -29px; }
#webcam_auris_en_oisans{ width: 26px; background-position: -23px 0; }
.ui-state-active #webcam_auris_en_oisans, .ui-state-hover #webcam_auris_en_oisans{ background-position: -23px -29px; }
#webcam_oz_en_oisans{ width: 19px; background-position: -49px 0; }
.ui-state-active #webcam_oz_en_oisans, .ui-state-hover #webcam_oz_en_oisans{ background-position: -49px -29px; }
#webcam_vaujany{ width: 47px; background-position: -68px 0; }
.ui-state-active #webcam_vaujany, .ui-state-hover #webcam_vaujany{ background-position: -68px -29px; }
#webcam_villard_reculas{ width: 18px; background-position: -115px 0; }
.ui-state-active #webcam_villard_reculas, .ui-state-hover #webcam_villard_reculas{ background-position: -115px -29px; }
#webcam_alpe_du_grand_serre{ width: 43px; background-position: -133px 0;}
.ui-state-active #webcam_alpe_du_grand_serre, .ui-state-hover #webcam_alpe_du_grand_serre{ background-position: -133px -29px; }


#bloc_webcam img{
	margin: 5px 0;
	text-align: center;
	clear: both;
}