body {
text-align:center; /* bug IE */
font-family: "Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
font-size:16px;
line-height: 1.2em;
margin: 0px;
background-color:#96A1AC;
}

@media screen and (max-width:1000px) {
#page {
	width: 100%;
	min-width: 800px;
	}
}

@media screen and (min-width:1000px) {
#page {
	width: 90%;
	max-width: 1400px;
	min-width: 980px;
	border:1px solid;
	}
}

#page {
position: relative;
margin: auto;
text-align:left; /* bug IE */
border-top:0;
background-color: #D6DEE7;
box-shadow: 2px 2px 6px #000;
border-radius: 0 0 3px 3px;
}

#bandeau {
display: block;
width: 100%;
height: 160px;
background: url(images/bandeau.jpg) no-repeat; 
background-color: #517691; 
border-bottom: 1px solid #000;
}

#popup {
text-align:left;
margin: 10px;
background-color: #D6DEE7;
}

/* ease effect */
@keyframes effet {
0% { transform: scale(1); }
20% { transform: scale(1.06); }
40% { transform: scale(1); }
60% { transform: scale(0.98); }
100% { transform: scale(1); }
}

.ease:hover {
animation: 0.6s effet ease-in-out
}

.boxPhoto {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	margin: 2px;
	background-color: #9DB3CB;
}

.boxPhoto img {
	border-radius: 3px;
	position: absolute;
	top: 0;
	vertical-align: bottom;
}

.boxPhoto a {
	display: block;
}

.titrePhoto {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: -20px;
	left: -5px;
	width: calc(100% - 10px);
	height: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 10;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	transition: height .3s ease;
	padding: 10px;
}

.titrePhoto div {
	font-size: 1.1em;
	margin-bottom: 5px;
}

.titrePhotoBig:hover .titrePhoto {
	height: 120px;
}

.titrePhotoSmall:hover .titrePhoto {
	height: 60px;
}

#masque {
	background-color: #000;
	opacity: 0.85;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 998;
	display: none;
}

#grandephoto {
	position: absolute;
	z-index:999;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	margin: 50vh 0 0 50vw;
}

#cadre_n {
	padding:10px;
	text-align: left;
	background-color: #000;
}

.nvgt {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 10px;
	width:calc(30% - 10px);
	height:calc(100% - 20px);
}


.arrow, .arrow_close  {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 23px);
	height: 67px;
	opacity: 0;
}

.arrow {
	width: 50px;
}

.arrow_close {
	width: 67px;
}



#prev:hover #arrow_prev, #suiv:hover #arrow_suiv {
	opacity: 0.5;
}

/* NAVIGATION */

#nav { 
	position: absolute;
	top: 121px;
	left: 0;
}

#nav, #nav ul {
	height: 20px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	z-index: 900;
}

#nav li {
	float: left;
	border: 1px solid #000;
	border-radius : 3px 3px 0 0;
	margin: 0 0 0 3px;
	height: 22px;
	background-color: #9AB2CA;
	display: inline; /* Correction du bug double-magin d'ie */
}

#nav li li {
	margin: 0;
	border: 0;
	padding-right: 1em;
	width: 10em;
	border-radius: 0;

}

#nav a {
	display: block;
	text-decoration: none;
	padding: 3px;
	color: #000;
}


#nav li ul {
	position: absolute;
	left: -999em;
	top: 23px;
	height: auto;
	width: 11em;
	font-weight: normal;
	border: 1px solid black;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a {
	width: 10em;
}


#nav li:hover {
	background: #D6DEE7;
}

#nav li.active {
border-bottom: 1px solid #D6DEE7;
background-color: #D6DEE7;
}

#nav li.active a {
color: #000;
}

/* FORUM */

.forum {
width: 100%;
border-collapse: collapse;
}

.forum td {
height: 1.6em;
vertical-align: middle;
}

.forum th {
background-color: #9DB3CB;
height: 2em;
vertical-align: middle;
color: #D6DEE7
}

.forum th a {
display: block;
}

.forum th a:hover {
text-decoration: none;
}

.head {
margin: 3px 0;
padding: 2px;
background-color: #9DB3CB;
font-weight: bold;
font-size: 1.2em;
color: #D6DEE7;
}

#form {
width: 620px;
margin: auto;
}

form {
margin: 0;
padding: 0;
}

