@charset "UTF-8";
/* CSS Document */

body {
	font-size: 16px;
	background: radial-gradient(circle at top left, #606060, #808080, #9a9a9a, #c0c0c0, #f2f2f2, #c0c0c0, #9a9a9a, #808080);
	background-image: url(../img/graph/alpesreliefg.jpg);
	background-attachment: fixed; 
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0;
	color: #FC0;
	font-family: normal .8em/1.5em Arial, Helvetica Neue, sans-serif;
	line-height: 1.4;
	min-width: 320px;
	width: 96%;
	height: auto;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    }

/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
    }

h1, h6 {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size: 15px;
	font-style: italic;	
    }

 p{
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	/* [disabled]font-size: 15px; */	
   }

h2 {
	font-family:"Times New Roman", Times, serif;
    margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:18px;
   }

h3 { 
	font-family:"Times New Roman", Times, serif;
    margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:16px;
	}

h4 { 
	font-family:"Times New Roman", Times, serif;
    margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:15px;
	}
	
h5 { font-family: "normal .8em/1.5em Arial", Helvetica, "sans-serif;";
    margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:12px;
	}
	
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}

/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */

a:visited {
	color:#0000FF;
	text-decoration: none;
}

a:link {
	color:#0000FF;
	text-decoration: none;
	transition:all 0.5s ease;
}

a:hover, a:active, a:focus {
	color: #FC0;
	 text-shadow: 0 0 .5em black, 0 0 1em black;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

form {
	padding-right: 25px
}

.title-search{
	text-align: center;
	color:#FC0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bndhead{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
    width: 100%;
	height: auto;
	background-color: rgba(1, 0, 0, 0.2); 
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    background-image: transparent;
}

/* searchform */
#searchform #s {
	width:100px;
	font: italic 105%/110% "Times New Roman", Times, serif;
	color: #86856f;
	padding: 3px 4px 3px 28px;
	border: solid 1px #bebdaa;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	background-color: #f6f4ed;
	background-image: url(../img/icon_menu/nav-icons.png);
	background-repeat: no-repeat;
	background-position: -8px -497px;	
    }

#searchform #s:focus {
	color: #333;
	width: 150px;
	background-color: #fff;
	font-style: normal;
    }

.submit { 
    position: relative;
	z-index: 4;
	top: -2px;
    left: 32px;
    width: 28px;
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 30px;
	cursor: pointer; 
	background: none;
    }
	
.submit:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
    background-size:12px;
	top:-2px;
	right: 138px;
	position:relative;  
    }

.logo {
	display: none;
	color:#fff;
	font-size: 20px;
    }

.header{
	color:#000;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color:#939393;
    background: rgb(222,224,229); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(222,224,229,1) 15%, rgba(130,140,149,1) 62%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222,224,229,1) 15%,rgba(130,140,149,1) 62%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(222,224,229,1) 15%,rgba(130,140,149,1) 62%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee0e5', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    
    }

.header p{
	margin:0
    }

/* ~~ Colonnes pour la mise en page. ~~ */
.sidebar1 {
	font-size: 12px;
	float: left;
	width: 5%;
	padding-bottom: 10px;
    }

.content {	
	font-family: normal .8em/1.5em Arial, Helvetica, sans-serif;
	/*font-weight:;*/
	text-align: justify;
	color: #000;
	width: 90%;
	float: left;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	/* Anciens navigateurs */
	background: #BBBBBB url("../img/graph/gradient1-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient1-bg.png", sizingMethod="scale");
	/* Opera */
	/* Navigateurs récents */
	background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#BBBBBB),
				to(#BBBBBB),
		color-stop(0.5, #FFFFFF)
			);
	background-image: -webkit-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -moz-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -o-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	/*overflow: auto;*/
	}
		
.sidebar2 {
	width: 4%;
	float: right;
    }

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* cette marge intérieure reflète la marge intérieure droite dans les en-têtes et la règle de paragraphe ci-dessus. Une marge intérieure a été placée en bas, afin d'assurer un espace entre les autres éléments des listes, et à gauche pour créer le retrait. Vous pouvez les régler comme bon vous semble. */
    }

/* ~~ Pied de page ~~ */
.footer {	
	padding: 10px 0;
	position: relative;/* donne hasLayout à IE6 de façon à permettre un effacement correct */
	clear: both; /* cette propriété d'effacement force le .container à comprendre où se terminent les colonnes et à les contenir */
    }

/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
    }

.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
    }

.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre #footer est supprimé ou retiré du #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }

/* searchform */
#searchform #s {
	width: 100px;
	font: italic 105%/110% "Times New Roman", Times, serif;
	color: #86856f;
	padding: 3px 4px 3px 28px;
	border: solid 1px #bebdaa;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	background-color: #f6f4ed;
	background-image: url(../img/icon_menu/nav-icons.png);
	background-repeat: no-repeat;
	background-position: -8px -497px;
    }

#searchform #s:focus {
	color: #333;
	width: 130px;
	background-color: #fff;
	font-style: normal;
    }

div.col-body div.col-first {
    text-align: left;
    }
  
div.col-body div.col-first div {
    text-align: justify;
    column-count: 2;
    column-gap: 1em;
    column-rule: 1px solid black;
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid black;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid black;
    padding-left: 5px;
    }
  
div.bloc {
     margin: 15px;   
     }
   
div.left {
	 float: left;
     background-color:#FFF; 
	 padding: 0px;   
     }
div.right {
	 float: right;
     background-color: #888; 
	 margin:0px;  
	 padding: 0px;    
    }
div.center {
     background-color: #888;    
     }
	
#sommaire {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 background: #000;
	 color: #fff;
	 width: 250px;
	 font-family: "normal .8em/1.5em Arial", Helvetica, "sans-serif;";
	 }

