/**
 *  CSS de la page de désinscription
 */

#contenu h1 { padding:3px 0 0 15px; height:22px; background:#000 url(../../../images/pages/inscription/bg-titre.gif) no-repeat left top; }
#contenu h1 a { color:#000; font-weight:bold; font-size:1.1em; text-decoration:none; }
#contenu h1 a:hover { color:#000; }

#contenu .bloc_top { margin-top:20px; height:23px; background:#000 url(../../../images/bloc-arrondi/haut-800.gif) no-repeat left top; }
#contenu .bloc_middle { padding:0 30px; background:#000 url(../../../images/bloc-arrondi/milieu-800.gif) repeat-y left top; }
#contenu .bloc_bottom { margin-bottom:20px; height:23px; background:#000 url(../../../images/bloc-arrondi/bas-800.gif) no-repeat left top; }

#contenu form fieldset { margin-top:20px; text-align:center; }
#contenu form input { padding:2px; width:300px; }
#contenu form #submit input { width:auto; padding:0; border:none; }

#contenu .error { border:1px solid #F44; color:#F44; padding:10px; margin:20px 0; }
#contenu .error a { text-decoration:underline; color:#F44; }

