body, html
{
margin: 0;
padding: 0;
}

body
{
background-color: #c9e9ed;
}

#conteneur
{
width: 776px;
margin: auto;
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
text-align: justify;
border: 0px;
background-image: url('images/fond.jpg');
background-position: center;
background-repeat: no-repeat-x;
}

#conteneur input
{
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
}

#conteneur textarea
{
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
}

#en_tete
{
width: 776px;
height: 301px;
background-color: transparent;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans serif;
font-size: 11px;
margin: auto;
}

#en_tete td
{
line-height: 1px;
font-size: 1px;
}

.date
{
color: #666;
font-size: 9px;
font-weight: bold;
}

.img
{
float: left;
margin-right: 3px; 
}

.img2
{
float: right;
margin-left: 3px;
}

.important
{
color:#dd2727;
}

#menu
{
float: left;
padding-left: 60px;
width: 149px;
font-family: Arial, Helvetica, sans serif;
color: #FFFFFF;
text-align: left;
}

#menu a
{
border: none;
color: #FFFFFF;
text-decoration: underline;
}

#menu a:hover
{
border: none;
color: #FFFFFF;
text-decoration: none;
}

#corps
{
margin-left: 223px;
color: #000000;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
border: 0px solid black;
width: 520px;
}

#corps h1
{
font-size: 15px;
font-weight: bold;
}

.table
{
border: 2px solid #a6a6a6;
border-collapse: collapse;
}

.table td
{
border: 1px solid #a6a6a6;
padding: 2px;
}

.titre
{
color: #136577;
font-size: 15px;
font-weight: bold;
}

#corps a
{
color: #136577;
text-decoration: underline;
}

#corps a:hover
{
color: #40adc4;
text-decoration: none;
}

#pied_de_page
{
height: 160px;
color: #000000;
background-image: url("images/pied_page.jpg");
background-color: transparent;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans serif;
font-size: 11px;
border: 0px solid black;
clear: both;
background-position: center;
}