﻿.blocB .tableau-bord .top .orange
{
    width: 100%; /*263*/
    height: 45px;
    background: url(../images/fonds/B-top-orange.png) no-repeat 0 0;
}

.blocB .tableau-bord .content
{
    background: url(../images/fonds/B-motif.png) repeat-y 0 0;
    width: 253px; /* 253 + 10px de padding left = 263 */
    height: 195px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
}

.blocB .tableau-bord .top .orange h1
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}

.blocB .tableau-bord .content h2
{
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.blocB .tableau-bord .content .deconnexion, .blocB .tableau-bord .content .bonjour, .blocB .tableau-bord .content .depuis
{
    width: 243px;
}

.blocB .tableau-bord .content .deconnexion
{
    background-color: White;
    padding-top: 5px;
}

.blocB .tableau-bord .content .deconnexion a
{
    background: url(../images/boutons/btn-croix.gif) no-repeat 0 3px;
    height: 21px;
    text-indent: 11px;
    display: block;
    width: 85px;
    color: #f36f11;
    font-size: 11px;
    margin-left:160px;
}

.blocB .tableau-bord .content .bonjour, .blocB .tableau-bord .content .depuis
{
    background: url(../images/fonds/espaceperso/separateur.gif) no-repeat 0 0;
}

.blocB .tableau-bord .content .bonjour h2
{
    margin-left: 10px;
}

.blocB .tableau-bord .content .bonjour h2, .blocB .tableau-bord .content .bonjour h2 span
{
    font-size:14px;
    color:#464646;
    font-weight:bold;
    padding-top: 8px;
}

.blocB .tableau-bord .content .bonjour table
{
    margin-top: 10px;
    width: 234px;
    margin-left:8px;
}

.blocB .tableau-bord .content .bonjour td
{
    width:50%;
    padding-bottom: 15px;
}

.blocB .tableau-bord .content .bonjour td a
{
    display:block;
    background: url(../images/puce.gif) no-repeat 0 3px;
    height: 12px;
    text-indent: 10px;
    color:#464646;
    font-size:12px;
    text-decoration: underline;
}

.blocB .tableau-bord .content .bonjour td a:hover
{
    color:#000;
}

.blocB .tableau-bord .content .depuis h3
{
    font-size:12px;
    font-weight:bold;
    color:#464646;
    padding-top: 10px;
    margin-left:8px;
}

.blocB .tableau-bord .content .depuis ul
{
    margin-left: 42px;
    padding-top: 8px;
}

.IE7 .blocB .tableau-bord .content .depuis ul
{
    padding-top: 5px; /* sinon les 3 liens passent pas en hauteur */
}

.blocB .tableau-bord .content .depuis li a
{
    display:block;
    background: url(../images/puce.gif) no-repeat 0 4px;
    height: 14px;
    text-indent: 15px;
    color:#464646;
    font-size:11px;
    text-decoration: underline;
}

.blocB .tableau-bord .content .depuis li a:hover
{
    color:#000;
}