/***********************/
/** STYLES GENERIQUES **/
/***********************/
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    color: #2D2D2D;
    text-align: center;
}

h3 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

h4 {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}



/***********/
/** LIENS **/
/***********/
a.window_close,
a.window_close:visited {
    color: #666666;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0px;
    text-decoration: none;
}

a.window_close:hover {
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0px;
    text-decoration: none;
}


div#scroller a,
div#scroller a:visited,
a.legend:link,
a.legend:visited,
.backlink a,
.backlink a:visited {
    color: #5E5449;
    text-decoration: none;
    font-size: 11px;
}

a.legend:hover,
div#scroller a:hover,
.backlink a:hover {
    color: #000000;
}

a.link_footer:link,
a.link_footer:visited {
    color: #666666;
    text-decoration: none;
}
a.link_footer:hover {
    color: #2D2D2D;
    text-decoration: underline;
}

#voile {
    background-color: #CCCCCC;
}



/***************/
/** LIEN PREV **/
/***************/
#footer {
    color:#666666;
}

#footer #poweredby{
    background: url(../images/logo_pb_black.png) top left no-repeat;
}

#sub_menu .block_right label {
    color: #666666;
}
