/* Ecoute la Terre */
/* =============== */
/* FEUILLE de STYLE pour les pages courantes */ 

@charset "utf-8";

/*********************************************************/
/* VIGNETTES des Wev TV et radios... */
/*********************************************************/

ul.web_tv_radio {
	display: inline-block;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #888;
}

ul.web_tv_radio li {
	display: inline-block;
	margin: 0 30px;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

ul.web_tv_radio li.ctvm    { background-image: url('../images/illustrations/logo_ctvm_1.png'); }
ul.web_tv_radio li.btlv    { background-image: url('../images/illustrations/logo_btlv_1.png'); }
ul.web_tv_radio li.nurea   { background-image: url('../images/illustrations/logo_nurea_1.png'); }

ul.web_tv_radio li span {
	display: none;
}

ul.web_tv_radio li {
	color: #888;
	font-size: 14px;
}

ul.web_tv_radio li a {
	display: inline-block;
	width: 150px;
	padding-top: 155px;
	color: #888;
	text-decoration: none;
}

ul.web_tv_radio li a:hover {
	text-decoration: underline;
}


/*********************************************************/
/* BOUTON d'accès aux émissions... */
/*********************************************************/

.emission {
	display: inline-block;
	box-sizing: content-box;
	margin: 20px auto;
	width: 800px;
	height: 200px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	line-height: 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.emission .logo {
	display: inline-block;
	width: 150px;
	height: 100px;
	background-color: #444;
	border-top-left-radius: 10px;
	border-right: 1px solid #FFF;
}

.emission .logo.ctvm { background-color: #FFF; }

.emission .donnees {
	display: inline-block;
	vertical-align: top;
	width: 650px;
	height: 100px;
	background-color: #FFF;
	line-height: 24px;
	background-color: #71a417;
	position: relative;
}

.emission .donnees::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 100px;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
	opacity: 1;
	transition: all 0.5s ease 0s;
}

.emission a:hover .donnees::after {
	opacity: 0;
}

.emission figure {
	position: relative;
	z-index: 0;
}

.emission .photo {
	display: inline-block;
	width: 800px;
	height: 100px;
	background-color: #DEEDC4;
	border-top: 1px solid #FFF;
	border-bottom-right-radius: 10px;
}

.emission figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 800px;
	height: 99px;
	background-color: rgba(0, 0, 0, 0.50);
	border-bottom-right-radius: 10px;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.emission figure::after {
	content: "Cliquez pour accéder à l'émission... [ >>> Nouvel onglet ]";
	font-size: 14px;
	color: #444;
	display: block;
	position: absolute;
	top: 30px;
	left: 100px;
	width: 600px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	z-index: 2;
	opacity: 0;
	transition: all 0.5s ease 0.1s;
}

.emission a:hover figure::before,
.emission a:hover figure::after {
	opacity: 1;
}

.emission .date {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 15px;
	color: #FFF;
	padding: 0 20px;
	display: inline-block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.75);
}

.emission .titre {
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}

.emission .titre .normal {
	font-weight: 400;
}

.emission .type_duree {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}


/*********************************************************/
/* Liste des LIVRES... */
/*********************************************************/

.zone_presentation_livres {
	display: inline-block;
	width: 880px;
	margin: 20px auto;
}

.presentation_livre {
	width: 880px;
	height: 380px;
	background-color: rgba(146, 199, 60, 0.10);
	text-align: left;
	position: relative;
  box-sizing: content-box;
	border-bottom: 4px solid #96CB41;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.presentation_livre:last-child {
	border-bottom: none;
}

.presentation_livre:first-child {
	border-bottom: 4px solid #96CB41;
}

.presentation_livre figure {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 320px;
	margin: 10px 0 10px 10px;
	padding: 20px 10px 20px 0;
}

.presentation_livre figure::after {  /* Sans ça, difficile d'à la fois centrer l'image en hauteur et avoir la bordure droite de la hauteur complète... */
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 330px;
	height: 360px;
	border-right: 2px dashed #96CB41;
}

.presentation_livre figure a {
	display: inline-block;
	position: relative;
	z-index: 1;  /* Sinon le lien reste inactif... */
}

.presentation_livre.nouveau figure a::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/nouveau_livre.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.presentation_livre figure.liste a::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: calc(100% - 8px);  /* Je ne sais pas d'où viennent ces 8px en trop... */
	background-color: rgba(255, 255, 255, 0.25);
	transition: all 0.25s ease 0s;
	opacity: 0;
}

