@charset "UTF-8";
body {
background: none;
background-color: #2088b0;	
font-size: 16px;
}
#contenu ol, #contenu ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
}
sup {
font-size:77.78%;
vertical-align:22.22%;	
}
.debug {
border: 1px dashed red;
background-color: #fff;	
padding: 5px;
}
#page {
background: none;
margin: 20px 10px;
max-width: calc(1200px - 60px);
position: relative;
width: calc(100% - 20px);
}
#contenu {
box-sizing: border-box;
position: relative;
padding: 10px 20px 20px 20px;
background-color: #fff;
border: 8px solid #000;	
color: #3d4b53;
margin-top: 0;
width: 100%;
}
#contenu.biologie {
border-color: #65c7ce;
}
#contenu.cours-eau {
border-color: #99d1a7;
}
#contenu.sante-humaine {
border-color: #c3dc7e;
}
#contenu.changements-climatiques {
border-color: #eae73e;
}
#entete {
	position: relative;
	min-height: 90px;
	_height: 90px;
}
#logo {
	/*display: none;
	width: 417px;
	height: 63px;
	background: transparent url(../images/logo.png) no-repeat 0 0;*/
}
/*
#logo {
	width: 94px;
	height: 94px;
	background: transparent url("../../gestion/images/logoG3E-v2-512-512.png") top left no-repeat;
}
*/
#logo a {
	align-items: center;
	display: flex;
	width: calc(100px + 317px - 10px);
	height: 100%;
}
#logo img {
	margin-left: -10px;
}
#logo span {
	background: transparent url(../images/logo.png) no-repeat -100px 10px;
	display: inline-block;
	flex: 0;
	height: 63px;
	overflow: hidden;
	padding-left: 317px;
	width: 417px;
}
#recherche {
position: absolute;
right: 54px;
top: 0;
width: 228px;
height: 28px;	
/*background-color: red;*/
padding: 0;
margin: 0;
background: transparent url(../images/formulaire.png) no-repeat 0 0;

display: none;

}
#recherche input {
position: absolute;
display: block;
top: 3px;
left: 5px;
width: 190px;
height: 20px;
border: none;
font-size: 16px;
background-color: transparent;	
}
#quitter {
	display: none;
position: absolute;
right: 0;
top: 1px;
width: 30px;
height: 26px;
/*background: transparent url(../images/quit.png) no-repeat 0 0;*/
}
#quitter a {
display: block;
width: 100%;
height: 100%;
background: transparent url(../images/quit.png) no-repeat 0 0;	
}
#quitter a:hover {
background-position: 0 -26px;	
}
#gestion {
position: absolute;
right: 55px;
top: 40px;
text-align: right;
}
#gestion a, #gestion a:hover {
color: #fff;
font-weight: 600;
text-decoration: none;
}
#gestion a:hover {
color: #c3c522;
}
#langue {
	display: none;
position: absolute;
right: 0;
bottom: 8px;
}
#langue a, #langue a:hover {
color: #fff;
text-decoration: none;	
}
#langue a:hover {
color: #c3c522;
/*text-decoration: underline;*/
}
#navigation {
position: relative;
text-align: left;
padding: 0;
margin: 20px 0 0 16px;
height: 69px;	
}
#navigation li {
display: block;
float: left;
width: 151px;
height: 100%;
list-style-type: none;
list-style-image: none;
display: inline;
position: relative;
margin: 0;
padding: 0;
}
#navigation li a {
display: block;	
width: 100%;
height: 100%;
background: transparent url(../images/navigation.png) no-repeat 0 0;
}
#navigation li.biologie a {
background-position: 0 0;
}
#navigation li.biologie a:hover, #navigation li.biologie.courant a {
background-position: 0 -276px;
}
#navigation li.cours-eau a {
background-position: 0 -69px;
}
#navigation li.cours-eau a:hover, #navigation li.cours-eau.courant a {
background-position: 0 -345px;
}
#navigation li.sante-humaine a {
background-position: 0 -138px;
}
#navigation li.sante-humaine a:hover, #navigation li.sante-humaine.courant a {
background-position: 0 -414px;
}
#navigation li.changements-climatiques a {
background-position: 0 -207px;
}
#navigation li.changements-climatiques a:hover, #navigation li.changements-climatiques.courant a {
background-position: 0 -483px;
}
#ariane {
position: relative;
text-align: left;
padding: 0;
margin: 0;
padding: 0 0 5px 5px;
border-bottom: 5px solid #000;	
font-size: 15px;
}
.biologie #ariane {
border-color: #65c7ce;	
}
.cours-eau #ariane {
border-color: #99d1a7;
}
.sante-humaine #ariane {
border-color: #c3dc7e;
}
.changements-climatiques #ariane {
border-color: #eae73e;
}
#ariane li {
display: inline-block;
list-style-type: none;
list-style-image: none;
position: relative;
margin: 0 5px 0 0;
padding: 0 10px 0 0;
line-height: 15px;
background: transparent url(../images/separateur.png) no-repeat right 50%;
}
#ariane li.courant {
background: none;
}
#ariane li a {
display: inline;
color: #063c69;
text-decoration: none;
}
#ariane li a:hover, #ariane li.courant a {
color: #c3c522;
/*text-decoration: underline;*/
}
#contenu #outils {
	margin: 10px 0;
}
#outils {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
#outils li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#outils li.precedent a {
display: block;
width: 13px;
height: 19px;
background: transparent url(../images/outils.png) no-repeat -27px 0;
}
#outils li.suivant {
	text-align: right;
}
#outils li.suivant a {
display: block;
width: 13px;
height: 19px;
background: transparent url(../images/outils.png) no-repeat -40px 0;
}
#outils li.imprimer {
	display: none;
}
#outils li.imprimer a {
display: block;
width: 27px;
height: 19px;
background: transparent url(../images/outils.png) no-repeat 0 0;
}
#outils li.precedent a:hover {
background-position: -80px 0;	
}
#outils li.suivant a:hover {
background-position: -93px 0;	
}
#outils li.imprimer a:hover {
background-position: -53px 0;	
}

