/* CSS Document */


/*  COULEUR DE SURVOL DES LIENS DU MENU DE GAUCHE*/
.lienP1:hover {	color:#ff6600; }
.lienP2:hover {	color:#99ff00; }
.lienP3:hover {	color:#ffff00; }
.lienP4:hover {	color:#336699; }
.lienP5:hover {	color:#9900cc; }

.lienP1, .lienP2, .lienP3, .lienP4, .lienP5 {
	font-weight: lighter;
	font-size:12px;
	font-family: Arial, Helvetica,serif;
}

/*  STYLE DES PUCES DU MENU DE GAUCHE */
ul.puceP1, ul.puceP2 , ul.puceP3, ul.puceP4, ul.puceP5{ 
padding-left:23px;
text-align:left; /* IL FAUT LE PRECISER POUR INTERNET EXPLORER */
}

ul.puceP1{ list-style-image: url("../images/centre/gif/p1.gif");}
ul.puceP2{ list-style-image: url("../images/centre/gif/p2.gif");}
ul.puceP3{ list-style-image: url("../images/centre/gif/p3.gif");}
ul.puceP4{ list-style-image: url("../images/centre/gif/p4.gif");}
ul.puceP5{ list-style-image: url("../images/centre/gif/p5.gif");}

ul.puceGrise{ list-style-image: url("../images/puces/puceGrise.gif");}

/*  STYLE DES PUCES DU MENU DROIT */
ul.pucePD1, ul.pucePD2 , ul.pucePD3 { padding-left:19px;}

ul.pucePD1{ list-style-image: url("../images/dte/gif/pd1.gif");}
ul.pucePD2{ list-style-image: url("../images/dte/gif/pd2.gif");}
ul.pucePD3{ list-style-image: url("../images/dte/gif/pd3.gif");}

.lienPD1, .lienPD2, .lienPD3, .titrePD { color:#666666;font-size: 12px; }

/*  COULEUR DE SURVOL DES LIENS DU MENU DE DROITE*/
.lienPD1:hover { color:#006699; }
.lienPD2:hover { color:#009999; }
.lienPD3:hover { color:#33ff99; }

.lienPD1:hover , .lienPD2:hover , .lienPD3:hover, .lienP1:hover , .lienP2:hover , .lienP3:hover, .lienP4:hover, .lienP5:hover    { font-weight:bold; }

.lienPD1, .lienPD2, .lienPD3{
	padding-left:20px;
	font-family: Arial, Helvetica,serif;
}

/*  LES BLOCS DES MENUS SERONT EN POINTILLES, GRIS ET DE 1,5 PIXELS D'EPAISSEURS */
.cadrePointille { 
border: 1px dashed #5a8ec6; 
padding-top:10px;
padding-bottom:10px;
background-color:#d4dae9;
}


/* élément contenant le menu */
.ancre_menu{vertical-align:top;width:11em;}

/* style général des ul */
.menu,.menu ul{list-style-type:none;}
.menu ul{margin-left:-10px;padding:0}
.menu{ margin:20px 0 0 -2px;color:#504b03;padding:0;width:10em;}

/* liens du menu */
.menu .normal a{color:#006;text-decoration:underline;padding:1px 5px;font-weight:normal;cursor:pointer}
.normal a:hover,.normal a:active,.normal a:focus,.lien_page:hover,.lien_page:active,.lien_page:focus{
color:red;background-color:#C2CEEF;padding:0 4px;border:1px dashed #316BC6;}
/* lien qui correspond à la page en cours */
.lien_page{background-color:#eec}

/* titres de liste */
.reduit,.ouvert{padding:0 0 0 25px;margin:0;}
.reduit a,.ouvert a{text-decoration:none;color:#000;cursor:help  }
/* ajout des images puces */
.ouvert{background: url(bout2.gif) 7px 0 no-repeat #eee;font-weight:bold;}
.reduit{background: url(bout1.gif) 7px no-repeat;font-weight:normal;}

/* emulation fixed IE */
html>body .menu { position: fixed; }
html[xmlns] .menu { position: fixed; }
body { background: url(null) fixed ; }
.menu{position: absolute;
  top:expression(document.documentElement.scrollTop+body.body.scrollTop);
 /* fin de l'émulation fixed IE */