.surligne {
background-color: yellow;
margin: 5px;
text-align: center;
}

/* GENERAL */

.new {
font-size: 0.8em;
color: #f00;
}

#haut_droite {
position: absolute;
right: 1px;
top: 1px;
text-align: right;
}

#cont {
padding: 11px;
}

a {
color: #000;
}


.nodecoration {
text-decoration: none;
}

a:hover {
text-decoration: none;
}



p {
text-align: justify;
margin: 5px 0;
}


h1 {
font-size: 1.4em;
margin: 10px 0;
}

h2 {
font-size: 1.25em;
}

h3 {
font-size: 1.15em;
}

h4 {
font-size: 1.1em;
font-weight: normal;
}

.small {
font-size: 0.8em;
}

.droite {
margin: 0 0 5px 0;
text-align: right;
}

.centre {
text-align: center;
}

.alt_form {
font-size: 11px;
text-align: center;
}

img {
vertical-align: middle;
}

#gmap img {
max-width: none;
}

a img {
border: 0;
}

.cadre img {
max-width: 100%;
}

.cadre #gmap img,
.cadre #mapsortie img,
#map img {
max-width: none;
}

.autolink {
border-bottom: 1px dotted #000;
text-decoration: none;
}



.border {
border:1px solid #000;
}

.ph_topo {
border:5px solid #fff;
box-shadow: 3px 3px 5px #000;
margin-bottom: 5px;
}

hr {
clear: both;
visibility: hidden;
margin: 0;
padding: 0;
}

.alerte {
font-weight: bold;
margin: 11px 0;
color: #f00;
}

.box {
display: inline;
border: 1px solid #9DB3CB;
border-radius: 3px;
background-color: #C1D2E1;
padding: 5px;
margin: 5px 0;
box-shadow: 2px 2px 6px #979797;
}

.cadre {
position: relative;
border: 1px solid #9DB3CB;
border-radius: 3px;
background-color: #C1D2E1;
padding: 5px;
margin: 10px 0 15px 0;
box-shadow: 2px 2px 6px #979797;
}

.annonce {
border-radius: 3px;
margin: 10px 0 10px 0;
box-shadow: 2px 2px 6px #979797;
}



.cadre h2,
.cadre h3,
.cadre h4 {
margin: 5px 0;
}

.color {
margin-top: 5px;
padding: 2px;
background-color: #9DB3CB;
}

.cadre .color2 {
background-color: #A8BED4;
}

abbr, acronym {
cursor: text;
border-bottom: 1px dotted black;
}

.float_r {
position: relative;
float: right;
}

.float_l {
position: relative;
float: left;
margin: 0 5px 5px 0;
}

.blue {
color: #9AB2CA;
}

/* topo */

#pres_topo {
font-family: georgia;
font-size: 1.3em;
color: #292929;
padding: 5px;
margin-bottom: 5px;
margin-top: -10px;
min-height: 36px;
border-top: 1px dotted #517691;
background: url(../images/raye.gif);
}

#pres_topo a {
color: #232323;
}

.item_topo {
position: relative;
float: left;
width: 200px;
line-height:1.5em;
margin-right: 10px;
}

.rem_topo {
margin-left: 430px;
}

.acces_topo {
position: relative;
float: left;
width: 200px;
}

.itineraire_topo {
margin-left: 210px;
}

.meteo_topo {
position: relative;
float: left;
width: 230px;
}

.neige_topo {
margin-left: 240px;
}

.liste {
margin: 0 0 10px 0;
list-style-type: square;
padding-left: 30px;
line-height:1.5em;
}

ul h4 {
margin: 0;
margin-top: 10px;
}

.cadre table {
width: 100%;
}

.topos td {
height: 2em;
vertical-align: middle;
}

.topos th {
vertical-align: middle;
height: 2em;
background-color: #9DB3CB;
}

.topos th a {
display: block;
text-decoration: none;
color: #D6DEE7
}

.topos th a:hover,
.cadre th .sel {
color: #000;
}


/* ARTICLES */

.article {
display: inline;
}

.article_photo_300 {
float: right;
width: 320px;
text-align:center;
}

.article_300 {
margin-right: 330px;
}

.article_photo_225 {
float: right;
width: 265px;
text-align:center;
}

.article_225 {
margin-right: 275px;
}