.presentation_livre figure.fiche a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: calc(100% - 8px);  /* Je ne sais pas d'où viennent ces 8px en trop... */
	background-color: rgba(0, 0, 0, 0.15);
	background-image: url('../images/icone_zoom.png');
	background-repeat: no-repeat;
	background-position: bottom -10px right 10px;
	transition: all 0.25s ease 0s;
	opacity: 0;
}

.presentation_livre figure a:hover::after {
	background-position: bottom 10px right 10px;
	opacity: 1;
}

.presentation_livre figure img {
	margin-top: 3px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.35);
}

.presentation_livre .donnees {
	display: inline-block;
	vertical-align: middle;
	width: 550px;
	height: 100%;
	padding: 45px 40px;
	text-align: center;
	background-color: rgba(146, 199, 60, 0.20);
	color: #3E5E18;
	position: relative;
}

.presentation_livre .donnees::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background-color: rgba(255, 255, 255, 0.50);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
}

.presentation_livre p {
	position: relative;
	z-index: 1;
}

.presentation_livre .titre {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.06em;
	font-weight: 700;
}

.presentation_livre .titre span {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

.presentation_livre .sous_titre {
	padding-top: 5px;
	font-size: 18px;
	letter-spacing: 0.10em;
	font-weight: 400;
	font-style: italic;
	color: #72AB2C;
}

.presentation_livre .auteur {
	padding-top: 10px;
	font-size: 15px;
	letter-spacing: 0.06em;
	font-weight: 400;
}

.presentation_livre .details {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.presentation_livre .parution {
	display: inline-block;
	border-top: 1px dashed #558021;
	padding: 8px 15px 15px 15px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.presentation_livre .bouton {
	display: inline-block;  /* Pour pouvoir l'aligner à droite */
	margin-top: 11px;
	height: 34px;
	width: 270px;
	color: #DDD;
	background-color: #96CB41;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: none;
	border: none;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 52px;
	right: 140px;
	z-index: 1;
}

.presentation_livre .bouton::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 34px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	transition: all 0.25s ease 0s;
	opacity: 1;
}

.presentation_livre .bouton::after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	width: 100%;
	height: 34px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../images/fleche_suite.png');
}

.presentation_livre .bouton a {
	display: inline-block;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 34px;
	width: 270px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;  /* Sinon le lien n'est pas actif... */
}

.presentation_livre .bouton:hover::before {
	opacity: 0;
}

.presentation_livre .zone_tarif {
	position: absolute;
	bottom: 45px;
	left: 50px;;
	z-index: 1;
	height: 34px;
	width: 450px;
	background-color: #D9EABA;
}

.presentation_livre .zone_tarif p {
	display: inline-block;
	line-height: 34px;
	width: 225px;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.presentation_livre .zone_tarif p.tarif {
	text-align: left;
	padding-left: 18px;
	font-size: 15px;
}

.presentation_livre .zone_tarif p.dispo {
	text-align: right;
	padding-right: 18px;
	font-size: 14px;
}

.presentation_livre .zone_tarif p span {
	font-weight: 700;
}

.presentation_livre .zone_tarif p span.rupture {
	color: #DD6400;
}

/**************************/

.zone_presentation_livres .home_sous_fiche {
	height: 50px;
	width: 220px;
	padding: 5px;
	margin: 13px auto 20px auto;
	border-bottom: 2px dotted #92C73C;
}

.zone_presentation_livres .home_sous_fiche .texte {
	display: inline-block;
	height: 36px;
	padding: 5px 5px 0 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('../images/home_vert.png');
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: rgba(146, 199, 60, 0.50);
}

.zone_presentation_livres .home_sous_fiche a:hover .texte {
	background-position: 0 -36px;
	color: rgba(146, 199, 60, 0.75);
}

/* ========================== */

.zone_achat {
	margin: 30px auto 30px auto;
	width: 740px;
	padding-bottom: 10px;
	border: 1px solid #96CB41;
	border-bottom-width: 4px;
	background-color: #ECF5DD;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
 	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.zone_achat.illustre {
	width: 850px;
}

/*
.zone_achat::before,
.zone_achat::after {
	content: "";
	position: absolute;
	top: 182px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #96CB41;
}

.zone_achat::before { left: -20px; }
.zone_achat::after { right: -20px; } */

.zone_achat p.titre {
	display: inline-block;
	background-color: #96CB41;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
	width: 100%;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.zone_achat.illustre p:not(.titre),
.zone_achat.illustre div {
	margin-left: 220px;
}

.zone_achat p.titre::before,
.zone_achat p.titre::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 280px;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
}

.zone_achat.illustre p.titre::before,
.zone_achat.illustre p.titre::after {
	width: 330px;
}

.zone_achat p.titre::before {
	left: 0;
	-webkit-border-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
				-moz-border-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
									border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
  border-image-slice: 1;
}

.zone_achat p.titre::after {
	right: 0;
	-webkit-border-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
				-moz-border-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
									border-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
  border-image-slice: 1;
}

.zone_achat p:not(.titre) {
	color: #3E5E18;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.zone_achat.illustre p.asso::after {
	position: relative;
	z-index: 0;
}

.zone_achat.illustre p.asso::before {
	/* Méthode = http://www.creativejuiz.fr/blog/tutoriels/ombre-avancees-avec-css3-et-box-shadow */
	content: " ";
	position: absolute;
	left: 200px;
	bottom: 0px;
	width: 20px;
	height: calc(100% - 38px);
	z-index: 1;
	background-color: transparent;
	border-top-right-radius: 1px 150px;
	border-bottom-right-radius: 1px 150px;
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.25);
}

.zone_achat.illustre p.asso::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 221px;
	background-repeat: no-repeat;
	background-position: left 38px;
	background-size: contain;
	z-index: 2;
}

.zone_achat.illustre.rencontres_intraterrestre p.asso::after { background-image: url('../images/livres/boutique_intraterrestre.jpg'); }
.zone_achat.illustre.plus_grande_tromperie p.asso::after { background-image: url('../images/livres/boutique_plus_grande_tromperie.jpg'); }
.zone_achat.illustre.ovnis_enlevements p.asso::after { background-image: url('../images/livres/boutique_ovnis_enlevements.jpg'); }
.zone_achat.illustre.ovnis_nucleaire p.asso::after { background-image: url('../images/livres/boutique_ovnis_nucleaire.jpg'); }
.zone_achat.illustre.ovnis_crop-circles_midim p.asso::after { background-image: url('../images/livres/boutique_ovnis_crop-circles_midim.jpg'); }
.zone_achat.illustre.reponses p.asso::after { background-image: url('../images/livres/boutique_reponses.jpg'); }
.zone_achat.illustre.cles_mystere p.asso::after { background-image: url('../images/livres/boutique_cles_mystere.jpg'); }
.zone_achat.illustre.chilbolton p.asso::after { background-image: url('../images/livres/boutique_chilbolton.jpg'); }
.zone_achat.illustre.defi_science p.asso::after { background-image: url('../images/livres/boutique_defi_science.jpg'); }

.zone_achat p.commerces {
	margin: 15px auto 20px auto;
}

.zone_achat span {
	font-size: 13px;
}

.zone_achat .bouton {
	display: inline-block;
	margin: 25px auto 15px auto;
	height: 34px;
	width: 330px;
	text-align: right;
	padding-right: 15px;
	color: #FFF;
	background-color: #96CB41;
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: none;
	border: none;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}

.zone_achat .bouton::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 10px;
	width: 44px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../images/icone_pdf.png');
}

