* {
   margin: 0;
   padding: 0;
}

body {
   background: url('images/fond.png');
   margin: auto;
   font: 12px Arial, Tahoma, serif;
   color: #555555;
}

.clearer {
	clear: both;
}

a img {
   border: none;
}

a {
   color: #101010;
   text-decoration: none;
}

#header {
   height: 125px;
   width: 1000px;
   margin: auto;
   color: white;
   position: relative;
}

#header a.accueil {
   display:block;
   height:85px;
   width:260px;
   position:absolute;
   top:40px;
   left:35px;
}

#header h3 {
   position:absolute;
   top:20px;
   left:230px;
   font: 12px Arial;
   font-weight: bold;
}

#header ul {
   list-style-type: none;
   position: absolute;
   top: 0;
   left: 0;
}

#header ul li {
   float: left;
   text-align: center;
}

#header ul li.bureau {
   position:relative;
   bottom: 8px;
}

#header ul li a {
   float: left;
   padding-right: 10px;
   color: #ffffff;
   text-decoration: none;
}

#header ul li a:hover {
   padding-right: 10px;
   color: #ffffff;
   text-decoration: underline;
}

#header ul li a.actif {
   padding-right: 10px;
   color: #014564;
   text-decoration: none;
   font-weight: bold;
}

#en_bref {
   background: url('images/en_bref.png') no-repeat;
   width: 1000px;
   height: 54px;
   margin: auto;
   color: #ffffff;
}

#en_bref #texte_en_bref {
   width: 600px;
   padding-left: 180px;
   padding-top: 12px;
   font-size: 11px;
   text-align: left;
}

#en_bref .titre {
   font-size: 12px;
   font-weight: bold;
}

#en_bref .en_valeur{
   color: #177ca7;
   font-weight: bold;
}

#background {
   background: url('images/background.png') repeat-y;
   width: 1000px;
   margin: auto;
   padding-top: 5px;
   padding-bottom: 50px;
   text-align: justify;
}

#corps {
   width: 900px;
   margin: auto;
}

#footer {
   width: 900px;
   margin: auto;
   color: #ffffff;
   font-size: 11px;
   margin-top: 10px;
   padding-bottom: 20px;
}

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

#footer a:hover {
   color: #ffffff;
   text-decoration: underline;
}