/* enlève les puces */
ul { list-style:none }
/* toutes les polices à la même taille */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* supprime les marges par défaut */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
{ margin:0; padding:0 }
/* évite que les adresses s’affichent en italique */
address { font-style:normal }

/* Pas de bordure autour des images dans les liens */
a img
{
  	border: none;
}

/* ----------------- FIN DU RESET ------------------ */

body{background-color:white;}

.list{margin:5px 0;}

.hidden { position:absolute; top:0; left:-9999px; width:0px; height:0px; overflow:hidden; }
.success{text-align:center;height:60px;font-family: Arial, Helvetica, clean, sans-serif;font-size: large;font-weight: bold;background-color: #65c472;color: black;}
.required{color:red;}
.clickable { cursor:pointer; }

