body, html {
    height: 100%;
    margin: 0;
	font-size: 100%;
}

img
{
	max-width: 100%;
	border: 0px;
}

a, .commande_carte
{
	color: #0C2DD5;
	font-weight: bold;
	text-decoration: none;
}

a:hover, .commande_carte:hover
{
	cursor: pointer;
	text-decoration: none;
	color: #D50C2D;
}

.bouton_valider
{
  margin: 4px 2px;
  border: none;
  padding: 0.25rem 1.3rem;
	border-radius: 6px;
	cursor: pointer;
/* #2BB04A */
  background-color: #218b4f;
  color: #FFFFFF;
  transition: 0.3s;

  text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
/*	font-weight: bold; */
	font-size: 1rem;
}

.bouton_valider:hover
{
  background-color: #830003	;
}

fieldset
{
	border: 1px solid rgba(0,102,99,0.87);
}

legend
{
	background-color: rgba(0,102,99,0.87);
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 2px 5px;
}

#popup
{
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	
	display: none;
	
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
	padding: 10px;
}

div#popup_fermer
{
  position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font: bold 14px verdana, sans-serif;
}

div#popup_fermer:hover
{
  background: #AAAAAA;
}

div#masque_sombre
{
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 80;
	
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	
	background: #FFFFFF;
}

#popup_cookies
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	padding: 20px 100px 20px 20px;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgba(255,255,255,0.87);
	background-color: rgba(0,102,99,0.87);
}

#popup_fermer
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	padding: 5px;
	font-size: 20px;
	color: rgba(255,255,255,1);
}

#popup_cookies span
{
	cursor: pointer;
	color: #FFFF00;
}

#popup_cookies span:hover
{
	text-decoration: underline;
}

ul.ariane
{
  padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
  list-style: none;
	line-height: 1.9em;
}

ul.ariane li
{
  display: inline;
}

ul.ariane li a
{
	font-weight: normal;
}

ul.ariane li+li:before
{
  padding: 8px 2px;
  content: "\003E";
	font-weight: bold;
	color: #0C2DD5;
}

.contenu980
{
	position: relative;
	margin: 0px auto;
	max-width: 610px;
	padding: 0px 10px;
}

.contenu980::after
{
	content: "";
	clear: both;
	display: table;
}

.contenu980 input[type=text], select, textarea
{
  border: 2px solid rgba(0,0,0,0.6);
  padding: 2px 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
}

.contenu980 iframe
{
	max-width: 100%;
}

._top
{
  max-width: 980px;
	text-align: center;
}

._top div
{
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
}

.contenu980 h1, h2, h3, h4, h5, h6
{
  color: #213A4F;
	font-family: 'Merriweather Sans', cursive;
  font-size: 2.2em;
  margin: 1.6em 0em 0.625em 0em;
}

.contenu980 h2
{
  font-size: 1.8em;
  margin: 3em 0em 1em 0em;
}

.contenu980 h3
{
  font-size: 1.6em;
  margin: 2em 0em 1em 0em;
}

.contenu980 h4
{
  font-size: 1.4em;
  margin: 2em 0em 1em 0em;
}

.contenu980 h5
{
  font-size: 1.3em;
  margin: 2em 0em 1em 0em;
}

.contenu980 h6
{
  font-size: 1.2em;
  margin: 0em 0em 1em 0em;
}

.contenu980 p
{
	font-family: 'Merriweather', serif;
	font-size: 1rem;
	line-height: 1.8em;
}

.contenu980 label
{
	padding: 5px 8px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
}

.ligne_propriete_titre, .ligne_propriete_libelle, .ligne_propriete_valeur
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
}

.ligne_propriete_titre
{
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}

.ligne_propriete_libelle
{
	float: left;
	padding: 2px;
}

.ligne_propriete_valeur
{
	max-width: 300px;
	padding: 2px;
	text-align: right;
	border-bottom: 1px solid #CECEFE;
}

.ligne_propriete_valeur::after
{
	content: "";
	clear: both;
	display: table;
}

.comm_titre
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
	line-height: 1.8;
}

.comm_texte
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(33,58,79,0.34);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
}

.sous_titre
{
	margin-top: 30px;
	color: #213A4F;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	font-weight: bold;
}

.zone_offset
{
  margin: 40px 0px 20px 0px;
	text-align: center;
}

.zone_offset a
{
	padding: 0.2rem 0.4rem;
	margin: 0px 0.2rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	transition: 0.3s;
}

.zone_offset a:hover
{
	background-color: #006864;
	color: #FFFFFF;
}


.pp
{
	margin: 40px 0px 0px 0px;
	height: 50px;
}


.ppimg
{
}

.ppimg img
{
	width: 50px;
	border-radius: 50%;
}

.pptexte
{
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #666666;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
}

._gens
{
	float: left;
	margin-right: 10px;
}

._moi
{
	float: right;
	margin-left: 10px;
	text-align: right;
}



.bloc_une
{
	margin: 10px -10px;
}

