:root {
  --Fond:		 		 #FFFFFF; 
  --Texte:		 		 #000000; 
  --TexteH2:			 #c06c00; 
  --Deco:				 #fed359;
  --DecoFin:	 		 #f9b901;
  --Deco_2:				 #A0B2AA; 
  --DecoFin_2:	 		 #A67EAA; 
  --FontTexteAccordeon : #FFE7C3; 
  --FontTexteAccordeon_2:#FFFFED; 
  --FondEcran :  		 #FFFFED;  
  --FondEcranZone1:		 #FEFEF8; 
  --FondStrong:			 #FFFFDD; 
  --FondBasPage:		 #E0E0E0; 
}
/* Font général*/
@font-face {
  font-style: normal;
  font-family: arial, sans-serif;
  font-display: swap;
}
body
{	
	font-family: arial, sans-serif;
	font-size: 1em;	
	background-color: var(--FondEcran);
}
.articleZone1
{
}	
footer{
	background-color: var(--FondBasPage);
	padding:10px;
}
.global { 
	margin: 0 auto;
	max-width: 950px;  
	border: solid 2px var(--FondBasPage);
	border-top: none;
}
.section {
	padding: 3px;
}
.section img { 
	max-width: 100%;
} 
.section1 {
	padding: 3px;
	background-color: var(--FondEcranZone1);
	border-width: 7px;
	border-top-style: dotted;
	border-top-color: var(--Deco);
	border-bottom-style: dotted;	
	border-bottom-color: var(--Deco);	
}
.section1 img { 
	max-width: 100%;
}


 form{
	text-align: center;
}	 
header h1
{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 1.6em;
	color: var(--TexteH2);
	text-transform: uppercase;
}
h2{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	color: var(--TexteH2);
}
h3{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: var(--Texte);
}
hr{
color: var(--FontTexteAccordeon);
width: 72%;
}
strong{
	color: var(--Texte);
	background-color: var(--FondStrong);
}
P.blocktext{
text-align: center;
}	

figcaption{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: var(--Texte);
}
 header li, .ok li
{
	list-style-type: none;
}
/* barre déplié (accordéon) avec son titre */
.outer {
	max-width: 70%; /* largeur des titres */
	margin: 0 auto;
	line-height: 28px;
}
/* affichage du texte */
.faq-content {
	border-radius: 5px;
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	background:var( --FontTexteAccordeon);
	color: var(--Texte);
}
/* titres */
summary {
	background: linear-gradient(var(--DecoFin), var(--Deco));
	padding: 6px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	outline: none;
	margin: 5px 0px;
}
details > summary::-webkit-details-marker {
	display: none;
}
details[open] summary {
	animation: smooth 0.4s ease-in-out;
}
@keyframes smooth {0% {
	opacity: 0;
	margin-top: -10px;
}
	100% {
	opacity: 1;
	margin-top: 0px;
    }
}
details > summary::after {
	position: absolute;
	content: "+";
	right: 25px;
}
details[open] > summary::after {
	position: absolute;
	content: "-";
	right: 25px;
}
details:link {color:var(--Deco); }
details:visited {color:var(--Deco);}
details:hover {
  color: var(--Fond);
}
/* FIN  barre déplié (accordéon) avec son titre */ 


/* Ajouter une couleur de fond à la navigation supérieure */
.topnav {
	background: linear-gradient(var(--Deco), var(--DecoFin));
	overflow: hidden;
}
/* Style dans la barre de navigation*/
.topnav a {
	float: left;
	display: block;
	color: black;/*red;*/
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 17px;
	background: linear-gradient(var(--Deco), var(--DecoFin));
	animation: smooth 0.5s ease-in-out;
}
/* Change la couleur des liens au survol */
.topnav a:hover {
	background-color: var(--DecoFin);
	color: var(--Fond);
}
/* Mise en évidence de la page actuelle */
.topnav a.active {
	background-color: var(--Deco);/*blue;*/
	color: var(--Texte);/*white;*/
}
/* Masquez le lien qui doit ouvrir et fermer le topnav sur les petits écrans */
.topnav .icon {
	display: none;
}
.tablePaypal{
	display:inline-block;
}
/* tableau des liens web */
.cadre{
	overflow-x:auto;
	font-family: arial, sans-serif;
	font-size : 1em;
}
.cadreLiens tbody td {
	border: solid 1px var(--Deco);
	color: var(--Texte);
	padding: 2px;
}
.cadreLiens tbody tr:hover {
    background-color: var(--Deco);
}
.cadreLiens thead {
	border: solid 2px var(--Deco);
	background-color: var(--FontTexteAccordeon);
	height:40px;
}
/* bouton */ 
.bouton {
    margin:5px;	
	margin-left: auto;
	border-radius: 5px;
	line-height: 35px;
	margin-right: auto;
	width:280px;
	height:35px;
	background-color: var(--Deco);
	background: linear-gradient(var(--Deco), var(--DecoFin));
	border-bottom: solid 2px var(--Deco);
	display: block;
	font-family: arial, sans-serif;
	font-size : 1em;
	font-weight: normal;
	color: var(--Texte);
	text-align: center;
 }
.bouton img {
  float: left;
  margin: 4px;
  height: 30px;
  width: 70px;
}
a.bouton:link {color:#000080;}
a.bouton:visited {color:#0066FF; }
a.bouton:hover { 
	background: linear-gradient(var(--DecoFin), var(--Deco));
	color: var(--Fond);}
/* FIN  Bouton */

/* bouton téléchargement*/ 
.boutonTel {
    margin:5px;	
	margin-left: auto;
	border-radius: 5px;
	line-height: 35px;
	margin-right: auto;
	width:80%;
	height:auto;
	display: block;	
	background-color: var(--Deco);
	background: linear-gradient(var(--Deco), var(--DecoFin));
	border-bottom: solid 2px var(--Deco);
	font-family: arial, sans-serif;
	font-size : 1em;
	font-weight: normal;
	color: var(--Texte);
	text-align: center;
 }
.boutonTel img {
  float: left;
  margin: 4px;
  height: 30px;
  width: 70px;
}
a.boutonTel:link {color:#000080;}
a.boutonTel:visited {color:#0066FF; }
a.boutonTel:hover { 
	background: linear-gradient(var(--DecoFin), var(--Deco));
	color: var(--Fond);}
/* FIN  Bouton téléchargement*/



.imageTelecharg{
	flex:5;	
}

.imageTxtTelecharg{
	flex:4;	
	text-align: justify;
	margin:10px;
}
.imageBtnTelecharg{
	flex:2;    
}



.imageLog{
	flex:2;	
	text-align: center;
}
.imageTxt{
	flex:1;	
	text-align: justify;
	padding:3px;
}
.centrerImage{
  display: flex;
  margin-left: auto;
  margin-right: auto;	
}

.image_texte
{
	display:flex;
	flex-direction:row;	
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	float: right;
	display: block;
  }
    
.image_texte
{
	display:flex;
	flex-direction:column;
} 
 
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
}