﻿#cheminPanier
{
    position: absolute;
    top: 15px;
    left: 15px;
}
a.lienMotDePasse
{
    font-size: 9px;
    font-weight: bold;
    color: #39ab4a;
    text-decoration: underlined;
    line-height:9px;
}
a.lienEnregistrement
{
    font-size: 14px;
    font-weight: bold;
    color: #39ab4a;
    text-decoration: underlined;
    
}

span.infoEnregistrement
{
    font-size: 14px;
    font-weight: bold;
    color: #39ab4a;
    
}
a.lienConnexion
{
    font-size: 11px;
    font-weight: bold;
    color: #39ab4a;
    text-decoration: none;
}
.messageErreurAuth a
{
    color: #39ab4a;
    text-decoration: none;
}
a.lienConnexion:hover, a.lienEnregistrement:hover, .messageErreurAuth a:hover
{
    color:Red;
}
.messageErreurAuth
{
    font-size: 9px;
    color: Red;
}

