 /* ============================
    environement WEB classique 
	cWeb v2.0.1 - mars 2022
	========================== */	

html pre
{
width: 636px ;

}
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: Tahoma, Times New Roman;
	font-size: 90%;
	background: #F9F8D9 ;
}

div#conteneur
{
	width: 960px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ab4 ;
	background: #fff ;
}


/* affichage petit echiquier sur texte */ 
.echiquier a span {
display:none;
}

.echiquier a:hover span {
display:block;
margin:0 0 0 0:
}
 
 
/* Alignement image et texte */
.zone_centrale {
   margin-left: auto;
   margin-right: auto;
   width: 95%;
   align: center;
	}
	
.zone_centrale h2
{
	padding-left: 30px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #9b2 ;
	/*border-bottom: 1px solid #B00C0C ;*/
}	
	

.titre_article {
	font-size: 1.1em ;
	font-weight: bold;
	color: #9b2 ;
}

.texte-illustration {
	/* border: 1px solid black ; */
	display: inline-block;
	width: 48%;
	padding-right: 3px;
    overflow: hidden; /* empÃªche le dÃ©passement des flottants */
	Vertical-align: top;
	text-align:justify;
}

.texte-illustration .illus-gauche {
    float: left;
	width: 100px;
    margin: 5px 20px 5px 0;
	padding-left: 10px;

}
.texte-illustration .illus-droite {
    float: right;
    margin: 5px 0 5px 20px;
}

.texte-illustration p {
    overflow: hidden; /* Contexte de formatage. Force le paragraphe Ã 
    adapter sa largeur aux flottants adjacents. */
	margin: 5px 0 5px 20px;
	text-align:justify; 
}

.bloc-texte {
  display: inline-block;
  width: 100%;
  float: left;
  padding:0 5px;

 }

.bloc-texte img {
	float: left;
	width: 200px;
    margin: 5px 20px 5px 0;
	padding-left: 10px;

}

.bloc-texte .petite_illustration img {
	float: left;
	width: 100px;
    margin: 5px 20px 5px 0;
	padding-left: 10px;

}

.bloc-texte p {
	height:auto; 
	text-align:justify; 

}
 
 /* une note encadre */
.note {
	background-color: #F9F8D9;
	border:1px dotted #57923A;
	padding:0.5em;

}

.note h1 {
	 padding-left: 25px ;
	/*line-height: 25px ;*/
	font-size: 1.4em ;
	color: #57923A ;
	/*border-bottom: 1px solid #57923A ;*/
	
 }
 
/* 2 images par lignes */
.gallery2 li
{
	display:inline-block;
	width: 48%; 
	vertical-align:top;
	text-align:center;
	font-size: 0.8em ;
	margin: 1em;
}

/* 3 images par ligne */
.gallery3 li
{
	display:inline-block;
	width: 32%; 
	vertical-align:top;
	text-align:center;
	margin: 5px 5px 5px 5px; 

}
.gallery3 img
{
	width: 250px;
	
}
.gallery4 li
{
	display:inline-block;
	width: 23%; 
	min-height: 100px; 
	vertical-align:middle;
	text-align:center;
	padding-right: 3px; 
	margin: 3px 0px 3px 3px; 
	zoom:1;
	*display: inline;
	_height: 100px;
	border:none;
}
	
/* contenu */
div#contenu
{
	display: inline-block;
	width: 100%;
    overflow: hidden; /* empeche le dépassement des flottants */
	text-indent: 2em ;
}


div#contenu h2
{
	padding-left: 30px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #57923A ;
	border-bottom: 1px solid #57923A ;
}

div#contenu col2 {
  column-count: 2;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #57923A ;
	border-left: 3px solid #57923A ;
	color: #57923A ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	/*line-height: 1.7em ;*/
}

div#contenu li
{
	text-align: left ;
	text-indent: 0 ;
}

div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #00C000 ;
}

.footer
{
	text-align: center ;
	font-size: 80% ;

}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #57923A ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

/* table */
table {
	border: medium solid #57923A;
	border-collapse: collapse;
	width: auto;
}

caption {
	font-family: Tahoma, Times New Roman;
	font-size: 90%;
	font-weight: bold;

}

th {
	font-family: Tahoma, Times New Roman;
	border: thin solid #57923A;
	/*width: 50%;*/
	padding: 5px;
	color: #ffffff;
	font-size: 90%;
	background-color: #57923A;

}

td {
	font-family: Tahoma, Times New Roman;
	border: thin solid #57923A;
	/*width: 50%;*/
	padding: 5px;
	font-size: 90%;
	text-align: left;
	background-color: #F9F8D9;
}

/* menu deroulant */
div#menu {
	width:100%;
	background: #57923A;
	display: inline-block;
	min-width: 640px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ul li {
	display: block;
	position: relative;
	float: left;
}
div#menu .droite {
	float: right;
}
div#menu li ul {
	display: none;
	min-width: 150px;
}
div#menu ul li a {   
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	background: #57923A;
	white-space: nowrap;
}
div#menu ul li a:hover {
	background: #00C000;
}
div#menu li:hover ul {
/* Ici lâ€™affichage du sous-menu */
	display: block;
	position: absolute;
}
div#menu li:hover li {
	float: none;
}
div#menu li:hover a {
	background: #00C000;
} 
div#menu li:hover li a:hover {
	background: #57923A;
}â€‹

/* iframe */
.noborder {
  border: none;
  }
  
/* slideShow */
* {box-sizing: border-box}
body {font-family: Tahoma, Times New Roman; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 960px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* captcha */

.captcha {
  font-family: "Comic Sans MS", cursive, sans-serif;
  width: 200px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
  padding: 3px;
  border-radius: 5px;
  text-decoration: line-through;
  color: #9b2;
  background-color: #F9F8D9;
}

.errmsg {
  color: black;
  padding: 5px;
  transition: 0.5s ease;
}

div#menu .flag {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	width: 30px;
}



