/**
 *  CSS de la page Identifiants oubliés
 */
 
#contenu { height:350px; background:#000 url(../../../images/pages/aide/identifiants/barre.gif) no-repeat center bottom; }

#contenu h1 { padding:0 0 20px 0; }
#contenu #intro { padding:10px 0; }

#contenu .succes { color:#4F4; text-align:center; padding:10px; border:1px solid #4F4 }
#contenu .erreur { font-weight:bold; color:red; text-align:center; padding-top:10px; }

#contenu form fieldset {  border:none; padding:30px 0; text-align:center; }
#contenu form fieldset input { padding:2px; border:1px solid #666; border:none; }

