/* CSS Document */
body { margin: 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; width: 800px; margin:auto; color:#58585A; }
p, input, label { color:#58585A; }
span { color: #B07D15; }
a { color: #B07D15; }
a:hover { color: #58585A; }

.right { float:right; }
.left { float:left; margin-right:10px; }
.clear { clear:both; line-height:1px; }
.annotation {font-size:11px; font-style:italic; margin-top:0; }

/* HEADER */ 
#header { width:325px; float:left; margin:0 20px 30px 0; }
#header div { background-color:#B07D15; font-size:17px; color:#FFF; text-align:center; padding:3px 0; }
#header div span { font-size:12px; color:#FFF; }

#contenu span { font-weight:bold; }
#contenu #questions { width:49%; float:left; }
#contenu .reponses { border-bottom:1px dotted #B07D15; height:30px; margin-bottom:20px; padding-bottom:10px; }
#contenu label { float:left; margin-right:20px; width:100px; }

#register { float:right; width:47%;border:1px dotted #B07D15; padding:10px; }
#register p { margin-bottom:0; }
#register input { width:300px; }
#register button { background-color:#B07D15; color:#FFF; font-size:16px; width: 161px; height: 23px; border:0; margin-top: 10px; cursor:pointer; }
#register button:hover { background-color:#58585A; }

#contact { border-top:1px dotted #B07D15; padding-top:10px; margin:20px 0; height:80px; color:#B07D15; }
#contact p { color:#B07D15; }
#contact div { margin-right:30px; float:left; }
