/* cette feuille de style est la feuille par défaut du site*/

body {
   /*les fonctions scrollbar ne marchent qu'avec MS Internet explorer*/
   xscrollbar-face-color:#8C8CC6;
   xscrollbar-track-color:#A298BC;
   xscrollbar-face-color: #F8F8FC;
   xscrollbar-track-color:E5E5E5 ; 
   background: url(bordure.png) repeat-y white -55px} /*#F8F8FC*/

/* insertion de l'image d'en-tête */
.content {background:url(en-tete.png) no-repeat}

/* ajustement de la page en dessous de l'image d'en-tête */
.fond {margin-top:105px ; background-color:white}

/* position de la zone de recherche sur l'image d'en-tête */
#z {position : absolute ; top:4px ; right:30px}
form input {font-size:70% ; font-weight:bolder}

/* Titre en haut de page des articles (pas utilisé dans la 1er page) */
h1 {
   position : absolute ; top:30px ; left:0% ; width:90% ;
   font-size:35px; 
   padding :0 ; margin : 0 ;
   text-align: center; margin:auto ;
   font-weight: bolder;
   color: gray }
h1.long {font-size:25px} /* police plus petite pour les titres très longs */


/* Titre h2 des chapitres internes aux articles */
h2 {border-top:1px solid orange ; border-bottom:1px solid orange ; background-color:#E1E1FF ; 
   font-size : 140% ; width:98% ; margin-top:6% ; text-indent:2% ; vertical-align: baseline;
   font-style: normal}
@media screen{ h2 {background: url(h2.gif) no-repeat right #DCDAF0} }
/* fin h2 */


/* définition du style de chaque liste du site */
ul li {list-style-image: url(boutton2.gif); margin: 0 0 0 2%}


/* définition du style du tableau des menus de la 1er page */
.tableau_1er_page td {border:rgb(221, 221, 247) solid 1px ; background-color:rgb(251, 251, 253) ; border-spacing:4px ; -moz-border-radius:7px}

.tableau_1er_page a {text-decoration: none ; color: #770077}

.tableau_1er_page a:visited {color: #757500}

.tableau_1er_page a:hover{color: #D12D1B; text-decoration:underline}

.tableau_1er_page li {
   list-style-image: url(boutton.gif);
   margin: 0 0 0 0px}

.tableau_1er_page li {font-size: 11pt}

.colonne_1 li {line-height: 165%}

.colonne_2 li {line-height: 235%}

.colonne_3 li {line-height: 180%}
/* fin de la définition du style du tableau des menus de la 1er page */
