.bold{
  font-weight: bold;
}

#menuPrive
{
    height: 26px;
}
#menuPrive a{
    color: white;
    display:block;
    text-decoration: none;
}
#menuPrive ul li
{
    list-style: none;
}
#menuPrive ul li
{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 1px;
    margin-bottom: -4px;
}


#menuPrive a:hover, a:active
{
    color: #5c5858;
}

.cote_gauche{
    height: 26px;
    width:26px;
    display:block;
    float:left;
}

.cote_droit{
    height: 26px;
    width:8px;
    display:block;
    float:left;
}

.milieu{
    margin-top:5px;
    display:block;
    float:left;
    padding-left: 2px;
}
#menuPrive .accueil, .profil,.agenda, .recherche, .parrainage, .favoris 
{
    padding-bottom:5px;
    height: 26px;
    background: url('/images/menuEspacePrive/menu_accueil_bande.png') repeat-x;
}
#menuPrive .accueil_current,.agenda_current, .profil_current, .recherche_current, .parrainage_current, .favoris_current
{
    padding-bottom:5px;
    height: 26px;
    background: url('/images/menuEspacePrive/menu_accueil_bande_a.png') repeat-x;
}
#menuPrive .accueil_current a {
        color: #5c5858;
}
#menuPrive .profil_current a {
        color: #5c5858;
}
#menuPrive .agenda_current a {
        color: #5c5858;
}
#menuPrive .recherche_current a {
        color: #5c5858;
}
#menuPrive .parrainage_current a {
        color: #5c5858;
}
#menuPrive .favoris_current a {
        color: #5c5858;
}
#menuPrive .accueil .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_accueil_gauche.png') no-repeat;
}
#menuPrive .accueil .cote_droit
{
    background: url('/images/menuEspacePrive/menu_accueil_droit.png') no-repeat;
}
#menuPrive .accueil_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_accueil_gauche_a.png') no-repeat;
}
#menuPrive .accueil_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_accueil_droit_a.png') no-repeat;
}

#menuPrive .profil .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_profil_gauche.png') no-repeat;
}
#menuPrive .profil .cote_droit
{
    background: url('/images/menuEspacePrive/menu_profil_droit.png') no-repeat;
}
#menuPrive .profil_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_profil_gauche_a.png') no-repeat;
}
#menuPrive .profil_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_profil_droit_a.png') no-repeat;
}

#menuPrive .recherche .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_recherche_gauche.png') no-repeat;
}
#menuPrive .recherche .cote_droit
{
    background: url('/images/menuEspacePrive/menu_recherche_droit.png') no-repeat;
}
#menuPrive .recherche_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_recherche_gauche_a.png') no-repeat;
}
#menuPrive .recherche_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_recherche_droit_a.png') no-repeat;
}

#menuPrive .favoris .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_favori_gauche.png') no-repeat;
}
#menuPrive .favoris .cote_droit
{
    background: url('/images/menuEspacePrive/menu_favori_droit.png') no-repeat;
}
#menuPrive .favoris_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_favori_gauche_a.png') no-repeat;
}
#menuPrive .favoris_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_favori_droit_a.png') no-repeat;
}


#menuPrive .agenda .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_agenda_gauche.png') no-repeat;
}
#menuPrive .agenda .cote_droit
{
    background: url('/images/menuEspacePrive/menu_agenda_droit.png') no-repeat;
}
#menuPrive .agenda_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_agenda_gauche_a.png') no-repeat;
}
#menuPrive .agenda_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_agenda_droit_a.png') no-repeat;
}

#menuPrive .parrainage .cote_gauche
{
    background: url('/images/menuEspacePrive/menu_parrainage_gauche.png') no-repeat;
}
#menuPrive .parrainage .cote_droit
{
    background: url('/images/menuEspacePrive/menu_parrainage_droit.png') no-repeat;
}
#menuPrive .parrainage_current .cote_gauche
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_parrainage_gauche_a.png') no-repeat;
}
#menuPrive .parrainage_current .cote_droit
{
    height: 26px;
    background: url('/images/menuEspacePrive/menu_parrainage_droit_a.png') no-repeat;
}

.nom_user
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.prenom_user
{
    font-size: 13px;
    font-weight: bold;
}
#bienvenue hr {
    color: #c1c1c1;
    margin-top: -1px;
}
.bienvenue
{
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
