/* Mise en page du site */

*{
margin: 0;
padding: 0 ;
} 

body {
background:url('images/bgS.png');  background-attachment: fixed;
font-family:"Trajan Pro";
font-size: 12px;
text-align: justify;
width:auto;
}

#conteneur {
background:url('images/wood.png') repeat-x #000000;
width:910px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#menus_horizontale {
background:url('images/wood.png') repeat-x #000000;
font-family:"Lucida Handwriting";
width:910px;
height:45px;
margin:0 auto;
}

#banniere {
height:300px;
background:url('images/Banniere.png');
}

#corps {
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
background:#FBD89A;
color:black;
border-width: 1px;
border-style: groove;
border-color: white;
width:867px;
margin-left: auto;
margin-right: auto;
}

#pied_de_page {
background:url('images/wood.png') repeat-x #000000;
font-family:"Lucida Handwriting";
color:white;
text-align:center;
margin-bottom:-100px;
width:910px;
position: relative;
margin-left: auto;
margin-right: auto;
}


/* Mise en forme des boutons du menu */

.lien-menu {
background:url('images/wood.png') repeat-x #000000;
font-family:"Lucida Handwriting";
width:150px;
height:38px;
float:left;
font-weight:bold;
color:white;
text-align:center;
text-decoration:none;
padding-top:13px;
border-right:dotted 1px white;
}


.lien-menu-visite {
background:url('images/woodbis.png') repeat-x #000000;
font-family:"Lucida Handwriting";
width:150px;
height:38px;
float:left;
font-weight:bold;
color:black;
text-align:center;
text-decoration:none;
padding-top:13px;
border-right:dotted 1px white;
}

.lien-menu:hover {
width:150px;
height:38px;
background:url('images/woodbis.png') repeat-x #000000;
font-family:"Lucida Handwriting";
color:black;
float:left;
text-align:center;
border-right:dotted 1px white;
}


dl{
height:50px;
margin:0; padding:0;
display:block;
float:left;

}

dt{
background:url('images/wood.png') repeat-x #000000;
font-family:"Lucida Handwriting";
font-size:13px;
display:block;
height:50px;
color:white;
font-weight:bold;
line-height:45px;
text-align:center;
cursor:pointer;
width:150px;
border-right:dotted 1px white;
}

dt:hover{
background:url('images/woodbis.png') repeat-x #000000;
font-family:"Lucida Handwriting";
font-size:13px;
display:block;
height:50px;
color:black;
font-weight:bold;
line-height:45px;
text-align:center;
cursor:pointer;
width:150px;
border-right:dotted 1px white;
}

dd{
display:block;
margin:0; padding:0;
background: url('images/wood.png');

}

dd ul{
margin:O; padding:0;
text-align:center;
list-style:none;
}

dd ul li{
display:block;
margin:0;padding:0;
}

dd ul li a{
font-family:"Lucida Handwriting";
font-size:13px;
color:white;
display:block;
text-decoration:none;
height:35px;
line-height:35px;
border-top:dotted 1px white;
border-bottom:dotted 1px #8f8f8f;
width:150px
}

dd ul li a:hover{
background: url('images/woodbis.png');
color:black;
}

dl dd{
display:none;
}

dl:hover dd{
display:block;
color:black;
}
	




















