*{
    padding: 0;
    margin: 0;
    } 
/* contenu style2.css  css général */
h1 {color: #006600; text-align: center}

h2 {color: #006600; text-align: left}

h3 {color: #006600; text-align: left}

a:visited { color: #666666}

p {color: #000000; text-align: justify; font-family: "Times New Roman", Times, serif; font-size: 12px}

.textli {color: #000000; list-style-type:square; text-align: justify; font-family: "Times New Roman", Times, serif; font-size: 12px}

.textepresent {color: #000000; text-align: justify; font-family: "Times New Roman", Times, serif; font-size: 14px}

.centre { text-align: center}

.vert-pgphe {color: #006600; font-weight: bold; font-size: 13pt}

.vertclair {color: #33ff00}

.vertfonce {color: #006600}

.alignright {  /* pour aligner une image a droite dans un p */
    padding-left: 4px;
    padding-top: 4px;
    float: right;
    border: 0;
 }
 
.alignleft {  /* pour aligner une image a gauche dans un p */
    padding-right: 4px;
    padding-top: 4px;
    float: left;
    border: 0;
 }


/* calque pour menu vertical, horizontal et contenu page */

#cadre {
    width : 800px;
    /*background-color: #00CC66;*/
}

#menuvert {  /* menu vertical partie privée */
    width: 140px;
    height : 800px;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0;
}

#menuhor {  /* menu horizontal partie privée */
/*position: absolute;*/
top: 0;
/*margin-left: 140px;*/
width: 620px;
height: 30px;
}

#contenu {   /*recoit le contenu de la page */
width: 610px;
height: 1000px; /*etait auto, mis a 1000 pour resoudre pb affichage flux RSS*/
z-index:1;
float:left;
/*background-color:#CC6699; */
}

#contblog {
    width: 600px;
    height: 100px;
    float:right;
    /*background-color:#CC6699;*/
    overflow: scroll;

}

 /*--- début menu horizontal a plusieurs niveaux */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 0;
left:150px;
width: 100%; /* précision pour Opera */
}

#menu dl {
float: left;
width: 100px;
}

#menu dt {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray;
    margin: 1px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 25px;
}

#menu dd {
display: none;
border: 1px solid gray;
}

#menu li {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
}

#menu dt a {
background: url(../images/cr-activ-bt.jpg) no-repeat top right;
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
text-align: left;
}

#menu li a {
    text-decoration: none;
    display: block;
    height:100%;
    border-bottom: 1px dashed gray;
    background-color: #99FFCC;
    z-index:100;
    
}

#menu dt a:hover {
background: url(../images/cr-activ-bt.jpg) no-repeat bottom right;

}
#menu li a:hover {
    background-color: #00FF00;
z-index:100;
}

/* pour affichage commentaires sur lien menu horizontal  */
.menu a span {     /* définition de la balise <span> inclue dans <a> */
display: none;
}

.menu a:hover span {
    display: block;
    position: absolute;
    background-color:#FFFF99;
    top: 10px;
    left: -140px;
    width: 120;
    height:auto;
    text-align: center;
    border: 1px solid gray;
    color: #993300;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

/*  fin menu horizontal a sous-niveaux  */