.art_com {
margin-bottom: 10px;
color: #888;
}

.art_titre {
text-decoration: none;
font-size: 1.3em;
margin: 3px;
margin-top: 10px;
border-bottom: 1px solid;
}

/* ADSENSE */

#adsense {
position: relative;
float:right;
margin-left: 5px;
border: 1px solid #9DB3CB;
background-color: #C1D2E1;
}

#ads_t {
position: relative;
float:right;
margin-left: 5px;
border: 1px solid #9DB3CB;
background-color: #C1D2E1;
}

#ads_f {
margin: 20px auto;
padding: 5px;
height: 60px;
width: 468px;
border: 1px solid #9DB3CB;
border-radius: 3px;
background-color: #C1D2E1;
}

#ads_im {
margin: 20px;
height: 90px;
width: 728px;
border: 5px solid #FFF;
}

/* PHOTO */

#cadre_photo {
border: 10px solid #fff;
margin: 2px 0;
}

#vote_ajax {
text-align: right;
}

#vote_ajax span {
padding: 0 2px;
background-color: #999;
}

.photo_sortie {
position: relative;
float : left;
background-color: #9DB3CB;
height: 160px;
width: 120px;
margin: 10px 0 0 10px;
padding: 10px;
}

.ph {
border: 0;
padding: 0;
position: relative;
float : left;
height: 138px;
width: 202px;
margin: 5px 20px 10px 10px;
}

.ph .vignette {
position: absolute;
height: 100px;
width: 100px;
padding: 4px;
text-align: center;
background-color: #A8BED4;
}

.ph .com {
position: absolute;
top: 0;
left: 110px;
height: 88px;
width: 106px;
padding: 2px;
background-color: #A8BED4;
}

.ph .vu {
position: absolute;
top: 94px;
left: 110px;
width: 110px;
height:14px;
background-color: #A8BED4;
text-align: center;
}

.ph .titre {
position: absolute;
top: 110px;
width: 220px;
height:28px;
background-color: #A8BED4;
text-align: center;
}

/* FORMULAIRES */

textarea,
input,
select {
border: 1px solid #9DB3CB;
font-family:verdana;
font-size: 1em;
z-index: 50;
border-radius: 3px;
transition-property: border-color, box-shadow;
transition-duration: .4s;
}

textarea:focus,
input:focus,
select:focus {
border-color: #507188;
box-shadow: 0 0 12px #507188;
}

input[type='range'] {  
border: 0;
box-shadow: none;
}

.go {
position: relative;
top: 3px;
border: 0;
}

/* ACCUEIL */

#txtaccueil {
text-align: justify;
}

#col_droite,
#col_gauche,
#col_centre {
margin: 0;
padding: 0;
}

#col_droite {
position: relative;
float:right;
width: 20%;
}

#col_gauche {
position: relative;
float: left;
width: 20%;
}

#col_centre {
margin: 0 20% 0 20%;
padding: 0 10px;
}

/* BOITES */

dl,
dt,
dd {
margin: 0;
padding: 0;
position: relative;
}

dl table, tr, td {
vertical-align: top;
}

dt a {
text-decoration: none;
}

dt a:hover {
color: #f00;
}

.petit {
font-weight: normal;
font-size: 0.8em;
text-decoration: underline;
}

.petit:hover {
color: #000;
text-decoration: none;
}

.cadre_small {
width: auto;
padding-bottom: 5px;
margin-bottom: 10px;
box-shadow: 2px 2px 5px #444;
background: #B7C6D9;
overflow: hidden;
}

.cadre_small dt {
font-weight: bold;
font-size: 1.1em;
background-color: #fff;
padding: 3px 10px;
text-align: center;
}

.cadre_big {
box-shadow: 2px 2px 5px #444;
}

.cadre_big dt {
font-weight: bold;
font-size: 1.1em;
background-color: #fff;
padding: 3px 10px;
text-align: center;
}

.cadre_small dd,
.cadre_big dd {
padding: 5px;
background: #B7C6D9;
}

/* RSS */

.rss {
position: relative;
float: left;
width: 180px;
margin: 0 5px;
}

.quote_aut {
display: block;
margin: 10px 0 -10px 30px;
font-weight: bold;
}

