body
{
   width: 1003px;
   margin: auto;      
   background-color: black;
}


table
{
   border-collapse: collapse;
   border:none;
         
}

tbody
{border:none;}

td, th /* Mettre une bordure sur les td ET les th */
{
   border: none;
   vertical-align :top;
   background-repeat: repeat-y;
}

/* Le menu */

#menu
{
width: 0px;
margin-left:53px;
background-repeat:no-repeat;
}

ul
{
list-style-type:none;
padding:px;
}


li

{
background: url("../images2/menu.gif");
width:186px;
height:38px;
color:#780000;
size:14px;
text-align:center;
font-weight:bold;
line-height:35px
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color:#780000;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color: #586935;
}

.imageflottante 
{ 
float:left; 
margin-right:10px;
margin-bottom:0px;
margin-left:2px;
} 

p
{
size:14px;
text-align: justify;
background-color:#c6aa7b;
border-top:2px solid black;
border-bottom:2px solid black;
padding:20px;
margin-left:20px;
margin-right:110px;
}

strong
{
font-weight:bold;
text-decoration:underline;
color:#780000;
padding-left:20px;
}

img
{
padding-left:15px;
}

#tabchasse
{
background-color:#c6aa7b;
border-top:2px solid black;
border-bottom:2px solid black;}

object
{padding-left:75px;}