.zone_achat .bouton a {
	display: inline-block;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 34px;
	width: 270px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;  /* Sinon le lien n'est pas actif... */
}

.zone_achat .bouton:hover::after {
	background-position: right center;
}

.zone_achat .commerces {
	margin: 20px auto 0 auto;
}

.zone_achat .boutiques a {
	margin: 0 25px;
}


/*********************************************************/
/* SOMMAIRES de LIVRES... */
/*********************************************************/

.sommaire_0 {  
/* Utilisé dans...
	 - Livre */
	color: #558021;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 700;
	padding-top: 1.5em;
	padding-bottom: 0.8em;
	padding-left: 20px;
	margin-right: 100px;
	text-align: left;
	border-bottom: #558021 dashed 1px;
}

.sommaire_1 {  
/* Utilisé dans...
	 - Livre */
	color: #334914;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: 0.8em;
	padding-left: 20px;
	text-align: left;
}

.sommaire_1.light {  
/* Utilisé dans...
	 - Livre (nucléaire) */
	letter-spacing: 0.03em;
	font-weight: 400;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
	padding-left: 20px;
	text-align: left;
}

.sommaire_1.premier {  
	padding-top: 0;
}
	
.sommaire_1 span {  
	color: #558021;
	font-weight: 700;
}
	
