
div.cadrehaut {
    position:absolute;
    left:0px;
    top:0px;
    width:800;
    height:55px;
    border:0px none black;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
}

div.cadrecoin {
    position:absolute;
    left:10px;
    top:25px;
    width:180px;
    height:75px;
    border:0px none black;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
}

div.cadremenu {
    position:absolute;
    left:180px;
    top:25px;
    width:100%;
    height:120px;
    overflow:hidden;
    border:0px none black;
    z-index:100;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
}

div.cadregauche {
    position:absolute;
    left:0px;
    top: 100px;
    width:180px;
    height:800px;
    overflow:hidden;
    border:0px none black;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#E5CEEB;
    background-image:url('Image/Vertical/Background.jpg');
    background-repeat:repeat-y;
}

div.framecentrale {
    position:absolute;
    display:block;
    left:180px;
    top:110px;
    width:700px;
    height:800px;
    overflow: auto;
    border:0px none black;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:justify;
    font-family:times;
    font-size:  12pt;
    z-index:50;
    background-color: #E9D5F0;
    background-image:url('Image/Central/BackgroundMain.jpg');
}

div.compte 
{   position: absolute;
    top: 350;
    left: 20;
    width: 120;
    height: 140;
    overflow: auto;
    padding:3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    text-align:left;
    font-family:times;
    font-size:  10pt;
    border-style:solid;
    border-width:1;
    border-color:#811454;
}

div.valider
{ position: absolute;
    top: 375;
    left: 102;
    width: 25;
    height: 50;
    overflow: hidden;
    padding: 0 0 0 0 ;
}

dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu {
    position: absolute;
    top: 25px;
    left: 200px;
    z-index:100;
    font-family:times;
    font-size:10pt;
    
}

#menu dl {
    float: left;
    width: 5em;
    margin: 1px;
    background: #ffffff;
}

#menu dt {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

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

#menu li {
    text-align: center;
    background: #ffffff;
}

#menu li a, #menu dt a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
    background: #eee;
}

a.image { /* définition de la classe "image" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 29px; /* largeur de l'image réactive */
     height: 15px; /* hauteur de l'image réactive */
     background-image: url(Image/Vertical/EnterP.jpg); /* source de l'image de départ */
     background-repeat: no-repeat;
     }
     
a.image:hover { /* définition de la classe "image" de la balise <a> au survol */
     background-image: url(Image/Vertical/EnterPPresse.jpg); /* source de l'image d'arrivée */
     } 

TABLE.type1
{ border-style:groove;
  border-width:2;
  background-color:White;
  font-family: Times,Helvetica;
  font-size: 14;
  line-height: 12pt;
}

TABLE.type2
{ border-style:groove;
  border-width:2;
  background-color:White;
  font-family: Times,Helvetica;
  font-size: 14;
  line-height: 12pt;
}