#cadre
{
background-color:#666666;
width:100%;
text-align:center;
padding: 10px 0px 10px 0px;
}

#table1
{
width:1070px;
margin:auto; /* for firefox centering */
background-color:#ffffff;
}


body 
{
font-family:"Arial";
color:rgb(51, 51, 51);
font-size:1em;
margin:0px;
}


h1
{
font-family:"Arial Black";
color: rgb(204, 153, 51);
font-size:2.5em;
text-align: center;
}


.zonemenus
{
background-image:url(fondbois.png);
width:250px;
background-repeat:repeat-y;
color: rgb(51, 51, 51);
text-align: center;
}


a.menuitem:link 
{
display:block;
background-image:url(unmenu.jpg);
width:250px;
height:40px;
background-repeat:no-repeat;
font-family:"Arial";
font-size:1.1em;
font-style:italic;
line-height:2.4em;
text-decoration:none;
color: rgb(51, 51, 51);
margin-top:6px;
}

a.menuitem:visited
{
display:block;
background-image:url(unmenu.jpg);
width:250px;
height:40px;
background-repeat:no-repeat;
font-family:"Arial";
font-size:1.1em;
font-style:italic;
line-height:2.4em;
text-decoration:none;
color: rgb(51, 51, 51);
margin-top:6px;
}

a.menuitem:hover 
{
display:block;
background-image:url(unmenulight.jpg);
width:250px;
height:40px;
background-repeat:no-repeat;
font-family:"Arial";
font-size:1.1em;
font-style:italic;
line-height:2.4em;
text-decoration:none;
color: rgb(51, 51, 51);
margin-top:6px;
}

a.menuitem:active 
{
display:block;
background-image:url(unmenu.jpg);
width:250px;
height:40px;
background-repeat:no-repeat;
font-family:"Arial";
font-size:1.1em;
font-style:italic;
line-height:2.4em;
text-decoration:none;
color: rgb(51, 51, 51);
margin-top:6px;
}