.sommaire_1 span.light {  
	color: #334914;
	font-weight: 400;
}

.sommaire_2 {  
/* Utilisé dans...
	 - Livre */
	color: #3E5E18;
	font-size: 15px;
	letter-spacing: 0.02em;
	padding-bottom: 0.5em;
	padding-left: 40px;
	text-align: left;
}
	
.sommaire_2 span {  
	color: #558021;
	font-weight: 700;
	padding-right: 0.5em;
}

.sommaire_3 {  
/* Utilisé dans...
	 - Livre */
	color: #3E5E18;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding-bottom: 0.5em;
	padding-left: 70px;
	text-align: left;
}
	
.sommaire_3 span {  /* Numérotation des paragraphes */
	color: #558021;
	font-weight: 700;
	padding-right: 0.5em;
}


/*********************************************************/
/* BOUTON pages Suivante et Précédente... */
/*********************************************************/

.suite_lecture {
	width: 100%;
	margin: 35px auto 15px auto;
	display: inline-block;
}

.suite_lecture li{
	display: inline-block;
}
.suite_lecture li,
.suite_lecture .trame_bouton,
.suite_lecture a {
	width: 290px;
}

.suite_lecture .trame_bouton {
	display: table-cell;
	vertical-align: middle;
	background-color: #92C73C;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	height: 45px;
}

.suite_lecture li.anterieure { float: left; text-align: left; }
.suite_lecture li.suivante { float: right; text-align: right }

.suite_lecture a:hover { text-decoration: none; }

.suite_lecture a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;	
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	transition: all 0.25s ease 0s;
	opacity: 1;
}

.suite_lecture a:hover::before {
	opacity: 0;
}

.suite_lecture .trame_bouton::after {
	content: "";
	position: absolute;
	top: 0;
	right: 12px;
	width: 10px;
	height: 45px;	
	background-repeat: no-repeat;
	background-position: center center;
}

.suite_lecture li.anterieure .trame_bouton::after {
	left: 12px;
	background-image: url('../images/fleche_precedent.png');
}

.suite_lecture li.suivante .trame_bouton::after {
	right: 12px;
	background-image: url('../images/fleche_menu.png');
}

.suite_lecture li.anterieure .trame_bouton.inactif::after {
	background-image: url('../images/fleche_precedent_grise.png');
}

