/* Structure générale du site */
html { height:100%; font-size:62.5% }
body { height:100%; font-family: Arial, "Trebuchet MS"; font-size: 1.1em; text-align: center; background-color:#CCCCCC; margin: 0px; padding: 0px; }
#conteneur { width:780px; height:auto; text-align: left; margin: 0 auto; position:relative; padding:0; background-color:#FFFFFF; border:solid 1px #645F19; }
#entete { width:780px; height:270px; margin:0; padding:0; position:relative; }
#pied { width:780px; height:85px; position:relative; margin:0 auto; }
a { color:#8D830B; text-decoration:none; }
a:hover { color:#666600; }
h1 { font-size:1.4em; }
h2 { color:#0FAADF; font-size:1.4em; width:auto; margin: 0 120px 0 120px; border-bottom:solid 1px #0FAADF; }
p,div { margin:0; padding:0; border:0; }
li { list-style-type:none; padding:0; margin:0; }
/* Le menu */
#menu { width:380px; height:51px; margin:0; padding:0; position:absolute; top:218px; left:190px; }
dl, ul, li { margin: 0; padding: 0; list-style-type: none; line-height:20px; vertical-align:middle; }
#menu dl {margin: 0; padding: 0; list-style: none; float: left; position: relative; }
/* Les formulaires */
form { margin:15px 120px; border:solid 1px #E2E1E1; padding:20px 0 40px 0; background-color:#F7F5F5; }
label { font-size:10px; color:#666666; width:90px; height:auto; text-align:right; float:left; margin:0 7px 0 0; }
input { font-size:10px; width:120px; height:16px; border:solid 1px #E2E1E1; margin:0; padding:0; margin-bottom:5px; }
select { font-size:10px; width:auto; height:16px; border:solid 1px #E2E1E1; margin:0; padding:0; margin-bottom:5px; }
textarea {  border:solid 1px #E2E1E1; }
/* Le tableau tarifs */
.photo { height:50px; width:90px; display:block; float:left; margin-left:20px; border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; position:relative; }
.voitures { height:50px; width:110px; text-align:center; display:block; float:left; border-top:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; }
.prix { height:50px; width:47px; line-height:50px; text-align:center; display:block; float:left; border-top:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; }
.bouton { height:50px; width:76px; line-height:50px; text-align:center; display:block; float:left; border-top:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; }
div#centre a span { display: none; z-index:100; }
div#centre a:hover span { display: inline; position: absolute; bottom: 30px; left: 30px; width: auto; height: auto; background-color:#FFFFFF; border:solid 1px #B80900 ; z-index:100; }


