body {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center; /* centre le contenu dans IE pré-6 */
}

#identite h1, #identite h2, #identite h3, #identite h4, #identite h5, #identite h6, #bas_de_page h1, #bas_de_page h2, #bas_de_page h3, #bas_de_page h4, #bas_de_page h5, #bas_de_page h6 { /* texte caché aux navigateurs CSS */
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#page {
    text-align: left; /* pour contre-balancer la règle center pour IE pré-6 */
    width: 1006px;
    margin: 0 auto;
    margin-top: 3%;
}

#cadre_page {
    position: relative;
    height: 593px;
    width: 1006px;
    border: #000 1px solid;
    margin: 0;
    padding: 0;
}

#entrez {
    position: relative;
    width: 249px;
    top: 284px;
    float: right;
    border-bottom: 2px solid #d9d9d9;
    overflow: hidden;
	height:28px;
}

#entrez span {
    visibility: hidden;
}

#entrez a {
    background: url(../images/acc-entrez.png) no-repeat 0 0;
    text-decoration: none;
}

#entrez a:hover {
    background-position: 0 -28px;
}

#plugin {
    position: relative;
    width: 249px;
    float: right;
    clear: right;
    top: 288px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #b2b2b2;
}

#plugin a {
    text-decoration: underline
}

#plugin a:link {
    color: #b2b2b2;
}

#plugin a:visited {
    color: #e1e1e1;
}

#plugin a:hover, #plugin a:active {
    color: #ce0045;
}

#identite {
    position: relative;
    width: 650px;
    top: 418px;
    height: 80px;
    background: url(../images/acc-identite.png) no-repeat top right;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 15px;
}

#bas_de_page {
    position: relative;
    width: 100%;
    top: 432px;
}

#bas_de_page img {
    float: right;
}

#desc {
    background: url(../images/acc-desc.png) no-repeat center right;
    float: right;
    width: 489px;
    height: 18px;
    margin-right: 10px;
}

#filet {
    float: left;
    width: 40px;
    height: 18px;
    border-bottom: 3px solid #000;
}