.suite_lecture li.suivante .trame_bouton.inactif::after {
	background-image: url('../images/fleche_suivant_grise.png');
}

.suite_lecture.hauteur_2 .trame_bouton,
.suite_lecture.hauteur_2 .trame_bouton::after,
.suite_lecture.hauteur_2 a,
.suite_lecture.hauteur_2 a::after {
	height: 65px;
}

.suite_lecture li > p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #92C73C;
	padding: 10px 40px;
	border-top: 1px solid #92C73C;
}

.suite_lecture p.bouton {
	width: 100%;
	height: 100%;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
}

.suite_lecture.hauteur_2 p.bouton {
	line-height: 65px;
}

.suite_lecture li.anterieure p.bouton {
	text-align: left;
	padding-left: 40px;
}

.suite_lecture li.suivante p.bouton {
	text-align: right;
	padding-right: 40px;
}

.suite_lecture p.bouton > span {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	line-height: 22px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #FFF;
}

.suite_lecture .inactif p.bouton > span {
	color: #DDD;
}

.suite_lecture p.bouton > span.reduit_3 { letter-spacing: 0.03em; }
.suite_lecture p.bouton > span.reduit_2 { letter-spacing: 0.02em; }


/*********************************************************/
/* CONFÉRENCES.. */
/*********************************************************/

.titre_conference {
	padding-top: 0;	
	padding-bottom: 20px;
	text-align: center;
}

.titre_conference .auteur {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #558021;
	padding-bottom: 10px;
}

.titre_conference .curiculum {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #83B333;
	padding-bottom: 10px;
}

.titre_conference .projection {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #888;
}

ul.conferences {
	text-align: center;
	margin: 10px auto;
	width: 520px;
}

ul.conferences li {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 30px;
	color: #558021;
	margin: 10px auto;
	list-style-type: none;
}

ul.conferences li a {
	padding: 7px 20px;
	color: #558021;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 2px solid #92C73C;
	background-color: rgba(146, 199, 60, 0.25);
	border-radius: 40px; 
	transition: all 0.25s ease 0s;
}

ul.conferences li a:hover {
	text-decoration: none;
	background-color: rgba(146, 199, 60, 0.65);
}


/*********************************************************/
/* CROP-CIRCLES.. */
/*********************************************************/

span.note { /* Petites NOTES... */
	color: #578321; 
	font-weight: normal;
	font-size: 75%;
	letter-spacing: 1px;
	position: relative;
  bottom: 3px;
}

span.photo { /* Référence aux PHOTOS... */
	color: #578321; 
	font-weight: normal;
}

span.photo a {
	color: #578321; 
	font-weight: 700;
	text-decoration: none;
}

span.photo a:hover {
	text-decoration: underline;
}

/* Diaporamas*/
	
.video_youtube {
	text-align: center;
	margin: 20px auto; }

/* Info-bulles... */

