body{
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: 1em;
	font-style: italic;
}

a
{
	font-weight : bold;
}

a, a:visited {
    /* Les liens "au repos" et déjà visités antérieurement */
    color: #000;
}
a:hover, a:focus, a:active {
    /* Les liens au survol, au focus, et actifs */
    color: green;
}

hr
{
    color: #fff;	
}

/* Vidéo Youtube */
.videoWrapper
{
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe 
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width : 560px;
max-height : 315px;
}

/* Paragraphes déroulants au clic */
#cache
{
	display : none;
}

#cache2
{
	display : none;
}

#cache3
{
	display : none;
}

#cache4
{
	display : none;
}

.montrer: active button
{
	width: 300px;
    text-align: center;
}


/* MEP citations */
blockquote
{
	font-style: italic;
	font-size: 1em;
	margin-left: 32px;
	font-family: 'Lato', sans-serif,Consolas, "Times New Roman", Verdana;
	border-left: 4px solid green;
	padding-left: 8px;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
	margin-right: auto;
	margin-left: auto;
}
.img-responsive-border
{
    display: block;
    max-width: 100%;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius : 10px;
	border: 1px solid green;
}

.img-responsive-bordernormal
{
    display: block;
    max-width: 100%;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius : 0px;
	border: 1px solid green;
}

.img-responsive-float
{
    float: left;
    max-width: 260px;
    height: auto;
	margin-right: 20px;
	margin-bottom : 10px;
    border-radius : 10px;
	border: 1px solid green;
}

.img-responsive-float2
{
    float: left;
    max-width: 260px;
    height: auto;
	margin-right: 20px;
	margin-top : 10px;
    border-radius : 0px;
	border: 1px solid white;
}

table
{
	font-size : 0.9em;
	font-style: italic;
	margin-right: auto;
    margin-left: auto;
	width : 95%;
}

table p
{
	text-align: center;
}




/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{table
{
     display: block;
	 font-size : 1em;
	 font-style: italic;
	 margin-right: auto;
     margin-left: auto;
	 width : 95%;
	 
}
}

tr, td
{
	text-align: center;
	padding: 10px;
	vertical-align: top;
	width: 25%; /*mettre en commentaire pour les tableaux de plus de 2 colonnes */
}


/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{tr
{
     display: table;
	 width: 100%;
}
}

/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{td
{
     display: table-row;
	 width: 100%;
}
}

table img
{
	border: 1px solid green;
	max-height: 450px;
}

.img-responsive-nobd
{
	border: 1px solid white;
	max-height: 450px;
}

.normal
{
	font-size : 1em;
	font-style: normal;
    margin-right: auto;
    margin-left: auto;
	width : 95%;
}

.normal p
{
	text-align: justify;
}

/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{.normal
{
     display: block;
	 font-size : 1em;
	 margin-right: auto;
     margin-left: auto;
	 width : 95%;
}
}

tr, td .normal

{
	text-align: justify;
	vertical-align: top;
}

/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{tr .normal
{
     display: table;
}
}

/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{td .normal
{
     display: table-row;
}
}

.avec-bordure-verte
{
	border-left: 2px solid green;
}

/* paramétrages infos écrans en-dessous de 1400px */
@media screen and (max-width: 1400px)
{.avec-bordure-verte
{
     border-left: 0px;
}
}

.visible
{
	font-size : 1em;
	width : auto;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid green;
}

/* paramétrages infos écrans en-dessous de 600px */
@media screen and (max-width: 600px)
{.visible
{
     display: block;
	 font-size : 1em;
	 width : auto;
     margin-left: 0px;
	 padding: 0px;
	 border: 1px solid green;
}
}

.visible-border
{
	padding: 0px;
	border-bottom: 1px solid grey;
	font-style: normal;
	vertical-align: middle;
}

/* paramétrages infos écrans en-dessous de 600px */
@media screen and (max-width: 600px)
{tr .visible-border
{
     display: table;
	 padding: 0px;
	 border-bottom: 1px solid grey;
	 font-style: normal;
}
}

/* paramétrages infos écrans en-dessous de 600px */
@media screen and (max-width: 600px)
{td .visible-border
{
     display: table-row;
	 padding: 0px;
	 border-bottom: 1px solid grey;
	 font-style: normal; 
}
}

.visible-normal
{
	padding: 0px;
	font-style: normal;
	vertical-align: middle;
}

