#bloc-encadrement{ /*  On indique le bloc encardrement que pour la page tests et tests details car le bloc-encadrement doit être à 100%  */
    width:100%;
}

.main{ /* on retrouve le .main que ici car le background ne peux pas etre mis sur le body. Le background du body est une image blanche*/
        background-image: url(../images/static/background-page-technologie-popup.jpg);
        background-position : center  25px;
        background-repeat : no-repeat;
}

#techno-popup{
        width:553px;
        padding-top:250px !important;
        *padding-top:0px !important;
        *margin-top:150px !important;
        text-align:center;
        padding-bottom:10px;
        height:445px;
        margin-left:auto;
        margin-right:auto;
        position:relative;
    }
        
    #breadcrumb{
        margin-left:40px;
        -margin-left:90px;
        float:left;
    }
    
    #haut-techno-popup{
        display:none;
    }
    
   #bas-techno-popup{
        width:553px;
        background-image: url(../images/static/background-div-technologie-popup-h.gif);
        background-repeat:no-repeat;
        float:left !important;
        *float:none !important;
        margin-left:auto;
        margin-right:auto;
        position:relative;
    }
    
   #fin-bas-techno-popup{
        width:553px;
        height:18px;
        background-image: url(../images/static/background-div-technologie-popup-b.gif);
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        position:relative;
        float:left !important;
        *float:none !important;
    }
    
    #bloc-titre-techno-popup{
        margin-bottom:20px;
        float:left;
        text-align:left;
    }
    
    #titre-bas-techno-popup{
        font-size:16px;
        color:#e2001a;
        font-weight:700;
        width:490px;
        padding-left:10px;
        float:left;
        text-align:left;
        margin-top:10px;
    }
    
    #fermeture-techno-popup{
        width:50px;
        margin-top:3px;
        float:left;
        text-align:right;
    }
    
    #bloc-bas-gauche-techno-popup{
       width:230px;
       height:180px;
        float:left;
        margin-right:50px;
        padding-left:10px;
        text-align:left;
    }
    
    #bloc-bas-droite-techno-popup{
        width:250px;
        float:left;
        text-align:left;
    }
    
    #paragraphe1-techno-popup, #paragraphe2-techno-popup, #paragraphe3-techno-popup{
        font-size:11px;
        color:#636363;
        width:250px;
        text-align:justify;
        margin-bottom:10px;
    }
    
    #image1-techno-popup, #image2-techno-popup, #image3-techno-popup{
        width:142px;
        height:92px;
        margin-right:15px;
        float:left;
        background-image: url(../images/static/background-dt-visuel-page-labo.gif);     
        background-repeat:no-repeat;
        padding-top:6px;
        text-align:center;
    }
