/* CSS Document */


body {
margin: 0;
padding: 0;
background-image:url(../images/fond.gif);
/*background-color:#acbdcd;*/
font: 80% verdana, arial, sans-serif;
border:none;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:relative; /* placement du menu, à modifier selon vos besoins */

left: -3px;
}
#menu {
width: 12em;
font-size:12px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid red/*#9a2337*/;
/*background:#b4bbe3;*/
background:white;
}
#menu dd {
border: 1px solid red;
font-size:10px;
}
#menu li {
text-align: center;
/*background: #FFECBF;*/
background: white;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
.page{
width:800px;
height:600px;
}
.logo{
width:800px;
height:40px;
}
.menu{
width:200px;
height:600px;
}
.corps{
width:600px;
height:400px;
}
.galerie
{
width:100px;
height:150px;
border-width:thick;
border-color:#FF0000;
}
.galerieTxt{
width:10px;
height:50px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
.promo{
position:relative;
top:70px;
left:450px;
}
.boutonA{
margin-left:30px;
margin-right:20px;
}
.boutonC{
margin-left:20px;
margin-right:30px;
}