#quitter span, #navigation span, #outils span {
display: none;
}
.blocInfo {
	margin: 30px 0 10px 0;
	pointer-events: auto;
	position: relative;
}
.blocInfo h1 {
font-size: 20px;
color: #690;
margin: 20px 0 10px 0;	
}
.blocInfo h1 span {
font-size: 18px;
}
.blocInfo h1 span span {
font-style: italic;
}
.blocInfo h2 {
font-size: 18px;
color: #999900;
margin: 0 0 20px 0;
padding-bottom: 5px;
border-bottom: 1px solid #999900;
}
.blocInfo h3 {
font-size: 16px;
margin-bottom: 5px;
padding-bottom: 0;
}

.blocInfo ul, .blocInfo ol {
padding: 0;
margin-left: 40px;
list-style: disc outside none;	
}
.blocInfo ol {
list-style: decimal outside none;	
}
.blocInfo li {
margin: 10px 0 10px 0;
padding: 0;
}
.blocInfo li a {
color: #2088b0;
text-decoration: none;	
}
.blocInfo li a:hover {
text-decoration: underline;	
}
.blocInfo table {
border: 1px solid #999900;
border-collapse:collapse;
margin-bottom: 10px;
}
.blocInfo td {
padding: 10px 10px 0 10px;
vertical-align: top;
border: 1px solid #999900;
/*width: 50%;*/
}
.blocInfo p {
margin-bottom: 10px;	
}
.blocInfo strong {
font-weight: bold;	
}
.blocInfo table h3 {
margin: 0 0 5px 0;
padding-bottom: 0;
color: #999900;
font-weight: bold;
}
.bibliographie p {
	margin-left: 35px;
	text-indent: -15px;
}
.bibliographie a {
	color: #2088b0;
	text-decoration: none;
	word-break: break-all;
}
.bibliographie a:hover {
text-decoration: underline;	
}
.cadreImage p {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 10px;
	overflow: visible;
	padding: 0 !important;
	position: relative;
	vertical-align: middle;
	width: calc(100% - 22px);
}
.cadreImage p img/*,
.blocInfo img*/ {
	height: auto;
	max-width: 700px;
	width: 100%;
}
.cadreImage p .hide {
	display: none;
}
.cadreImage p .toplevel {
	left: 0;
	position: absolute;
	top: 0;
}
.cadreImage p {
margin-top: 0;
margin-bottom: 0;
padding: 0 !important;	
}
.cadreImage h3 {
display: none;	
}




#pied {
position: relative;	
margin: 8px 0;
}
#copyright,
#conception {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
}
#conception a,
#conception a:hover {
	color: #fff;
	text-decoration: none;
}
#conception a:hover {
	color:#c3c522;
}


.base {
	font-size: 12px;
	color: #036;
}


ul.plansite {
	position: relative;
	padding: 0.01px 0;
	list-style: none !important;/*inside disc;*/
	margin-left: 0 !important;
}
ul.plansite ul {
	position: relative;
	margin: 10px 0 10px 20px;	
}
ul.plansite li {
	position: relative;
	line-height: 24px;
	background: transparent url("/ressources-interactives/interface/page.gif") 0 4px no-repeat;
	padding-left: 24px !important;
}

ul.plansite li.cache {
	background: transparent url("/ressources-interactives/interface/page_h.gif") 0 4px no-repeat;
}
ul.plansite li.no {
	background: transparent url("/ressources-interactives/interface/page_no.gif") 0 4px no-repeat;
}
ul.plansite li.pagelink {
	background: transparent url("/ressources-interactives/interface/page_link.gif") 0 4px no-repeat;
}
ul.plansite li.pageexterne {
	background: transparent url("/ressources-interactives/interface/page_externe.gif") 0 4px no-repeat;
}

ul.plansite li a {
}

/* Gestion */
.zone {
  display: block;
  position: relative;
  padding: 0.01px 0 0.01px 0;
  width: 100%;
  clear: both;
}
#outils + .zone {
	margin-top: -30px;
	pointer-events: none;
}
.administration {
	border: 1px dashed #00608A;
	min-height: 50px;
}

