@import "mise_en_forme.css";
/******************** GLOBAL, REDEFINITIONS ********************/
BODY { height:100%; margin: 0; padding: 0; font: 12px Verdana, Arial, sans-serif; color:#003333; }
H1, H2, P, UL, LI{ margin: 0; padding: 0; }
IMG { border: none; }
A { color: #C91717; text-decoration: none; }
A:hover { text-decoration: underline !important; }
/******************** STRUCTURE ********************/
#header { background: url(../pics/interface/top.jpg) no-repeat left top; height: 110px; text-align: right; }
#logo { float: left; }
/******************** FILIGRANES ********************/
.loup { background: url(../pics/fonds/wolf.jpg) no-repeat right bottom; }
.fleur { background: url(../pics/fonds/fleur.jpg) no-repeat right bottom; }
.boussole { background: url(../pics/fonds/boussole.jpg) no-repeat right bottom; }
.guitare { background: url(../pics/fonds/guitare.jpg) no-repeat right bottom; }
.shoes { background: url(../pics/fonds/shoes.jpg) no-repeat right bottom; }
.feu { background: url(../pics/fonds/feu.jpg) no-repeat right bottom; }
/******************** MENUS ********************/
#menu { float: left; height: 430px; width: 200px; background: url(../pics/interface/bordureMenu.jpg) no-repeat left top; padding: 30px 0 0 0; }
#sousmenu { float: right; border-right: 2px solid #C91717; text-align: right; padding: 0 5px 0 10px; margin: 0 0 5px 10px; background: #FFFFFF;}
#sousmenu p { text-align: right !important; margin: 0px !important; padding: 0px !important; }
/******************** CORPS DE LA PAGE ********************/
#article { float:left; width: 70%; padding-bottom: 30px;}
/******************** PIED DE PAGE ********************/
#footer { clear: both; }
#footer P { text-align: center; }

/* Formulaire enquete */
#enquete { width:610px; }
#enquete P { margin: 0 0 20px 0; }
#enquete P.qestion { margin: 0; }
#enquete LABEL { vertical-align:middle; padding:0 30px 0 0; font-size:12px; color:#666; }
#enquete INPUT { vertical-align:middle; margin:3px 0 0 10px; }
#enquete TEXTAREA { vertical-align:middle; width:600px; height:150px; border-top:1px solid #000; border-left:1px solid #000; padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#003333; }
#enquete P.submit INPUT { display:block; margin:10px auto 0 auto; width:150px; height:30px; cursor:pointer; border-bottom:1px solid #000; border-right:1px solid #000; }