/* transparence.css */
.fond_noir
{
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/transparence/transparent1.png');
    background-repeat: repeat-x repeat-y;
    cursor: pointer;
}

.message_sur_fond_noir
{
    z-index: 100002;
    margin: 10% auto 0 auto;
    width: 450px;
    color: white;    
    background-image: url('../images/background_body.png');
    background-repeat: repeat-x;
    padding: 15px;
}
