/* Feuille de style pour toute les pages publiques */
/* IMPORTANT : Voir global.css pour avoir les régles CSS pour ce site */

/* bloc identification entête */
#identification { float:left; width:440px; padding-left:110px; margin-right:0; height:4.5em; margin-top:1.5em; } /* 24 - 10 (logo) = 12 colonnes - 30px + 2 colonnes de decalage vers la droite + 30px */
#identification label { color:#525252; padding-left:.5em; }
#identification div.login, #identification div.password { height:3em; float:left; width:190px; margin-right:10px; } /* 5 colonnes */
#identification div.login input, #identification div.password input { width:190px; }
#identification div.submit { float:left; width:40px; height:2em; text-align:right; margin-top:.75em; } /* 2 colonne - 30px*/
#identification div.submit input[type=submit] { border:0; background-color:#fff; text-transform:uppercase; color:#E52B38; display:block; font-weight:bold; font-size:1.5em; }
#identification div.inscription, #identification div.oublie { float:left; width:190px; margin-right:10px; margin-top:-.3em; }


