html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:auto;
}

body
{
width:1000px;
margin: auto;
background-color:#dfe0ff;
}

#header
{
margin-top: 15px;
margin-bottom: 0px;
width: 1000px;
background-color: #ffffff;
border: 1px solid #91cf11;
}

#menu
{
width:1000px;
background-color: #91cf11;
margin-top: 0px;
border: 1px solid #91cf11;
height: 34px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

ul.menu
{
margin-top: 0;
list-style-type: none;
}

li.menu
{
margin-top: 0;
float: left;
background-color: #91cf11;
list-style-position: inside;
}

a.menu
{
font-size: 1.1em;
line-height: 24px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 10px;
padding-left: 10px;
display: block;
text-decoration : none;
color: #ffffff;
}

a.menu:hover
{
background-color:#098a00;
}


#corps
{
width:1000px;
background-color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #91cf11;
padding-bottom: 0px;
}

#contenu
{
background-color: #ffffff;
width: 600px;
margin-left: 320px;
padding-bottom: 0px;
padding-top: 10px;
}

#menu_droit
{
float: left;
background-color: #098a00;
color: #ffffff;
width: 250px;
margin-left: 20px;
margin-bottom: 0px;
padding-left: 15px;
}

#pied
{
text-align:center;
width:1000px;
background-color: #91cf11;
color:#000000;
font-size: 1,2em;
margin-top: 0px;
margin-bottom: 15px;
border: 1px solid #91cf11;
}

#pied a
{
text-decoration: none;
color: #ffffff;
}

div.info
{
background: url("images/info.jpg") no-repeat top left; 
border: 4px dashed #0015d0;
padding: 5px;
margin: 10px;
}

div.info p
{
font-family:Verdana, "Arial Black", Arial, serif;
text-indent: 30px;
margin-left: 130px;
}

.red
{
color: #fc0000;
}
.clear					
{
clear: both;
}


/*style des tableaux */

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset blue; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: #0015d0;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

/*fin style des tableaux */

div.news
{
margin-top: 15px;
background-color:#b4feb8;
width: 250px;

border: 4px solid #098a00;
padding: 10px;
float: left;
}

div.offre
{
margin-top: 15px;
background-color:#b4feb8;
width: 220px;
margin-left: 300px;
border: 4px solid #098a00;
padding: 10px;
}

div.offre_large
{
margin-top: 15px;
background-color:#b4feb8;
width: 85%;
padding: 10px;
border: 4px solid #098a00
}




p
{
margin-top: 15px;
}