.bloc_une h2, p
{
	margin-left: 10px;
	margin-right: 10px;
}

.bloc_une::before
{
	content: "";
	clear: both;
	display: table;
}

.une_element
{
	margin: 0px 0px 40px 0px;
}

.une_element:hover
{
	text-decoration: underline;
}

.une_element::after
{
	content: "";
	clear: both;
	display: table;
}

.une_image
{
	z-index: 3;
}

.une_titre
{
	margin: -20px 20px 0px 20px;
	padding: 8px;
	position: relative;
	z-index: 5;
	background-color: #FFFFFF;
	color: #213A4F;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4em;
}

.une_titre:hover
{
}

.une_texte
{
	margin: 0px 20px 5px 20px;
	padding: 8px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
	font-weight: normal;
	color: rgba(0,0,0,0.78);
}

.une_date
{
	margin: 0px 20px 20px 20px;
	padding: 4px 8px;
	color: #213A4F;
	border-bottom: 1px solid rgba(33,58,79,0.8);
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
}

._item_element
{
	margin: 0px 0px 30px 0px;
}

._item_image
{
	width: 128px;
	float: left;
}

._item_description
{
	float: left;
	margin-left: 138px;
}

._item_titre
{
	text-align: left;
	margin: 0px 0px 0px 138px;
	padding: 0px 10px 0px 0px;
  font-size: 0.9em;
}

._item_texte
{
	margin: 0px 0px 0px 138px;
	padding: 5px 10px 5px 0px;
  font-size: 0.95em;
}

._item_date
{
	margin: 0px 0px 0px 138px;
	padding: 0px 10px 0px 0px;
	border: 0px;
  font-size: 0.8em;
	font-weight: bold;
}

.image
{
	margin: 10px -10px;
	background-color: rgba(33,58,79,0.10);
}

.image::before
{
	content: "";
	clear: both;
	display: table;
}

.image_texte
{
	padding: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


.item_lien
{
	clear: both;
	margin: 20px 0px 30px 0px;
	padding: 5px 2px 2px 5px;
	border-top: 1px solid rgba(33,58,79,0.34);
	border-bottom: 1px solid rgba(33,58,79,0.34);
	/* background-color: rgba(33,58,79,0.10); */
	font-family: 'Roboto Condensed', sans-serif;
}

.item_lien::after
{
	content: "";
	clear: both;
	display: table;
}

a.item_lien
{
	text-decoration: none;
}

.item_lien_img
{
	float: left;
	width: 70px;
	margin: 0px;
}

.item_lien_texte
{
	margin-left: 80px;
}

.item_host
{
	margin: 5px 0px 0px 0px;
	color: rgb(18,146,18,0.94);
}

.lire_aussi
{
	color: rgba(0,0,0,0.78);
}

.lire_titre
{
}

.lire_texte
{
	display: none;
	color: rgba(0,0,0,0.88);
}

.lire_signature
{
	padding: 5px 0px 0px 0px;
	font-size: 1.1em;
}

.lire_description
{
	padding: 5px 0px;
	color: rgba(0,0,0,0.68);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

.mots_clefs
{
	margin: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 2em;
}

._colonnes
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}	


@media screen and (min-width: 1000px)
{
  .image
  {
  	margin:  20px -170px;
  }
	
	.image_titre
	{
  	text-align: left;
  	margin-left: 20px;
	}
	
	.lire_texte
	{
		display: inline;
	}

	.renvoi
	{
  	margin: 0.8rem -4rem 0.8rem 16rem;
	}
	
  .contenu980 h1, ul
  {
  	margin-left: -185px;
  }
	
  .contenu980 h2
  {
  	margin-left: -165px;
  }

  .contenu980 h3
  {
  	margin-left: -185px;
  }

	.mots_clefs
	{
		margin: 30px -115px;
	}
	
  .bloc_une
  {
  	margin:  20px -172px;
  }
	
	.bloc_une h2
	{
		margin-top: 40px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.une_colonne
	{
		float: left;
		width: 450px;
	}
	
	.une_inter_colonne
	{
		float: left;
		width: 54px;
	}
	
	.une_element_430
	{
		height: 430px;
	}

	.une_element_1
	{
	}
	
	._une_image_1
	{
		float: left;
	}

	._une_description_1
	{
		float: left;
		max-width: 450px;
		margin: 40px 0px 0px -40px;
		background-color: #FFFFFF;
		z-index: 2;
	}
	
	._une_titre_1
	{
		margin-top: 0px;
	}

	.menu_site
	{
		max-width: 980px;
		margin-bottom: 20px;
		padding: 5px 0px;
		border-top: 1px solid #213A4F;
		border-bottom: 1px solid #213A4F;
	}
  
	.item_lien_img
	{
		width: 140px;
	}

	.item_lien_texte
	{
		margin-left: 150px;
		font-size: 1.2em;
	}
	
	._large
	{
		max-width: 980px;
		margin: 20px -185px;
		padding: 0px;
	}

	._colonnes
	{
		float: left;
	}	

}