/* CSS Document */

body {
margin: 0;
padding: 0;
background:#FFFFFF;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:"Georgia";
color:#993333;
}

#menu {
width: 110px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
/*height: 20px;*/
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ffdd77;
}

#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #ffdd77;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size:14px;
}

#menu li a:hover, #menu dt a:hover {
background: #E1B06E;
}

p.menu {
color: #093333;
font-weight: normal;
}

/*ZOOM IMAGE vignette*/

.zoom {
height:500px;
margin:auto;
}
/*Positionement vignette*/
.zoom p {
text-align:center;

}
.zoom img {
width:125px;
height:80px;

}
/* survol de l'image avec la souris*/
.zoom img:hover {
width:230px;
height:170px;
margin:0;
}

.en-tete {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: large; font-style: italic; }

.bois_entete{ 
background:#FFFFFF;
}

/*.fond_promo{background:url(images/fond_promo.jpg);}*/
.fond_promo2{background:url(images/fond_promo2.jpg); background-position:bottom; background-repeat:no-repeat;}

.texte_rouge{color:#FF0000}
.petite_police{font-size:9px}