@import 'reset.css';

body { background-color:white; }
#header { width:100%; background-color:#EFEFEF; background-image:url('../img/bgheader.png'); background-position:bottom center; background-repeat:no-repeat; text-align:center; }
#logo { width:620px; margin:auto; height:110px; background-image:url('../img/logo.jpg'); background-position:0px 10px; background-repeat:no-repeat; }
#videobandeau { width:100%; background-image:url('../img/bgvideobandeau.png'); text-align:center; }
#footer { width:100%; background-color:white; background-image:url('../img/bgfooter.png'); background-position:top center; background-repeat:no-repeat; min-height:400px; }
#footer h1 { width:600px; margin:auto; padding:10px; font-family:Helvetica, Arial, Sans-Serif; text-align:center; font-size:20px; color:#1B2C5A; font-weight:bold; }
#footer h2 { width:600px; margin:auto; padding:10px; font-family:Helvetica, Arial, Sans-Serif; text-align:center; font-size:18px; color:#E37216; font-weight:bold; font-style:italic; }
#footer h3 { width:600px; margin:auto; padding:10px; font-family:Helvetica, Arial, Sans-Serif; text-align:center; font-size:18px; color:#7FA386; font-weight:bold; font-style:italic; }

form { width:600px; margin:auto; padding: 0 20px 20px 20px; }
form legend { color: #333; padding-top:80px; padding-bottom:20px; }
form input { padding:4px; }
form,
form fieldset input,
form fieldset textarea,
form label { font-family: Helvetica, Arial; font-size: 12pt; }
form p { position: relative; margin-bottom: 10px; }
form p label { position: absolute; top: 0; left: 0; }
form p br { display: none; }

form fieldset p input,
form fieldset p textarea { display: block; padding: 4px; width: 592px; margin: 0; }

form fieldset p label { width: 580px; display: block; margin: 5px 5px 5px 6px; padding: 0; }

form fieldset p textarea { padding: 2px; width: 596px; }
form fieldset p textarea,
form fieldset p input {	border: solid 1px #ccc; }
form fieldset p label { color: #777; }


