body
{
   width: 688px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #F2F2F2;
}

/* L'en-tête */

#header
{
   width: 688px;
   height: 37px;
   padding-top: 118px;
   padding-left: 10px;

   text-align: left;
   font-size: 12px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;

   color: #FFCC00;
   background-image: url("images/header_menu.png");
   background-repeat: no-repeat;

}

#header a {
   color: #FFCC00;
   text-decoration: none;
}

#header a:hover {
   color: white;
}

/* Sous menu */

#menu {
   float: left;
   position: absolute;
   margin-left: 495px;
   margin-top: 50px;
   color: #2E0062;
   width: 170px;
   font-size: 12px;
   font-family: Verdana, "Times New Roman", Times, serif;
   font-weight: normal;
   min-height: 250px;
}


#menu a {
   color: #715da2;
   text-decoration: none;
}

#menu a:hover {
   color: #715da2;
   text-decoration: underline;
}

legend {
   color:  #2E0062;
}

ul {
   list-style-position: inside;
   padding: 0px;
}

#menu .pub {
   margin-top: 10px;
}

#langue {
   position: absolute;
   float: left;
   margin-left: 630px;
}

#accueil {
   position: absolute;
   float: left;
   font-size: 14px;
   margin-top: 20px;
   margin-left: 45px;
}

#services {
   position: absolute;
   float: left;
   font-size: 14px;
   margin-top: 20px;
   margin-left: 175px;
}

#client {
   position: absolute;
   float: left;
   font-size: 14px;
   margin-top: 20px;
   margin-left: 320px;
}

#commander {
   position: absolute;
   float: left;
   font-size: 14px;
   margin-top: 20px;
   margin-left: 438px;
}

#contact {
   position: absolute;
   float: left;
   font-size: 14px;
   margin-top: 20px;
   margin-left: 585px;
}

/* Le corps de la page */

#corps
{
   margin-left: 0px;
   min-height: 470px;
   padding: 10px;
   color: #2E0062;
   border: 1px solid #2E0062;
   text-align: justify;
   font-size: 13px;
   font-family: "Trebuchet MS", "Times New Roman", Times, serif;
   background-color: #F2F2F2;
}

#corps > #admin {
   text-indent: 30px;
   width: 668px;
   min-height: 200px;
}

#corps > #texte
{
   text-indent: 30px;
   width: 485px;
   min-height: 250px;
}

#corps a {
   color: #715da2;
   text-decoration: none;
}

#corps a:hover {
   color: #715da2;
   text-decoration: underline;
}

#corps h1,h2,h3,h4{
   text-indent: 50px;
   text-decoration: underline;
}

#corps h5,h6 {
   text-indent: 50px;
   text-decoration: none;
}

table {
border: thin solid #2E0062;
color: #2E0062;
border-collapse: collapse;
}
td {
border: thin solid #2E0062;
font-size: 13px;
text-align:center;
}

th {
border: thin solid #2E0062;
font-size: 13px;
text-align:center;
}

.noborder > table {
color: #2E0062;
border-collapse: collapse;
border: none;
}
.noborder td {
border: none;
font-size: 13px;
text-align:left;
}
.noborder th {
border: none;
font-size: 13px;
text-align:left;
}

/* Le pied de page */

#footer
{
   width: 688px;
   height: 30px;
   padding-top: 15px;
   padding-left: 10px;

   text-align: left;
   font-size: 11px;

   color: white;
   background-image: url("images/footer.png");
   background-repeat: no-repeat;
}

#footer > a {
   color: white;
}

#footer > a:hover {
   color: #FFCC00;
}

