@charset "utf-8";
/* CSS Document */

body { font-family:Calibri, Arial, sans-serif; font-size:13px; color:#000; margin:0px; background:#fff;; }

#global { width:974px; position:absolute; left:50%; margin-left:-487px; margin-top:15px; }

#header { float:left; width:974px; height:83px; background:url(img/bg_header.png) no-repeat; }
.logo { float:left; width:251px; height:83px; }
.slogan { width:215px; height:25px; padding-left:36px; font-size:15px; letter-spacing:2px; }

#menu { float:left; width:974px; height:31px; background:url(img/bg_menu.png) no-repeat; padding-top:26px; text-align:center; }
#menu a { color:#FFFFFF; text-transform:uppercase; font-size:15px; text-decoration:none; margin-left:64px; padding:8px; }
#menu a.first { margin-left:0; }
#menu a:hover { background:#790808; }
#menu a.hover { background:#790808; }

strong.none { font-weight:normal; }

#content { float:left; width:974px; height:auto; }
#top { float:left; width:974px; height:20px; background:url(img/bg_top.png) no-repeat; }
#milieu { float:left; width:974px; height:auto; background-image:url(img/bg_milieu.png); background-repeat:repeat-y; }
#texte { float:left; width:920px; padding:0 20px; text-align:justify; margin-bottom:10px; }
#bottom { float:left; width:974px; height:9px; background:url(img/bg_bottom.png) no-repeat; }
#footer { float:left; width:974px; height:auto; color:#fff; text-align:center; }
#footer a { text-decoration:none; color:#fff; }
#footer a:hover { text-decoration:underline; }

#contact { width:350px; float:left; margin-left:20px; }
#contact p label { display:block; width:100px; float:left; padding-top:3px; margin-top:-8px; }
#contact p label em { font-size:9px; margin-top:-8px; }
#contact p input { width:200px; margin-top:-8px; }
#contact p input.cp { width:50px; margin-top:-8px; }
#contact p input.tel { width:100px; margin-top:-8px; }
* html #contact p input { width:200px; margin-top:-8px; }
*+html #contact p input { width:200px; margin-top:-8px; }
#contact p input.btn { width:100px; margin-top:-8px; }

#plan { width:460px; float:right; text-align:center; margin-right:50px; }

h1 { font-size:17px; color:#a70b0b; text-transform:uppercase; }
h2 { font-size:14px; }

.imgleft { float:left; margin:0 15px 0 0; }
.imgright { float:right; margin:0 0 0 15px; }

.bordure { border-bottom:dashed 1px #999999; }
.bordure_left { border-left:dashed 1px #999999; }
.center { text-align:center; }

.legende { color:#3a3a3a; font-style:italic; font-size:12px; }

.left { float:left; }
.right { float:right; }