.quote {
background: url('images/quote.gif') top right no-repeat;
display: block;
margin: 10px 0 0 30px;
border: 1px inset #9AB2CA;
padding: 5px 60px 5px 5px;
}

.signature {
background: url('images/quote.gif') top right no-repeat;
display: block;
font-size: 1.3em;
margin: 10px 125px 10px 0;
border: 1px inset #9AB2CA;
padding: 5px 60px 5px 5px;
}

/* STATS */


.stats table {
position: relative;
float: left;
border: 1px solid #9DB3CB;
background-color: #C1D2E1;
padding: 5px;
margin: 2px 5px 5px 0;
}

.stats caption {
border: 1px solid #9DB3CB;
background-color: #C1D2E1;
padding: 5px;
margin: 0 5px 2px 0;
}

.stats img {
border: 1px solid #000;
height: 10px;
}

#menu_blog {
float: right;
width: 245px;
}

#contenu_blog {
margin-right: 265px;
}

.selected_blog {
border: 1px solid #f00;
}

.auteur_blog, .commentaire_blog {
margin: 5px 0 0 25px;
font-style: italic;
}

.billet_blog {
margin: 10px 0 0 25px;
}

#menu_blog h3 {
font-size: 1.2em;
border-bottom: 1px dotted #000;
margin: 10px 0 5px 0;
}

.souligne {
padding-top: 10px;
border-bottom: 1px dotted #000;
}

/* MATOS */

.list_marque {
background: url('/images/raye.gif');
margin-bottom: 5px;
position: relative;
overflow: hidden;
max-height: 30px;
transition: max-height .8s ease;
transition-delay: .5s;
}

.list_marque:hover {
max-height: 200px;
}

#res_page0 {
transition: opacity .5s ease;
}

/* DOUBLE SLIDER */
section.range-slider {
    position: relative;
	top: 1px;
    width: 190px;
    height: 35px;
}

/* general + webkit appearance */
section.range-slider input[type=range] {
	-webkit-appearance: none; 
	width: 170px; 
	pointer-events: none;
	background-color: rgba(0, 0, 255, 0);
    position: absolute;
	margin: 0;padding: 0;
}

/* webkit */
section.range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	z-index: 10;
    pointer-events: all;
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 8px;
    height: 16px;
    width: 24px;
    background-color: #F0F0F0;
}

section.range-slider input[type=range]::-webkit-slider-runnable-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 170px;
    height: 2px;
    background-color: #969696;
}

section.range-slider input:last-of-type[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}
	
section.range-slider input[type=range]:focus {
    outline: none;
}

/* moz */
section.range-slider input[type=range]::-moz-range-track {
	pointer-events: none;
    position: relative;
    z-index: -1;
    background-color: #969696;
	width: 170px;
	height: 2px;
    border: 0;
	}
section.range-slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    width: 20px;
	}

section.range-slider input:last-of-type[type=range]::-moz-range-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

/* IE */
section.range-slider input[type=range]::-ms-thumb {
	pointer-events: all;
	z-index: 10;  
    position: relative;
	top: -7px;
	border: 1px solid #969696;
	border-radius: 4px;
    height: 8px;
    width: 24px;
    background-color: #F0F0F0;
}

section.range-slider input[type=range]::-ms-track {
	pointer-events: none;
	position: relative;
	top: 7px;
	width: 170px;
    height: 2px;
    background-color: #969696;
}

section.range-slider input[type=range]::-ms-tooltip {
	display: none;
}

section.range-slider input:last-of-type[type=range]::-ms-track {
    background-color: rgba(0, 0, 255, 0);
    border: 0;
}

/* effet ombre post-it */
.post-it {
cursor: help;
line-height: 0.5em;
display: inline-block;
margin: 15px 10px 5px 0;
padding: 8px 0;
width: 68px;
text-align: center;
vertical-align: middle;
font-size: 1.6em;
// background: #7BB518;
background: url(../images/raye.gif);
border-left: 5px solid #649018;
}


.summits_home {
position: relative;
overflow: hidden;
margin: 10px 0;
box-shadow: 2px 2px 5px #444;
transition: padding-top .5s ease;
}
.summits_home:before{
content: "";
display: block;
padding-top: 120%;
}

.summits_home:hover {
padding-top: 155%;
}

.summits_home img {
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: auto;
transition: top .5s ease;
}

.summits_home img:hover {
top: -43%;
}






