
/*****************************/
            /* POPINS */
/*****************************/





/*-----calque opaque-----*/
#calque-opaque {
        background-color:               #000;
        background-position:            center;
        background-repeat:              no-repeat;
        filter:                         alpha(opacity=50); /* IE */
        opacity:                        0.5; /* Safari, Opera */
        -moz-opacity:                   0.50; /* Firefox */
        height:                         100%;
        width:                          100%;
        position:                       fixed;
        top:                            0px;
        left:                           0px;
        z-index:                        0;
}







.popin_ea{
        width:                          761px;
        padding:                        30px 10px 25px 25px;  
        background-color:               #fff;
        position:                       absolute; 
        top:                            50px;
        left:                           93px;
        border-radius:                  10px;
	behavior:                       url(./PIE.htc);
        border-width:                   4px;
        border-style:                   solid;
        z-index:                        10;
}


/*----- titre popin-----*/

.popin_ea h2{
        font-weight:                    bold;
        text-transform:                 uppercase;
        font-size:                      16px;
        width:                          650px; 
        border-bottom-style:            solid;    
        border-bottom-width:            2px;
}


/*-----btn close popin-----*/

.popin_ea > a.bouton.bleu {
        
        position:                       absolute;
        right:                          10px;
        top:                            20px;
}

.popin_ea > a.bouton.gris {
        
        position:                       absolute;
        right:                          10px;
        top:                            20px;
}




/*----- popin content-----*/


.popin_ea .popin_content{        
        overflow-x:                     0;
        overflow-y:                     scroll;
        width:                          750px; 
        height:                         300px;
        padding:                        0 15px 0 0; 

}



#loader {
        background-image:               url("img/ajax-loader.gif");
        background-color:               #000;
        background-position:            center;
        background-repeat:              no-repeat;
        filter:                         alpha(opacity=50); /* IE */
        opacity:                        0.5; /* Safari, Opera */
        -moz-opacity:                   0.50; /* Firefox */
        height:                         100%;
        width:                          100%;
        position:                       fixed;
        top:                            0px;
        left:                           0px;
        z-index:                        100000000000000000;
}