#sommaire a, #sommaire span {
	 display: block;
	 padding: 4px 10px;
	 color: #fff;
	 text-decoration: none;
	 background: #000 url(../img/graph/menu-item.png) left bottom no-repeat;
	}

#sommaire .toggleSubMenu a, #sommaire .toggleSubMenu span {
	 background-image: url(../img/graph/menu-item-deroule.png);
	}

#sommaire .open a, #sommaire .open span {
	 background-image: url(../img/graph/menu-item-enroule.png);
	}

#sommaire a:hover, #sommaire a:focus, #sommaire a:active {
	 text-decoration: underline;
	}

#sommaire li a:hover {
	 color:#FC0;
	 text-decoration: none;
     }

#sommaire .subMenu {
     font-size: .8em;
	 background: #ccc url() 0 0 repeat-x;
	 margin: 0;
	 padding: 0;
	 border-bottom: 1px solid #666;
	}

#sommaire ul.subMenu a {
	 color: #FC0;
	 background: #ccc url(../img/graph/subMenu.png) 0 0 repeat-x;
	 padding: 3px 20px;
	 /* text-decoration:;*/
     }

#sommaire ul.subMenu a:hover {
	 color: #FFF;
	 background: #ccc url(../img/graph/subMenu.png) 0 0 repeat-x;
	 padding: 3px 20px;
	 /* text-decoration:;*/
	}
			
#tb1 {
	font-size:11px;
	text-align:center
   }

.bndhead img {
    max-width: 100%;
	height: auto;
	display: flex;	
    }
/*Back to top button */

#back-top {
	position: fixed;
	bottom: 40px;
	margin-left: -10px;
	margin-bottom:-20px;
   }

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FC0;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
   }

#back-top a:hover {
	color: #FFF;
    }

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #000 
	url(../img/graph/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
   }

#back-top a:hover span {
	background: rgba(204,204,204,1) 
	url(../img/graph/up-arrow1.png) no-repeat center center;	
   }

#cov_st {
	padding:0px;
	/*background-color:;*/
	margin-left:5px;
	width: 99%;
	-webkit-box-shadow:0 10px 11px rgba(50,50,50,0.30);
	-moz-box-shadow:0 10px 11px rgba(50,50,50,0.30);
	box-shadow:0 10px 11px rgba(50,50,50,0.30)
	}
		
#cov_st.floatable {
	position:fixed;
	top:0;
	max-width:89%;
	margin-right:100px;
	background: #ffcc66;
    background: -moz-linear-gradient(top, #ffcc66 0%, #ffe6b6 50%, #ffbc47 51%, #ffc75d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ffe6b6), color-stop(0.4, #ffe6b6), color-stop(0.5, #fff), color-stop(.5, #ffbc47), color-stop(0.9, #ffc75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc66', endColorstr='#ffe6b6', GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3944a8', endColorstr='#78e2ff', GradientType=0 );
    cursor: pointer;
	}
		
table {
	/*width:100%;*/
   }

#tab{
     border:1px solid blue;
     height:1000px;
     margin:8px;
	}
	
.tableone {background:#697210; border:1px solid #fff; color:#fff; margin-left:5px;}
.tableone td {border:1px solid #fff; color:#fff;}
.tableone tbody {background:#f0c992; color:#000;}
.tableone caption {background:#fff; color:#697210; font-size:1.2em; margin:0 auto;}
.tabletwo td {background:#eee; color:#000;}
.tableone th, .tabletwo th {text-align:left;}
.tabletwo tr.dk td {background:#ddd; color:#000;}

.innerb {height:55em; overflow:auto;}

.aoc{background: #CEE8FF;
}
.act{background: #FFFF99;
}
.aor{background: #99FF99;
}
.aw{background: #FF9900;
}
.cpt{background: #CCCCCC;
}
.ax{background: #FFFFFF;
}
.shadow img {
-moz-box-shadow:0px 0px 10px 7px #777777;
-webkit-box-shadow:0px 0px 10px 7px #777777;
box-shadow:0px 0px 10px 7px #777777;
}
.lim {font-size:12px;}
        
@media all and (max-width : 64rem ){
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	}
	
.clear {
  clear: none;
    }
	
.content
    {
	margin-left: 0px;
	font-size: 1.3em;
	width: 100%;
    }
	
.sidebar1
    {
     width: 100%;
     display: flex;
     justify-content: center;
     padding-bottom: 0px;
    }
	
.sidebar2{
	display: none
	}
	
article, aside
    {
     width: auto;
     margin-bottom: 5px;
    }
	
.div{
     width: 100%;
     border-right: none;
     border-left: none;
     margin-left: 0px;
     margin-right: 0px; 
    }
.header p{
     margin:0
	}
.header img {	
	display: none;
    }
.bndhead img {
	min-width: 300px
	}
   
main {width: 100%}
	

#back-top {
		opacity: 0;
	}
	
#sommaire ul.subMenu a {
	        
	        background: #000 url() 0 0 repeat-x;

	}
#sommaire {	
		width: 300px;
	}
	}
		
@media all and (max-width : 50rem ){
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	}
	
.clear {
     clear: none;
    }
	
.header {
	 font-size: 1.3em;
    }

#txt{
	display: none				
	}
	
.content
    {
	/*float: none;*/
	font-size: 1.5em;
	width: 100%;
    }
	
.sidebar2{
	display: none
	}
	
article, aside
    {
     width: auto;
     margin-bottom: 5px;
    }
	
.div{
     width: 100%;
     border-right: none;
     border-left: none;
     margin-left: 0px;
     margin-right: 0px; 
    }
   
main {
	width: 100%
	}
	
#back-top {
	opacity: 0;
	}
}        
