b{
   color:#3071CA;
}
html, body{
      height:100%;
      background-image:url(./img/background.png);
      background-repeat:repeat-x;
      background-color:#e5ecf4;
      width:100%;
}
#enter{
    height:10px;
}
#conteneur{
    width:900px;
    margin:auto;
    font-family:verdana;
    font-size:13px;

}

/* Partie haute*/

#bandeau_haut{
    width:900px;
	height:153px;
    /*border-left:3px solid green;
    border-top:3px solid green;
    border-right:3px solid green;*/
    background-color:#ccffcc;
}
#image_haut{
    width:894px;
    height:27px;
    border-left:3px solid green;
    border-right:3px solid green;
}

/* Partie centrale*/

#menu_gauche{
    width:250px;
    height:373px;
    background-color:#ccffcc;
    border-left:3px solid green;
    float:left;
}
#ombre{
    height:373px;
    width:18px;
    float:left;
    background-image:url(./img/ombre.png);
}
#contenu{
    width:591px;
    height:373px;
    overflow:auto;                     
    border-right:3px solid green;
    float:left;
    padding-left:15px;
    padding-right:20px;
    background-color:white;
    background-image:url(./img/contenu.png);

}

/* Partie basse*/

#lignet_gauche{
    border-left:3px solid green;
    width:250px;
    background-color:#ccffcc;
    float:left;
    height:20px;
    clear:both;
}
#lignet_ombre{
    width:18px;
    float:left;
    height:20px;
    background-image:url(./img/ombre.png);
}
#lignet_droite{
    width:626px;
    float:left;
    height:20px;
    border-right:3px solid green;
    background-color:white;
    background-image:url(./img/contenu.png);
}
#filet{
    background-color:green;
    width:900px;
    height:3px;
    clear:both;

}
#bas{
    border-right:3px solid green;
    border-left:3px solid green;
    border-bottom:3px solid green;
    width:894px;
}
#copyright{
    font:9px "verdana";
    color:#777777;
    text-decoration:none;
    /*ackground-color:green;   */
}
#lienCopyright{
    font:9px "verdana";
    color:#777777;
    text-decoration:none;
}

#lienCopyright:hover{
    font:9px "verdana";
    color:#777777;
    text-decoration:none;
}

