* {
  margin: 0;
  padding: 0;
}

body {
  background: #d6e7ea;
}

img {
  border: 0;
}

table tr td {
  vertical-align: top;
}

#MainPage {
  margin: auto;
  background: white;
  width: 950px;
  border: 1px solid #cacaca;
  font-family: arial, helvetica, verdana;
}

#Header {
  border-bottom: 1px solid #cacaca;
}

#Menu {
  border-bottom: 1px solid #cacaca;
  height: 29px;
  line-height: 28px;
}
#Menu .menusection {
  display: inline;
}
#Menu .menusection a{
  font-weight: bold;
  font-size: 16px;
  color: #5b0025;
  padding: 5px 25px;
  text-decoration: none;
}
#Menu .menusection a:hover {
  text-decoration: underline;
}
#Menu .tiret {
  font-weight: bold;
  font-size: 16px;
  color: #5b0025;
  list-style-type: none;
  display: inline;
  margin-left: 3px;
}

#LeftMenu {
  width: 145px;
  border-right: 1px solid #cacaca;
  font-size: 12px;
  padding: 10px;
}
#LeftMenu ul {
  list-style-type: none;
}
#LeftMenu .section a {
  border-bottom: 1px dashed #cacaca;
  border-top: 1px dashed #cacaca;
  color: #5b0025;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 145px;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 5px 6px;
}
#LeftMenu .section a:hover {
  text-decoration: underline;
}
#LeftMenu .contact a {
  border: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#LeftMenu .categorie a {
  color: #c20120;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#LeftMenu .souscategorie a {
  padding-left: 16px;
}

#Content {
  width: 745px;
  font-size: 14px;
  padding: 20px;
}
#Content h1 {
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 22px;
  color: #5b0025;
  background: transparent url(../images/logo-puce.png) no-repeat left;
  height: 43px;
  line-height: 43px;
  clear: both;
}
#Content h2 {
  margin-bottom: 40px;
  color : #c20120;
  font-size: 18px;
  clear: both;
}
#Content table {
  margin-bottom: 50px;
}
#Content p {
  margin-bottom: 15px;
  text-align: justify;
}
#Content ul {
  margin: 0px 0 20px 20px;
}
#Content li {
  text-align: justify;
}
#Content a {
  color: #000000;
}
#Content .homeimage {
  text-align: center;
  margin-left: 145px;
}
#Content .hometitle1 {
  color: #5b0025;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-left: 145px;
}
#Content .hometitle2 {
  color: #c20120;
  font-size: 24px;
  text-align: center;
  margin-left: 145px;
}
#Content .homemessage {
  color: #5b0025;
  font-size: 18px;
  text-align: center;
  margin-left: 145px;
}
#Content .homelink {
  color: #5b0025;
  margin-left: 145px;
  text-align: center;  
}
#Content .homelink a {
  color: #5b0025;  
}
#Content .toplink {
  font-size: 12px;
  text-align: right; 
}
#Content .toplink a {
  color: #5b0025; 
}
#Content .cleaner {
  height: 20px;
  clear: both;
}
#Content .rightimage {
  margin-left: 20px;
}
#Content .leftimage {
  margin-right: 19px;
  float: left;
}
#Content .lefttexte {
  width: 400px;
  float: left;
}
#Content .linkcentertext {
  margin-top: 30px;
}
#Content .afpraltexte {
  margin-top: 60px;
}
#Content .centerimage {
  text-align: center;
}
#Content .legende {
  font-size: 13px;
  margin-top: 90px;
}
#Content .liste {
  margin-bottom: 15px;
}
#Content .smallList {
  margin-right: 4px;
}

label {
  display:block;
  width: 90px;
  float: left;
}
#Content .champ {
  margin-bottom: 10px;
}
#Content .bouton {
  margin-left: 90px;
}
#Content .error {
  color: red;
  font-size: 12px; 
}

#Footer {
  border-top: 1px solid #cacaca;
  font-size: 10px;
  font-family: verdana;
  text-align: center;
}
#Footer a {
  color: #5a636b;
  text-decoration: none;
}
#Footer a:hover {
  text-decoration: underline;
}
