html {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: tahoma, helvetica, arial, sans serif;
  font-size: 10pt;
}

h1, h2 {
  font-weight: bold;
  color: #cc3141;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

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

a:hover {
  color: #ff0000;
}

img {
  border: 0;
}

#banniere {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:280px;
  background-image: url(/images/design/top_back.png);
}

#logo {
  position: absolute;
  top:0;
  left:0;
  width:223px;
  height:255px;
  background-image: url(/images/design/logo.png);
}

#menu {
  position: absolute;
  top:35px;
  left:233px;
  width:655px;
  height:20px;
}

#menu a {
  color: #70787f;
  text-decoration: none;
  padding: 5px;
}

#menu a.menuSelect {
  color: #e879a3;
}

#menu a:hover {
  color: #272727;
  background-color: #70787f;
  text-decoration: none;
}

#menu li {
  list-style-type: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

#citation {
  position: absolute;
  top:78px;
  left:223px;
  width:655px;
  height:176px;
  background-image: url(/images/design/citation.png);
}

#contenu {
  padding: 280px 20px 20px 20px;
  width: 950px;
  color: #000000;
}

#conteneur_gauche {
  width: 600px;
  height: 100%;
  float: left;
}

#conteneur_droit {
  height: 100%;
  width: 280px;
  float: left;
  margin-left: 20px;
}

.fenetre {
  border: 1px solid;
  border-color: #d8516c #e2e2e2 #d8516c #e2e2e2;
  background-image: url(/images/design/win_back.png);
  margin-bottom: 20px;
  padding: 10px;
}

.sous_fenetre {
  border: 1px solid;
  border-color: #d8516c #e2e2e2 #d8516c #e2e2e2;
  background-color: #ffffff;
  padding: 10px;
}
