﻿*{
  margin: 0px;
  padding: 0px;
}

body{
  width: 1016px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

#header{
  height: 27px;
  width: 1016px;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
}

#corps{
  width: 1016px;
  background-image: url("../images/corps.png");
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-bottom: 0px;
}

#corps h1{
  font-size: 150%;
}

#corps p{
  margin-top: 10px;
  margin-left: 46.5px;
}

#footer{
  width: 1016px;
  height: 50px;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
}

img{
  border: 1px solid #ab3225;
  margin-left: 93px;
}

#titre{
  text-align: center;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 20px;
}

#separator{
  margin-bottom: 10px;
  margin-left: 46.5px;
  height: 2px;
  width: 887px;
  background-color: #ab3225;
}

#partenaires{
  text-align: center;
}

#partenaires img{
  margin-left: 0px;
  margin-right: 20px;
}