/* paramétrages infos écrans en-dessous de 600px */
@media screen and (max-width: 600px)
{tr .visible-normal

{
     display: table;
	 padding: 0px;
	 font-style: normal;
}
}

/* paramétrages infos écrans en-dessous de 600px */
@media screen and (max-width: 600px)
{td .visible-normal
{
     display: table-row;
	 padding: 0px;
	 font-style: normal;
}
}

.trnormaltitle
{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
}

.trnormal
{
	font-size: 1em;
	font-style: normal;
	text-align: left;
}


.mep
{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color : green;
	padding: 5px;
}

.mep2
{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.mep3
{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: green;
	text-align: center;
	padding: 5px;
	
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid2 {
  padding-right: 15px;
  padding-left: 15px;
  width : 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  border: 2px solid green;
  border-radius: 15px;
}

header
{
	height : 200px;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	z-index: 1;
}

/* liens languages */
#language
{
	font-size: 0.7em;
	padding-left: 72%;
	padding-top: 180px;
	color: #fff;
}

/* menu */
nav
{
    width: 80%;
	margin: 1em auto;
    text-align: center;
	z-index: 1000;
}

/* Menu v.mobile */
@media screen and (max-width: 390px)
{nav
{
     z-index: 1000;
	 width: 100%;
	 text-align: center;
}
}

.navigation
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation li
{
	position: relative;	
}

/* cacher les sous-menus par défaut */
.navigation ul { 
	left: -999em;
	position: absolute;
}

/* sous-menus affichés au survol */ 
.navigation li:hover > ul.sub_menu 
{
	left: 0;
	z-index: 2000;
}

.navigation a{	
	color: #000;
	text-decoration: none;
}

.navigation a:hover{	
	color: #000;
	background-color: rgba(28,146,73,0.9);
}

.menu 
{
	display: inline-block;
	width: auto;
	height: 15px;
	padding: 10px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	text-shadow: 1px 1px 1px #999;
	background-color:  #fff;
}


.sub_menu 
{
	list-style: none;
	width: 190px;
	height: auto;
	padding: 10px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	color: #000;
	text-shadow: none;
	background-color:  rgba(28,146,73,0.9);
}

/* infos et libre */

/* paramétrages INFOS base */
#infos
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
    width: 80%; /* largeur obligatoire pour être centré */
	border: 2px solid white;
	background-color: #fff;
	padding: 20px;
	overflow: auto;
	font-size: 0.8em;
	
}

/* paramétrages infos écrans en-dessous de 1900px */
@media screen and (max-width: 1900px)
{#infos
{
     display: inline-block;
	 margin-left: auto;
	 margin-right: auto;
     /* width: 80%; largeur obligatoire pour être centré : supprimé */
	 font-size: 0.8em;
	 padding: 0px;
}
}

/* paramétrages infos écrans en-dessous de 390px */
@media screen and (max-width: 390px)
{#infos
{
     display: block;
	 margin-left: auto;
	 margin-right: auto;
     width: 100%; /* largeur obligatoire pour être centré */
	 font-size: 1.3em;
	 padding: 0px;
}
}

/* paramétrages LIBRE base */
#libre
{
	display : inline-block;
	vertical-align: top;
	border: 2px solid white;
	background-color: #fff;
	padding-left : 5px;
	font-size: 0.8em;
	text-align: center;
}

/* paramétrages infos écrans en-dessous de 1900px */
@media screen and (max-width: 1900px)
{#libre
{
     display: inline-block;
	 vertical-align: top;
	 border: 2px solid white;
	 padding-left : 10px;
	 margin-left: auto;
	 margin-right: auto;
     width: 15%; /* largeur obligatoire pour être centré */
	 font-size: 0.8em;
	 text-align: center;
}
}

/* paramétrages infos écrans en-dessous de 390px */
@media screen and (max-width: 390px)
{#libre
{
     display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width: 100%;
	 font-size: 1.3em;
	 padding: 0px;
}
}

/* Suppression image v.mobile */
@media screen and (max-width: 390px)
{#libre .img-responsive-border
{
     display: none;

}
}

.piccontact
{
	vertical-align: middle;
	padding-right: 5px;
}


/* copyright */
#copyright
{
	font-size: 0.7em;
	vertical-align: bottom;
	text-align: center;
}