@import url('global.css');

div#titre            { margin:15px 0 15px 0; }
div#form             { width:560px; padding:15px; margin:0 auto; }
.input_text_1        { width:185px; height:21px; }
.input_text_2        { width:450px; height:21px; }
.textarea            { width:450px; height:84px; }
input[type="submit"] { width:105px; height:24px; }



h1                   { font-weight:normal; font-size:25px; }
.textarea,
.input_text_1,      
.input_text_2        { border:solid 1px #7B7265; }
input[type="submit"] { border:solid 2px #C5E45A; background:#97bf02; color:#fff; font-size:12px; font-weight:bold; cursor:pointer; }
div#form             { background:#E8F4BD; }

