.parentDisable {
z-index:2550;
width:100%;
height:100%;
display:none;
position:absolute;
top:0;
left:0;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.popin {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    height: 520px;
    margin: 35px auto;
    width: 640px;
} 

.popin img {
margin: 5px 10px; 
float: left;
}

.popin a.fermer {
    color: #786e64;
    float: right;
    margin: 8px 10px;
    text-decoration: none;
}

.popin a.fermer:hover {
color: #786e64;
text-decoration:underline;
}
.flowplayer {
    width: 100%;
}

