@import url("style.css");
/* CSS Document 
fond rose pale : #f7f2d1
Bordeau : #8e1730
largeur total site : 900px
*/

#identification { width:100%; padding: 180px 0px 0px 0px; }
h1 { font-size: 1.5em; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#8e1730; padding: 10px 0px 10px 0px;}

.message { font-size: 0.9em; color: #8e1730; font-weight: bold; padding-bottom: 10px; }
label { font-size: 0.9em; color: #8e1730; font-weight: bold; }
input { display: block; color:#8e1730; border: dashed 1px #8e1730; background-color:#f7f2d1; font-size:0.9em; font-weight: none;}
.bouton { border: 1px dashed #8e1730; padding: 0px; background: #f7f2d1; font-size: 0.9em; cursor: pointer; font-weight: bold; color:#8e1730;}	
