/************************************************
*       miseEnPage.css                          *
*       Mise en page du layout de l'application *
* ***********************************************/
        /*---- BLOCKs ----*/
html {
        margin: 0px;
        padding: 0px;
        /*background-image: url("/images/interface/bg+ombre2.jpg");
        background-position: 50% 0px;
        background-position: center 0px;
        background-repeat: no-repeat;*/
        background: #000000 url("/images/interface/background_solde.jpg") repeat-y top center  fixed;
}
body{
        margin:0 auto;
        width: 1000px;
        background-color: #FFFFFF;
}
#page {
/*      width: 1000px; */
/*      margin-left: 211px; */       /* all-browsers, utile pour chrome */
/*      margin-left: 209px\9; */      /* IE8 et versions inférieures */
/*      *margin-left: 209px; */       /* IE7 et versions inférieures */
/*      _margin-left: 204px; */       /* IE6 */
        font-family: trebuchet MS;
}

#page, x:-moz-any-link { /* target only Firefox, overriding the style above */
/*        margin-left: 212px !important; */
}

#top_fond {
/*         background-image: url('/images/interface/bg_header_noel.jpg');*/
         background-image: url('/images/interface/header_service_client_1000_with_logo.jpg');
         background-position: top;
         background-repeat: no-repeat;
         height: 147px;
}
.header_logo{
/*         background-image: url('/images/interface/bg_header_noel.jpg');*/
         width: 75px;
         height: 75px;
         float: left;
         cursor: pointer;
}
#top {
        /* background-image: url('/images/interface/bg_header_2010.jpg'); */
        /* background-position: top; */
        margin: auto;
        padding: 1px 0;
        height: 122px;
        width: 1000px;
        /* padding: 0 11% 0 13%; */

}
#top img#logo {
        margin-left: 0px;
}

#menu_haut {
        background:#000;
        height: 30px;
        line-height: 30px;
        /* background-image: url('/images/interface/barre_fond.gif'); */
        color: #F6F6F6;
        padding: 0px;
        margin: 0px;
}
#menu_gauche {
        float: left;
        width: 190px;
        margin: 0px;
        margin-top: 18px;
        margin-bottom: 5px;
        margin-left: 3px;
        margin-right: 3px;
        padding: 0px;
        background-color:#FFFFFF;
}

#menu_droite {
        float: right;
        width: 190px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

#main_content {
        margin-left: 190px;
        margin-right: 190px;
        margin-top: 5.5px;
        padding: 0px;
        _position:absolute;
        _margin-left:auto;
        _margin-right:auto;
        _width:608px;
}

#footer {
        width: 489px;
        margin: auto;
        margin-top: 50px;
        padding: 20px;
        height: 14px;
        clear: both;
/*      background-image: url('/images/interface/copyright_bottom.gif'); */
/*      background-position: center center; */
/*      background-repeat: no-repeat; */
}

div#indicator {
        position: fixed;
        width: 100px;
        height: 40px;
        left: 10px;
        top: 110px;
        z-index: 900;
        background: url('/images/indicator.gif') no-repeat 0 0;
        display: none;
}
div#chargement {
        position: fixed;
        right: 0.5%;
        top: 0.5%;
}

div#loading-big {
        position: fixed;
        width: 64px;
        height: 36px;
        left: 50%;
        margin-left: -32px;
        top: 70%;
}

div.small_error {
        width: 75%;
        border: 1px solid #B22;
        background-color: #fbb;
        margin: 5px;
        padding: 2px;
        text-align: center;
        margin-left: 12.5%;
}

img.png {
        /* compris uniquement par IE --> javascript execut� sur l'�l�ment */
        behavior: url('/js/png.htc');
}

div#erreur{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
}
div#erreur_overlay{
        position: absolute;
        top:0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity = 60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        z-index: 90;
}
div#erreur_c{
        padding: 0px;
        z-index: 100;
        margin: 5px 23px 5px 82px;
        color: #fff;
        font-weight: bold;
        line-height: 12pt;
        height: 90px;
        vertical-align: middle;
}
div#erreur_contenu{
        background-image:url('/images/interface/erreur.png');
        position: absolute;
        left: 50%;
        top: 50%;
        width: 450px;
        height: 100px;
        margin-left: -225px;
        margin-top: -50px;
        z-index: 91;
}

#erreur_croix{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 23px;
        height: 21px;
        cursor: pointer;
}
div#infos{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
}
div#infos_overlay{
        position: absolute;
        top:0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity = 60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        z-index: 89;
}
div#infos_c{
        padding: 0px;
        z-index: 100;
        margin: 5px 23px 5px 82px;
        color: #fff;
        font-weight: bold;
        line-height: 12pt;
        height: 90px;
        vertical-align: middle;
}
div#infos_contenu{
        background-image:url('/images/interface/infos.png');
        position: absolute;
        left: 50%;
        top: 50%;
        width: 450px;
        height: 100px;
        margin-left: -225px;
        margin-top: -50px;
        z-index: 91;
}

#infos_croix{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 23px;
        height: 21px;
        cursor: pointer;
}
div#altmenu{
        /*width: 990px;*/
        position:relative;
        top:20px;
        top:40px\9;
        width: 960px;
        margin: auto;
        font-size: x-small;
        text-align: justify;
        color:#555555;
        background-color:#e9e9e9;
        padding-left:20px;
        padding-right:20px;
}
#altmenu strong {
        font-weight:bold;
        font-size:small;
}

#letterconditions {
        position:relative;
        top:20px;
        width: 990px;
        margin: auto;
        margin-top: 20px;
        margin-bottom:20px;
        text-align:center;
}

#affiliation {
        width: 990px;
        margin: auto;
        background: url('/images/interface/ligne_separatrice_footer.gif') no-repeat 0 0;
}
#affiliation a{
        color: #b40e4e;
}
div.pager a{
        text-decoration: none;
}
div.pager a:hover{
        text-decoration: underline;
}

div.proposition_annuler {
    text-align: center;
}
div.label_form_redirection{
    padding-top: 100px;
    text-align: center;
}

div#widget_fianet{
     margin: 10px 0 10px 15px;
}
div#gplus{
    margin: 3px 0 0 20px;
}
div.paa_image_main{
    position: relative;
}
div.paa_image_main .pastille_verte{
    position: absolute;
    top:  16px;
    left: 16px;
    
}
.pastille_verte{    
}

.bulle_pourcentage{
    background: url("/images/interface/bulle_pourcentage_mini.png") no-repeat ;
    width: 35px;
    color: #B50100;
    font-weight: bold;
    height: 35px;
    margin: 0 auto;
    padding: 10px 0 0 0.5px;
    font-size: 95%;    
}

div.paa_image_main .bulle_pourcentage{
   background: url("/images/interface/bulle_pourcentage_big.png") no-repeat ;
    width: 60px;
    height: 60px;
    position: absolute;
    padding: 18px 0 0 9px;
    font-size: 125%;
    margin: 0;
}


