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

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

@media screen and (min-width:1000px) {
#page, #bandeau, #bandeau_en, #bandeau_tr, #nav {
	width: 90%;
	max-width: 700px;
	min-width: 980px;
	border:1px solid;
	}
}

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

#bandeau {
position: relative;
display: block;
margin: auto;
padding: 0px;
//width: 90%;
height: 222px;
background: url(img/liberte.png) no-repeat; 
background-color: #ffffff; 
border-bottom: 0px; // solid #000;
}

#bandeau_en {
position: relative;
display: block;
margin: auto;
padding: 0px;
//width: 90%;
height: 222px;
background: url(img/liberte_en.png) no-repeat; 
background-color: #ffffff; 
border-bottom: 0px; // solid #000;
}

#bandeau_tr {
position: relative;
display: block;
margin: auto;
padding: 0px;
//width: 90%;
height: 222px;
background: url(img/liberte_tr.png) no-repeat; 
background-color: #ffffff; 
border-bottom: 0px; // solid #000;
}

#lang {
position: relative;
float: right;
}

#lang img {
vertical-align: top;
}

/* 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); }
}


/* NAVIGATION */

#nav {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  z-index: 9000;
}

/* #nav, */
#nav ul {
	height: auto; /* 20px; */
	width: 100%;
	border: 1px solid #000;
	list-style: none;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 9000;
}

#nav li {
	//float: left;
	border: 0px; /* solid #000; */
	//border-radius : 3px 3px 0 0;
	margin: 0px;
	padding: 7px 0px 1px 0px;
	height: 30px;
	width: 25%;
	text-align: center;
	background-color: #95bbaf; /*   #9AB2CA; */
	display: inline-block; /* 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;
}


/* GENERAL */

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

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

#cont {
  padding: 11px 20px;
  display:block;
}

#cont ul {
  padding-left: 20px;
  list-style: none;
}

#cont li {
  margin: 7px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}

.resume {
  padding: 5px 40px 5px 40px;
  display: block;
}

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;
}

h2 a {
text-decoration: none;
}

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;
}


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;
}


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

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

.blue {
color: #9AB2CA;
}


/* 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%;
}





