body{
background-image: url('/img/bg_gradient.png');
background-repeat: repeat-x;
background-color: #8b9ae0;
margin: 0px;
font-family: Arial;
}

#centre{
background-image: url('/img/bg_centre.png');
background-repeat: repeat-y;
background-position: center top;
}

#header{
background-image: url('/img/bg_header.png');
background-repeat: no-repeat;
background-position: center top;
padding-top: 127px;
}

#footer{
background-image: url('/img/bg_footer.png');
background-repeat: no-repeat;
background-position: center top;
height: 153px;
text-align: center;
font-size: 10px;
padding-top: 115px;
padding-left: 570px;
color: #465fcd;
}

#footer a{color: #465fcd;}

#zone_contenu{
margin: 0 auto;
width: 699px;
margin-top: 10px;
text-align: justify;
}

#zone_menu{
margin: 0 auto;
width: 699px;
}

#zone_menu a img{
border: 0px;
margin: 0px;
vertical-align: bottom;
}

/** MENU HEADER **/

#menu_header a{
font-size: 16px;
font-weight: bold;
}

/** MENU LATERAL **/

#menu_lateral{
position: absolute;
line-height:25px;
z-index: 1;
}

#menu_lateral ul{
margin-top: 0;
padding-left: 0;
margin: 0;
}

#menu_lateral li{
list-style-type: none;
background-image: url("/img/bg-bouton.png");
background-repeat: no-repeat;
width:186px;
height: 28px;
border-bottom: 1px solid #7f7f7f;
border-right: 1px solid #7f7f7f;
margin: 0px;
}

#menu_lateral li:hover{background-image: url("/img/bg-bouton-h.png");}

#menu_lateral a{
text-decoration: none;
color: #000000;
font-size: 12px;
margin-left: 5px;
}

#menu_lateral a:hover{text-decoration: underline;}

/** Livre d'or **/

.form_livredor{
width: 500px;
margin: 0 auto;
margin-top: 50px;
background-color: #f3f3f3;
border: 1px solid #a5a5a5;
padding: 10px;
}

.form_livredor textarea{
width: 500px;
height: 200px;
}

.form_ligne{
margin-bottom: 20px;
}

.form_ligne label{
font-size: 13px;
position: absolute;
}

.form_ligne input{
width: 240px;
margin-left: 60px;
}

/** DIVERS **/

h1, h2, h3, p{
margin-left: 10px;
margin-right: 10px;
}

p{font-size: 13px;}

h1{
font-size: 23px;
border-bottom: 1px dotted black;
}

h2{
font-size: 20px;
color: #28357d;
margin-left: 15px;
}

h3{
font-size: 17px;
margin-left: 20px;
}

ul{
margin-right: 10px;
font-size: 12px
}

li{margin-bottom: 10px;}

.centrer{text-align: center;}

.photo{
background-color: #ffffff;
border: 1px solid black;
padding: 4px;
}

.right{text-align: right;}

#texte_accueil{
margin-bottom: 20px;
margin-left: 210px;
margin-right: 35px;
}

#texte_accueil p{
font-size: 16px;
text-align: justify;
margin-top: 20px;
margin-bottom: 40px;
}

#comment{text-align: center;}

#livre_dor{
border: 1px dotted #000000;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 10px;
padding-left: 5px;
background-color: #f6f6f6;
}


#contact-bloc{
height: 300px;
margin-top: 50px;
}

#contact-carte{
float: right;
margin: 40px 15px 0px 0px;
}

#contact-info{
text-align: justify;
background-image: url(/img/contact_couleurs.png);
background-repeat: no-repeat;
padding-left: 35px;
width: 200px;
margin-left: 90px;
font-size: 13px;
}

.filler{height: 500px;}

.filler_100{height: 100px;}

.img_left{
float: left;
margin-right: 10px;
margin-bottom: 20px;
}

.img_right{
float: right;
margin-left: 10px;
margin-bottom: 20px;
}

.inline{
text-align: center;
}

.inline img{
margin: 10px;	
}

