﻿

:root {	/* COULEURS */

--color_menu_bleu:				#17a2b8;

--color_mset_fond_bleu:			#132b3f; /**/
--color_mset_link:				#2ec6d5;
--color_mset_link_hover:		#1f8d98;

--color_mset_fond_page:			#FFFFFF;
--color_mset_texte_page:		#000000;



}




#band_top {
	background:var(--color_mset_fond_bleu);
	width:100%;
	min-height:100px;
}
#band_content {
	background:#ffffff;
	width:100%;
	min-height:600px;
}
#band_bottom {
	background:var(--color_mset_fond_bleu);
	width:100%;
	min-height:100px;
}

.container {
	width:1200px;	/*largeur 'utile' de la page*/
	margin-left:auto;
	margin-right:auto;
	padding: 10px 10px 10px 10px;
}



body {
	padding:0px;margin:0px;
	font-size: 100%;
    font-family: "Din", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
	min-width:1200px;
}



p {
	margin-top:0px;
	margin-bottom:16px;
}

a {         /* Pour mot avec link url*/
    color:var(--color_mset_link);
    cursor:pointer;
    text-decoration: none;
}

a:hover {         /* Pour mot avec link url*/
	color:var(--color_mset_link_hover);
    text-decoration: underline;
}







.bt_menu_left, .bt_menu_center, .bt_menu_right, .bt_menu_alone, .bt_menu_left_act, .bt_menu_center_act, .bt_menu_right_act, .bt_menu_alone_act, .bt_menu_transp{		/* Boutons du menu (non survolé) */
	background:#ffffff;
	color:var(--color_menu_bleu);
	padding: 5px 10px 5px 10px;
	border:1px solid;
	border-color: var(--color_menu_bleu);
    display: inline-block;
	margin-left:-3px;
	margin-right:-3px;
	height:45px;
	width:140px;
	text-align:center;
	vertical-align:top;
	margin-top:5px;
}

.bt_menu_left:hover, .bt_menu_center:hover, .bt_menu_right:hover, .bt_menu_alone:hover, .bt_menu_left_act, .bt_menu_center_act, .bt_menu_right_act, .bt_menu_alone_act{		/* Boutons du menu (survolé + page actuelle) */
	background:var(--color_menu_bleu);
	color:#ffffff;
}

.bt_menu_transp{		/* Titre entre boutons */
	border:none;
	margin-left:3px;
	cursor:default;
}


.bt_menu_left, .bt_menu_left_act {
	border-radius: 5px 0px 0px 5px;
	margin-left:0px;
}
.bt_menu_center, .bt_menu_center_act {
	border-radius: 0px 0px 0px 0px;
}
.bt_menu_right, .bt_menu_right_act {
	border-radius: 0px 5px 5px 0px;
	margin-right:0px;
}
.bt_menu_alone, .bt_menu_alone_act {
	border-radius: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-right:0px;
}
.bt_menu_alone:first-of-type {
	margin-left: 0;
}








.link_not_sel{		/* Liens non sélectionnés (Mediterranean, Eastern Mediterranean, ...) */
}
.link_selected{		/* Lien sélectionné (Mediterranean, Eastern Mediterranean, ...) */
	 font-weight:bold;
	 text-decoration: underline;
}

.link_not_sel, .link_selected{
	 color:var(--color_menu_bleu);
	 font-size:110%;
	padding-bottom:10px;
	 cursor:pointer;
	 font-style:italic;
}

.graph{		/* graphique affiché dans une page*/
	 border-radius:10px;
	 border:solid;border-width:1px;border-color:rgb(0,0,0); /*#000000;*/
	 cursor:zoom-in;
}



#img_home{	/* image 'home', renvoyant à la page d'accueil */
	 cursor:pointer;
}


#div_piczoom{	/* cadre blanc légèrement transparent qui se superpose à 'div_content' lors du zoom sur un graphique */
	padding:0px;border:none;
	position:fixed;
	background:rgba(230,240,240,0.9);cursor:zoom-out;z-index:1000;display:none;
	text-align:center;

	/*
	width:200px;height:200px;
	display:block;
	background:rgba(230,0,0,1);
	*/
}

#img_piczoom{	/* graohique zoomé */
	border-radius:10px;box-shadow:2px 2px 5px rgb(160, 160, 160);background:rgb(255, 255, 255);border:solid;border-width:1px;border-color:rgb(0, 0, 0);z-index:2000;
}














table{
	color:inherit;
	text-align:inherit;
	font-weight:inherit;
	/*all:inherit;*/
}








hr{			/* lignes horizontales dans les pages */
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid var(--color_menu_bleu);
}




h1 {		/* titre principal page*/
    font-size: 200%;
    font-weight: bold;
	margin-top:12px;
	margin-bottom:0px;
}


h2 {		/* non-utilisé */
    font-size: 180%;
    font-weight: bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {		/* Premier niveau de titre dans les pages (exemple: "Daily news") */
	font-size: 160%; /* 160 */
	padding:0px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
}
h4 {		/* Second niveau de titre dans les pages (exemple: "Ocean state (last day)" */
	font-size: 120%;
	padding:0px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
}
h5 {		/* non-utilisé */
	font-size: 100%;
	padding:0px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
}
