/* html { overflow: hidden; } */
body {
    height: 100%;
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
/*    overflow: hidden; */
    background-color : #ffffff;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Sans;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #2b2d2d;
    text-align: center;
}
table, tr, td {
    margin: 0;
    border-spacing: 0;
    padding: 0;
    border: solid 0px black;  
}

a {
    text-decoration : none;
    outline: none; 
}
#container-texte-contact a {
    color: #000;
    text-decoration : underline;
}
img {
   border-style: none; /* IE6 */
}
#bpro {
    margin: 0px 50px;
}
#bpro0 {
    margin: 0px 50px;
}
#bpro1 {
    margin: 0px 50px;
}
#container-page {
    z-index: 2;
    position: relative;
    height: 100%;
}
#container-princi {
    margin: auto;
    width: 951px;
}
#container-bandeau {
    width: 951px;
    height: 237px;
    background: transparent url(../images/bandeau-fp2s-2.png) no-repeat left bottom;
    z-index: 1;
}
#menu {
    padding-left: 430px;
    padding-top: 137px; 
}
#container-contenu {
    position: relative; /* nécessaire pour prise en compte du z-index par IE6, sinon recouvrement par le div précédent container-bandeau */ 
    width: 910px;
    margin-top: -40px;
    padding-left: 40px;
    z-index: 20;
}
#container-contenu .spacer {
    /*width: 20px;*/
}
#td-texte {
    width: 550px;
    height: 100%;
    text-align: right;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    -khtml-opacity: .40;*/
}
#container-titre {
    background: transparent url(../images/fondtrans.png) repeat left bottom;
    padding: 10px 15px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 1px;
}
#container-texte {
    background: transparent url(../images/fondtrans.png) repeat left bottom;
    padding: 15px;
    height: 330px;
    overflow: auto;
    text-align: justify;
}
#container-texte-contact {
    background: transparent url(../images/fondtrans.png) repeat left bottom;
    padding: 15px;
    height: 30px;
    overflow: hidden;
    text-align: justify;
}
#degrade {
   background: transparent url(../images/degrade.png) repeat-x left bottom;
   height: 39px;
   text-align: center;
}

