
#zone_texte{
 color: navy; /*white;*/
 font-weight:normal;  /*bold;*/
 font-size:80%;
  width:800px;/* height:680px;*/
   margin-top:3px;   /*centrage de la page*/
  margin-right: 0px;/*centrage de la page*/
  margin-bottom: 0px;/*centrage de la page*/
  margin-left: 0px; /*centrage de la page*/
  padding-top:5px ;
  padding-right:0px; 
  padding-bottom:0px;
  padding-left:0px; 
   /* background-image:url(bg_blue1.png); 
background-repeat:repeat-y; */
background-image:url(888n.gif); background-repeat:no-repeat; 
/*width:351px;  height:387px; */
background-position:445px 150px; /*left top   A MODIFIER AVEC LA HAUTEUR DES COLONNES spécial liens css*/
border-top:1px solid silver; 
  }
  
 .centrage {text-align:center;
 /*background-image:url(colorcentre.jpg); background-repeat:no-repeat;*/
 margin-top: 0px;  /*centrage de la page*/
 margin-right:auto;/*centrage de la page*/
 margin-bottom: 0px;/*centrage de la page*/
 margin-left: auto; /*centrage de la page*/ 
  }
  
 .centragelien {text-align:center;
 /*background-image:url(colorcentre.jpg); background-repeat:no-repeat;*/
  color:silver;  /* navy;white;*/
 font-weight:bold;  /*bold;*/
 font-family: times new roman, Verdana, Arial, Helvetica, sans-serif;
 margin-top: 0px;  
 margin-right:auto;
 margin-bottom: 15px;
 margin-left: auto; 
  }

   .centrageliencentral{text-align:center;
  color:silver;  /* navy;white;*/
 font-weight:bold;  /*bold;*/
 font-family: times new roman, Verdana, Arial, Helvetica, sans-serif;
 margin-top: 0px;  
 margin-right:auto;
 margin-bottom: 5px;
 margin-left: auto; 
  }
  .rz {clear:both;}
  
  .colonne { /*colonne gauche et centre avec bordure droite */
  float:left;
  margin-top: 0px; 
  margin-right:2px;
  margin-bottom: 10px;
  margin-left:2px; 
   width: 262px;
  height:600px; 
 border-right: 1px dotted silver;
   font-size:80%; color:white; /*dashed#99FFFF;#CCFFFF; */
/*background-color:#e0ffff;*/  /*#000033; #247297; */
  } 
  .colonned{  /* colonned pour supprimer la bordure droite sinon idem à colonne */
  float:left;
  margin-top: 0px;  
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left:2px;
   width: 260px;
   height:600px;
   /*background-color:aqua;
border: 1px dotted red;*/
   font-size:80%; color:white; /*dashed#99FFFF;#CCFFFF; */
/*background-color:#e0ffff;*/  /*#000033; #247297; */
  } 
 
 .discussion{
 color: silver; /*white;*/
 font-weight:normal;  /*bold;*/
 font-size:80%; text-align:center;
  width:790px;height:40px;
   margin-top:0px;   /*centrage de la page*/
  margin-right: 0px;/*centrage de la page*/
  margin-bottom: 3px;/*centrage de la page*/
  margin-left: 3px; /*centrage de la page*/
  padding-top:5px ;
  padding-right:0px; 
  padding-bottom:0px;
  padding-left:0px; 
  /*background-color:#800000;*/
border:2px solid silver;
  }
.delair {
  width:780px; height:10px;
   margin-top:3px;   /*centrage de la page*/
  margin-right: 0px;/*centrage de la page*/
  margin-bottom:5px;/*centrage de la page*/
  margin-left: 5px; /*centrage de la page*/
  padding-top:0px ;
  padding-right:0px; 
  padding-bottom:0px;
  padding-left:0px; 
  /* background-color:gray;
 border-bottom:1px dotted orange;*/
/*border-left: 1px solid silver;
border-right:1px solid silver;
border: 1px solid orange;*/
 }
  
/*les liens*/

a {text-decoration:none;} /*pas de soulignement des liens*/
a:link {color:aqua;} /*magenta*/
a:visited {color:aqua;} /*magenta*/
a:hover, a:focus {color:gold;} /*magenta*/ /*text-decoration:underline;*/
a:active {color:gold;} /*background-color:yellow;*/ 




