.bandlien
{
   position : fixed;
    opacity: 0.9;
}

.blocpage
{
    background-color: white;
    color: black;
    border-left: 50px solid white;
    border-right: 50px solid white;
    border: 3px grey solid;
    border-radius: 15px 15px 12px 12px;
    padding:30px;
    opacity: 1;
}


.blocchat
{
    background-color: #d0d0d0;
    color: black;
    border-left: 50px solid white;
    border-right: 50px solid white;
    border: 3px grey solid;
    border-radius: 15px 15px 12px 12px;
    padding:30px;
    opacity: 1;
    position: fixed;
    top: 224px;
    z-index : 9000;
}


body
{
    background-color: white;
    color: black;
    background-attachment:fixed;
    background-repeat:repeat;
    background-position:bottom center;
    background-image:url(http://www.softplus.raidghost.com/images/fondsite.jpg);
    background-size: 100%;
    opacity: 0.9;
}
/*
.blocpage {
    background-color: white;
    color: black;
    box-shadow: 1 1 0.3rem #999;
    border-radius: 0.2rem;
    padding: 1.2rem;
    margin-bottom: 1.6rem;
    opacity: 1;
}*/


.blocfoot
{
    background-color: black;
    color: white;
    border-left: 50px solid black;
    border-right: 50px solid black;
    border: 2px grey solid;
    border-radius: 15px 15px 12px 12px;
    padding:0px;
    opacity: 1;
}

.blocfoot a:hover
{
    color: red;
}

.blocfoot a:visited
{
    color: white;
}

.bighr
{
    color: black;
    font-size: 0px;
    /*border-bottom: 2px;*/
    border-width: 5px;
}

/*.navbloc
{
   position : fixed;
    opacity: 0.9;
}*/