.administration {
	padding-bottom: 20px !important;
	margin-bottom: 10px !important;
	border: 1px dashed #00608A;
}
.outils_admin_contenu {
  position: relative;
  bottom: initial;
}
.zone_hidden {
	background: transparent url("/ressources-interactives/interface/fond_zone_hidden.png") left top repeat;
}
.gererZone {
	z-index: 600;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.gererZone a, .gererZone a:hover {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url('/ressources-interactives/interface/ico_gerer.png') 0 0 no-repeat;	
}
.gererZone a:hover {
	background: transparent url('/ressources-interactives/interface/ico_gerer.png') 0 -16px no-repeat;	
}

.ajouterBloc {
z-index: 600;
width: 16px;
height: 16px;
position: absolute;
right: 0;
bottom: 0;
pointer-events: all;
}
.zone .ajouterBloc {
	/*bottom: 20px;*/
}

.ajouterBloc a, .ajouterBloc a:hover {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url('/ressources-interactives/interface/ajouter.png') 0 0 no-repeat;	
}
.ajouterBloc a:hover {
	background: transparent url('/ressources-interactives/interface/ajouter.png') 0 -16px no-repeat;
}

.admin_contenu a, .admin_contenu a:hover, .admin_contenu_cache a, .admin_contenu_cache a:hover {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  padding: 0.01px 0 0.01px 0;
  margin: 0;
  background: transparent url("/ressources-interactives/interface/ico_modifier.gif") no-repeat 0 0;
}

.admin_contenu a:hover {
  background: transparent url("/ressources-interactives/interface/ico_modifier_ov.gif") no-repeat 0 0;
}
.admin_contenu_cache a, .admin_contenu_cache a:hover {
	background: transparent url("/ressources-interactives/interface/ico_modifier_off.gif") 0 0 no-repeat; 
}
.administration .blocInfo {
/*background-color: red;	*/
border: 1px dashed #00608A;
}
.definition {
border-bottom: 1px solid #999900;
cursor: help;
}
.blocInfo.grille_TM {
background: transparent url(../images/grille_TM.png) repeat-y left top !important;	
}

.TM {
	display: flex;
	flex-wrap: wrap;
	margin: 0 5px;
	position: relative;
}
.TM_bloc {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #2088B0;
	display: flex;
	position: relative;
	flex: 0 0 100%;
	height: auto;
	margin: 5px 5px 5px 5px;
	max-width: calc(100% - 10px);
	overflow: hidden;
}
.TM_bloc.inactif {
	background-color: #F2ACA4 !important;
}
.TM_bloc a {
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 0.7;
	text-decoration: none;
	transition: all 100ms;
	width: 100%;
}
.TM_bloc a:hover {
	opacity: 1;
}
.TM_bloc .imagePlaceHolder {
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	position: relative;
	display: flex;
	flex: 0 1 100%;
	margin: 10px auto 10px auto;
	max-height: calc(100% - 20px);
	overflow: hidden;
	text-align: center;
}
.TM_bloc .imagePlaceHolder img {
	border: 0 none;
	display: block;
	height: auto;
	width: 100%;
}
.TM_bloc .titre {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	flex: 1 0 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	position: relative;
	/*text-transform: uppercase;*/
	width: 100%;
	z-index: 4000;
}
.TM_bloc .titre span {
	display: block;
	padding: 5px;
	text-align: center;
}
.blocInfo ul.liste {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	color: #231f20;
}
.blocInfo ul.liste li {
	padding: 0;
	margin: 7px 0;
	background: none;
	background-color: #f4f1ed;
}
.blocInfo ul.liste li a {
	display: block;
	padding: 16px 40px;
	background: transparent url(../images/puceFleche.png) no-repeat 20px 20px;
}

@media (min-width: 768px) {
	#logo {
		display: block;
	}
	#ariane {
		padding-right: 100px;
	}
	#contenu #outils {
		margin: 0;
	}
	#outils {
		display: block;
		position: absolute;
		right: 25px;
		top: 5px;
	}
	#outils li {
		margin: 0 0 0 20px;
	}
	#outils li.precedent,
	#outils li.suivant {
		margin-left: 30px;
	}
	#outils li.imprimer {
		display: inline-block;
	}
	.TM_bloc {
		flex: 0 0 50%;
		max-width: calc(50% - 20px);
	}
	#conception {
		text-align: right;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 992px) {
	#page {
		margin: 20px 30px;
		width: calc(100% - 60px);
		}
	.blocInfo {
		margin: 30px 56px 10px 56px;
	}
	.TM_bloc {
		flex: 0 0 33%;
		max-width: calc(33% - 20px);
	}
}
@media (min-width: 1200px) {
	#page {
		margin: 20px auto;
		width: calc(1200px - 60px);
	}
	.TM_bloc {
		flex: 0 0 25%;
		max-width: calc(25% - 20px);
	}
}