#accesrapidearea{
    float: right; 
    width: 145px; 
    margin:0px 0px 0px 5px;
    position: relative; 
    right: 0px; 
    font-family: Verdana, Arial, sans-serif;
}

#contentright h1,#contentright h2,#contentright h3,#contentright h4,#contentright h5,#contentright h6{
    margin: 0px 0px 10px 0px;
    /*text-transform: uppercase;*/
    font-weight: bold; 
}

#contentcol1{
    float: left;
    width: 418px;
    height: 438px;
    font-size: 11px;
    position: relative;
    top: 0px;
}

#contenttitre{
    text-align: right;
    width: 418px;
    height: 40px;
    position: relative;
}

#contenttitre h1{
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/ 
    color: #AFDEE2;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
   
#container{
    position: absolute;
    height: 385px;
    width: 418px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

#scrolldiv{
    position: relative;
    top: 0px;
}

#scrolldiv p{
    text-align: justify;
    margin: 0px 0px 10px 0px; 
}

#scrolldiv h1,#scrolldiv h2,#scrolldiv h3,#scrolldiv h4,#scrolldiv h5,#scrolldiv h6{
    margin: 0px 0px 10px 0px;
    /*text-transform: uppercase;*/
    font-weight: bold; 
}

#scrolldiv a{
    color: #0094C2;
    text-decoration: none;
}

#scrollbar{
    float: right; 
    width: 15px; 
    height: 438px; 
    background-color: #FFFFFF;
    border: 1px solid #0094C2;
    position: relative; 
    top: 0px;
}

#scrollbarup{
    height: 50%;
    cursor: pointer;
}

#scrollbardown{
    height: 50%;
    cursor: pointer;
}

#scrollbar .arrowDown{
    position: absolute;
    top: 3px; 
    left: 3px;
    text-align: center;
}
#scrollbar .arrowUp{
    position: absolute; 
    bottom: 3px; 
    left: 3px;
    text-align: center;
}