@CHARSET "ISO-8859-1";
/******************************/
/* BOITE LATERALE             */
/******************************/
.mainLayoutLeftBox {
    position:relative;
    background: #fff;
    margin:0 3px 6px 6px;
    padding:0 4px 2px 4px;
    font-size:11px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.mainLayoutLeftBox.help {background-color: #f1f1f1;}
.mainLayoutLeftBox h3 {color:#787c83; font-size:12px; font-variant: small-caps; text-align: center; text-decoration: underline; margin:0 0 3px 0;}
.mainLayoutLeftBox select {width:165px;}
.mainLayoutLeftBox ul.menu {list-style-image:url(../images/puce_ul_menu.png); margin:0 0 0 20px;}
.mainLayoutLeftBox ul.menu li {margin:2px 0 2px 0;}
.mainLayoutLeftBox ul.menu li a {color:#787c83; text-decoration: none; font-weight:bold;}
.mainLayoutLeftBox ul.menu li a:hover {color:#96be10;}


/******************************/
/* TAILLE DE L'ESPACE DISQUE  */
/******************************/
#diskSpace {display:block; margin:2px auto 2px auto; position : relative; width:150px; height:9px; background: url(../images/barre_empty.gif) repeat-x left top;}
#diskSpace #begin_empty {display:block; position: absolute; left:0; top:0; width:4px; heigth:9px; background: url(../images/barre-begin-empty.gif) no-repeat left top;}
#diskSpace #end_empty {display:block; position: absolute; right:0; top:0; width:4px; heigth:9px; background: url(../images/barre-end-empty.gif) no-repeat right top;}
#diskSpaceFilled {display:block; margin:0px auto 0px auto; position :absolute; top:0; left:0; z-index:2; width:100%; height:9px; background: url(../images/barre-fill.gif) repeat-x left top;}
#diskSpaceFilled #begin_filled {display:block; position: absolute; left:0; top:0; width:4px; heigth:9px; background: url(../images/barre-begin-filled.gif) no-repeat left top;}
#diskSpaceFilled #end_filled {display:block; position: absolute; right:0; top:0; width:4px; heigth:9px; background: url(../images/barre-end-filled.gif) no-repeat right top;}

/******************************/
/* SLIDER  */
/******************************/
.link {cursor:pointer; color:#666}
.link:hover {color:#000}
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:0px}
.helpSlider {position:relative; overflow:hidden; height:145px; width:170px; margin-bottom:5px}
.helpSliderContent {position:absolute}
.helpSliderContent .upper {border-bottom:0px solid #5c646e}
.helpSection {padding:0px; height:145px;}
.helpSliderContent a {color:#5c646e; text-decoration: none; font-weight: bold;}
.helpSliderContent a:hover {text-decoration: underline;}

/* Bouton Toolbar classique */
a.toolbarButtonSmall {
    background:#e3e3e3 url(../images/bg_greyButton.gif) repeat-x left top; 
    border:1px solid #939393;
    font-size: 11px;
    padding: 1px 3px 1px 3px;  position: relative;  
    color: #5c646e; 
    text-decoration: none; font-weight: bold; font-family: Arial; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;    
}
a.toolbarButtonSmall:hover {text-decoration: none;}