.fond_body {
    
    background : url(../images/loader.gif) no-repeat;
    -moz-background-size : 9% ;          
    -o-background-size: 9% ;           
    -webkit-background-size: 9%;           
     background-size: 9% ;
     -moz-background-position: 49% -320%;          
    -o-background-position: 49% -320%;          
    -webkit-background-position: 49% -320%; 
     background-position: 49% -320%;
    
}

.fond_box{
    position: absolute;
    top:0% ;
    left:  0% ;
    width: 100%;
    height: 100% ;
    background-color: #000;
    opacity : 0.6
}

.page_box{
    position: absolute;
    top: 10% ;
    left:  10% ;
    width: 80%;
    height: 80% ;
    border: 1px solid #696;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}
.menu_box{
    position: absolute;
    background-color: 'none' ;
    border: 1px solid #f00;
    top: 8% ;
    left:  85% ;
    width: 10%;
    height: 5% ;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}
.fond_forum{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,197,112,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,197,112,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,197,112,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,197,112,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,197,112,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,197,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffc570',GradientType=1 );
}
.fond_bouton_bas_forum{
    background: -moz-linear-gradient(top,  rgba(255,196,109,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,196,109,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,196,109,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,196,109,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,196,109,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,196,109,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc46d', endColorstr='#00ffffff',GradientType=0 );
}

.fond_bouton_haut_forum{
    background: -moz-linear-gradient(top,  rgba(255,196,109,0) 0%, rgba(255,196,109,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,196,109,0)), color-stop(100%,rgba(255,196,109,1)));
    background: -webkit-linear-gradient(top,  rgba(255,196,109,0) 0%,rgba(255,196,109,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,196,109,0) 0%,rgba(255,196,109,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,196,109,0) 0%,rgba(255,196,109,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,196,109,0) 0%,rgba(255,196,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc46d', endColorstr='#ffc46d',GradientType=0 );

}

.vignette_forum{
    border: 1px solid #696;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}