span.tooltip {
	cursor: help;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized .tooltipster-box,
.tooltipster-follower.tooltipster-punk.tooltipster-punk-customized .tooltipster-box {
	border-color: #96CB41;
	background-color: #FCFDF8;;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
	border-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized .tooltipster-content,
.tooltipster-follower.tooltipster-punk.tooltipster-punk-customized .tooltipster-content {
	color: #578321;
	font-size: 14px;
	padding: 8px 16px;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #96CB41;
}

/* Références bibliographiques... */

.titre_biblio {
	border: 1px solid #BF9531;
	background-color: #BF9531;
	background-image: linear-gradient(to-bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	color: #FCFDF8;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
	padding: 6px 20px;
	border-top-left-radius: 12px;
	font-size: 16px;
	font-weight: 700;
}

.titre_biblio span {
	font-size: 14px;
	font-weight: 400;
}

.references_biblio {
	background-color: #FCFDF8;
	border: 1px dashed #BF9531;
	border-top: none;
	border-bottom-right-radius: 12px;
	margin-bottom: 30px;
	padding: 8px 20px;
	text-align: left;
	font-size: 14px;
}

.ligne_biblio {
	margin: 4px 0;
	color: #664F1A;
}

.ligne_biblio .num_note {
	font-weight: 700;
	color: #BF9531;
	display: table-cell;
	width: 35px;
}

.ligne_biblio a {
	color: #BF9531;
	text-decoration: none;
}

.ligne_biblio a:hover {
	text-decoration: underline;
}

.ligne_biblio .ref {
	display: table-cell;
}

/* Remarque... */

.titre_remarque {
	border: 1px solid #D10C0C;
	background-color: #D10C0C;
	background-image: linear-gradient(to-bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	color: #FCFDF8;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
	padding: 6px 20px;
	border-top-left-radius: 12px;
	font-size: 16px;
	font-weight: 700;
}

.contenu_remarque {
	background-color: #FCFDF8;
	border: 1px dashed #D10C0C;
	border-top: none;
	border-bottom-right-radius: 12px;
	margin-bottom: 10px;
	padding: 8px 20px;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.06em;
}

.ligne_remarque {
	margin: 4px 0;
	color: #D10C0C;
}

/* Divers... */

p.legende { /* Légende sous carte dans Actu 2010 */
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 20px;
	font-weight: 400;
	color: #AAA;
}
	
/* Page de la saison 2010... */

table.tableau_1,
table.tableau_2 {
	margin-left: -100px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 705px;
	background-color: #E7F0D5;
	color: #334914;
	font-size: 14px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

table.tableau_1 thead td,
table.tableau_2 thead td {
	background-color: #B6D07D;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 10px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.06em;
}

table.tableau_2 thead td span {
	font-size: 15px;
	font-weight: 400;
}

table.tableau_1 tbody td,
table.tableau_2 tbody td {
	border-bottom: solid 2px #F5F8EB;
	padding: 5px 10px;
	text-align: left;
	line-height: 25px;
}

table.tableau_2 tbody td {
	padding: 5px 20px;
	border-right: solid 2px #F5F8EB;
}

table.tableau_2 tbody td:last-child {
	border-right: none;
}

table.tableau_1 tbody tr:last-child td,
table.tableau_2 tbody tr:last-child td {
	border-bottom: solid #92C73C 10px;
}
	
table.tableau_1 td.col_1 { width: 60px; text-align: right; }
table.tableau_1 td.col_2 { width: 100px; }
table.tableau_1 td.col_4 { width: 180px; }

	
table.tableau_2 td.col_2 { width: 90px; text-align: center; }
table.tableau_2 td.col_3 { width: 90px; text-align: center; }
table.tableau_2 td.centre { text-align: center; }
table.tableau_2 td.droite { text-align: right; }

/* Page des actualisations annuelles... */

.bouton_actualisation {
	width: 500px;
	margin: 30px auto 10px auto;
	border-bottom: 10px solid #92C73C;
	background-color: rgba(255, 255, 255, 0.65);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	color: #558021;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

.bouton_actualisation.actu_pas_active {
	color: #AAA;
	cursor: not-allowed;
}

.bouton_actualisation.actu_active:hover {
	background-color: #E9F3D8;
}

.bouton_actualisation.nouveau {
	background-repeat: no-repeat;
	background-position: top right;
}

.bouton_actualisation.nouveau.langue_fr { background-image: url('../images/nouveau_actu_fr.png'); }
.bouton_actualisation.nouveau.langue_es { background-image: url('../images/nouveau_actu_es.png'); }
.bouton_actualisation.nouveau.langue_en { background-image: url('../images/nouveau_actu_en.png'); }

.bouton_actualisation img {
	display: inline-block;
	vertical-align: middle;
	border-top-left-radius: 10px;
}

.bouton_actualisation p {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.08em;
	line-height: 26px;
}


/*********************************************************/
/* CONTACT.. */
/*********************************************************/

.coordonnees_association {
	margin: 7px auto 15px 30px;
	font-size: 16px;
	color: #558021;
}

.coordonnees_association .nom {
	font-size: 18px;
	margin-bottom: 5px;
}

.coordonnees_association .courrier {
	margin-top: 8px;
}

.coordonnees_association .courrier span {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.coordonnees_association .courrier a {
	color: #558021;
	text-decoration: none;
}

.coordonnees_association .courrier a:hover { text-decoration: underline; }

.retour_formulaire {
	margin-bottom: 40px;
	text-align: center;
}

.retour_formulaire a {
	font-size: 15px;
	color: #558021;
	text-decoration: underline;
}

.retour_formulaire a:hover {
	text-decoration: none;
}


/*********************************/
/* Page des MENTIONS légales...
/*********************************/

#mentions_legales {
	width: 600px;
	margin: 10px auto 40px auto;
	padding: 1px 65px 20px 50px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

p.titre_mention {
	color: #558021;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
	
p.contenu_mention {
	color: #334914;
	font-size: 15px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 15px;
}
	
p.contenu_mention span.intitule {
	color: #558021;
	font-weight: 400;
}
	
p.contenu_mention a {
	color: #558021;
	text-decoration: underline;
}
	
p.contenu_mention a:hover {
	text-decoration: none;
}

p.contenu_mention.cookies {
	font-size: 13px;
	text-align: justify;
}


/*********************************/
/* Page LIENS...
/*********************************/

.lien {
	border-bottom: 10px solid #92C73C;
	background-color: rgba(255, 255, 255, 0.65);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	color: #558021;
	font-size: 15px;
	font-weight: 400;
	margin: 10px auto 30px auto;
	width: 720px;
	min-height: 150px;
}

.lien figure {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	border-top-left-radius: 10px;
	text-align: center;
	padding: 15px;
	margin: 0;
	float: left;
}

.lien figure img {
	display: inline-block;  /* Pour l'affichage de la forme si le fichier est manquant... */
	background-color: #DDEAC2;
	width: 180px;
	height: 135px;
	text-align: center;  /* Pour le centrage du 'alt'... */
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}

.lien .contenu_lien {
	display: inline-block;
	width: 500px;
	margin: 0 10px;
	min-height: 165px;
}

.lien p.titre {
	padding: 10px 20px 5px 20px;
	font-size: 17px;
	font-weight: 700;
}

.lien p.adresse {
	padding-bottom: 10px;
	font-size: 15px;
}

.lien p.adresse a {
	text-decoration: none;
	color: #92C73C;
}

.lien p.adresse a:hover {
	text-decoration: underline;
}

.lien p.description {
	border-top: 1px dashed #92C73C;
	padding: 10px 20px;
	font-size: 14px;
}

.lien p.description span.langue {
	font-size: 13px;
	color: #92C73C;
}

/*********************************/
/* Page PLAN du SITE...
/*********************************/

.plan_site {
	width: 720px;
	margin: 10px auto 40px auto;
	padding: 1px 30px 20px 50px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	color: #558021;
	font-size: 15px;
}

.plan_site ul.rubriques > li {
	margin-top: 15px;
	list-style-type: none;
	background-image: url('../images/puce_1.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	margin-bottom: 6px;
	font-weight: 700;
}

.plan_site ul.rubriques > li.normal {
	font-weight: 400;
}

.plan_site ul.sous_rubriques {
	padding-left: 25px;
}

.plan_site ul.sous_rubriques > li {
	margin-top: 10px;
	list-style-type: none;
	background-image: url('../images/puce_2.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	margin-bottom: 6px;
}

.plan_site ul.sous_sous_rubriques {
	padding-left: 25px;
}

.plan_site ul.sous_sous_rubriques > li {
	margin-top: 8px;
	list-style-type: none;
	background-image: url('../images/puce_3.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	margin-bottom: 6px;
}
	
.plan_site a {
	color: #558021;
	text-decoration: none;
}
	
.plan_site a:hover {
	color: #92C73C;
	text-decoration: none;
}
