ï»¿




/*
     FILE ARCHIVED ON 10:32:24 ?? 11, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:00:52 ?? 17, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body
{width:760px;
 margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background: rgb(234,234,234);/*couleur de fond, gris*/
background-image: url("/web/20150911103224/http://haseapi.com/docs/logogris4.jpg"); /*logo dans même dossier*/
background-repeat:repeat ; /*fois*/
background-attachment:scroll; /*pas fixe*/
border: 8px double grey;
font-family: Arial, "Comic Sans MS", Verdana, serif;
font-size:20px;
 }
 #en_tete
 {width:760px;
 height:170px;
 background-image:url("/web/20150911103224/http://haseapi.com/docs/bannieretarif.jpg");
 background-repeat: no-repeat;
 margin-bottom:10px;
 }
  #corps
 {background:rgb(234,234,234);
 background-image:nothing;
 margin-left:140px;
 margin-bottom:0px;
 padding:2px;
 color:black;
 text-align:center;
 }
 .element_corps
 {text-align:center;
color: rgb(0,2,214);
font-size:20px%;
}
 .element_corps h2
 {color: rgb(139,31,0);
 text-align: center;
 font-size:400%;
 }
.element_corps h4
 {color: black;
 text-align: center;
 font-size: 150%;
 }
 table
 {border-collapse:collapse;/*bordures du tableau collées*/
 text-align:center;
 padding:2px;
 margin-left:80px;
 }
 th
 {border: 2px double black;
 background-color:rgb(139,164,255);
 font-size: 110%;
 padding:2px;
 font-weight:bold;
 }
 td/*toutes les cellules des tableaux*/
 {border:1px solid black;
 }
 #menu
 {float:left;
 width:140px;
 margin-bottom:0px;
 margin-top: 0px;
 }
 .element_menu
 {background-color:rgb(139,164,255);
 background-image:url(/web/20150911103224/http://haseapi.com/docs/deco.jpg);
 background-repeat :repeat-y;
 border: 2px solid grey;
 margin-bottom:20px;
 }
 .element_menu h3
 {color:black;
  font-family: Arial, "Arial black", "Times New Roman",Times, Serif;
text-align: center;
}
.element_menu ul
{  padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 40px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 10px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   font-size:80%;
}
 .element_menu a
 {text-decoration:none;
border:none;
color: rgb(0,2,214);
font-weight:bold;
font-style:italic;
}
.element_menu a:hover
{background-color:yellow;
color:red;
font-weight:bold;
} 
.invisible
{color:rgb(139,164,255);
font-size:18px;
padding-left:50px;
}
 .centre
 {text-align: center;
 }
  #pied
 {clear :both;
 padding:5px;
 margin:0px;
 background-image:url(/web/20150911103224/http://haseapi.com/docs/deco2.JPG);
 background-repeat: repeat-x;
   }
 .element_pied
 {background-color: rgb(234,234,234);
 color: black;
 font-size:100%;
 text-align:center;
 }
 .color
 {font-size:70%;
 color:rgb(139,31,0);
 }
 .intitule
{font-variant: small-caps;
color:rgb(139,31,0);
font-weight:bold;
font-size: 170%;
}