body {
  margin: 0px;
  font-family:Helvetica,Arial,sans-serif;
  color: #495257;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

p {
  font-size: 14px;
  text-align: justify;
}

li {
  font-size: 14px;
}

a {
  font-size: 12px;
  color: #04a4d6;
}

img {
  border: 0px;
}

#haut {
  height: 30px;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url('images/bg-border-top.png');
}

#cie {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #1C6795;
  font-size: 50px;
  font-weight: bold;
}

#description {
  position: absolute;
  top: 70px;
  left: 110px;
  color: white;
  width: 280px;
  font-size: 14px;
}

#logo {
  position: absolute;
  top: -52px;
  left: 450px; 
}

#signature {
  color: white; 
  padding-left: 75px;
}

#banner {
  height: 130px;
  width: 100%;
  background-repeat: repeat-x;
  background-image: url('images/bg-top.png');
  padding-top: 20px;
  position: relative;
}

#menu {
  width: 100%;
  height: 30px;
  background-repeat: repeat-x;
  background-image: url('images/bg-menu.png');
  padding-top: 7px;
  border-top: 1px solid #79c9e4;
}

.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-content {
  min-height: 300px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.lien-menu {
  color: white;
  font-size: 14px;
  float: left;
  width: 90px;
  text-align: center;
  height: 23px;
  padding-top: 3px;
  text-decoration: none;
}

.lien-menu:hover {
  background-image: url('images/bg-button.png');  
}

.point-menu {
  float: left; 
  background-color: #5a6167; 
  height: 5px; 
  width: 5px; 
  margin-top: 9px; 
  margin-right: 5px;
  margin-left: 5px;
}

#contenu {
  background-image: url('images/bg-content.png');
  background-repeat: repeat-x;
  width: 100%;
  padding-top: 15px;
}

#bottom {
  background-image: url('images/bg-bottom.png');
  background-repeat: repeat-x;
  height: 170px;
  width: 100%
  border-top: 1px solid #dae3e8;
  padding-top: 0px;
}

#bottom-border {
  height: 25px;
  background-color: #394144;
  text-align: center;
  color: white;
  font-size: 12px;
  padding-top: 10px;
}

.content-gauche {
  width: 500px;
  overflow: auto;
  float: left;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #e6e7e9;
}

.content-droite {
  width: 350px;
  overflow: auto;
  float: left;
}

.button-wrapper {
  height: 56px;
}

.button-middle {
  background-image: url('images/bouton-middle.png');
  background-repeat: repeat-x;
  float: left;
  height: 56px;
  padding-left: 20px;
}

.spacer-droite {
  clear: both; 
  height: 10px;
}

.actualites {
  width: 220px;
  height: 70px;
  float: left;
}
