body {
margin: 0;
padding: 0;
font: 60% verdana, arial, sans-serif;
background-color: #f4da8f;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
table, tr, th, td
{
	padding:0px;
	margin:0px;
}
img
{
	margin:0px;
	padding:0px;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 90px;
left: 272px;
z-index:100;
width: 400px; /* correction pour Opera */
}
#menu dl {
float: left;
width: 8em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight: bold;
color:#5d2e24;
margin: 1px;
}
#menu dd {
display: none;
/*border: 1px solid gray;*/
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color:#5d2e24;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus/*, #menu dt a:hover, #menu dt a:focus*/ {
background: #fbf3dc;
}
.style4 {
	font-size: 10px;
	color: #5d2e24;
}
.style5 {
	color: #5d2e24;
	font-size: 12px;
	line-height:18px;
    padding-top:28px;
}
.style6 {color: #5d2e24;
font-size: 12px;
text-align:justify;
}
.style7
{
	color: #5d2e24;
    font-size: 12px;
    text-align:
    justify;
    font-weight: bold;
   	padding-right:200px;
}
p.align_cell
{
	padding-left:20px;
	padding-right:20px;
}
/* Style qui apparait dans le menu en javascript */ 
.menu_js {
/* SIZE=5 FACE="Perpetua"; */
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-weight: bold;
color:#5d2e24;
position:relative;
z-index:300;
}
.arr_plan {
 background: url(images/bg.jpg); /* background: url(images/bg.jpg) repeat-x top #75838B; */
}
.align_menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 95px;
left: 272px;
z-index:100;
width: 400px; /* correction pour Opera */
}