body {
  min-width: 1440px;
}

#home {
  background: none repeat scroll 0 0 white;
  box-shadow: 0 1px 2px rgba(183, 186, 188, 0.75);
  margin: 0 auto 37px;
  width: 1025px;
}

#menu_left {
  position: fixed;
  left: 0;
  top: 150px;
  margin-left: 15px;
  box-shadow: 0 1px 2px rgba(183, 186, 188, 0.75);
  background-color: white;
  padding: 10px;
  width: 160px;
}

#home table {
  width: 100%;
}
/*
#home table * {
  vertical-align: top;
  width: auto;
}

#home table th {
  width: 180px;
}
*/

#home .entete {
  margin: 0 0 35px;
  position: relative;
  height: 200px;
  top: -8px;
}
#home .entete img {
  float: left;
  height: 250px;
  margin: -50px 20px -2px 24px;
  padding: 0px;
  position: relative;
  width: 200px;
  vertical-align: top;
  border: grey ridge 3px;
}
#home .entete .description {
  float: right;
  width: 750px;
  margin-right: 25px;
}
#home .normal {
  padding: 10px 20px 40px 20px;
}
#home .gris {
  background: none repeat scroll 0 0 #F4F4F4;
  padding: 10px 20px 40px 20px;
}
a.btn:hover {
  text-decoration: none;
}
.btn {
  background: none repeat scroll 0 0 #787B90;
  border-radius: 3px 3px 3px 3px;
  border-top: 1px solid #787B90;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.88);
  color: white;
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 43px;
  line-height: 42px;
  text-align: center;
  width: 275px;
}

.gras {
  font-weight: bold;
}

.download {
  background: none repeat scroll 0 0 #787B90;
  border-radius: 3px 3px 3px 3px;
  border-top: 1px solid #787B90;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.88);
  color: white;
  font-size: 17px;
  font-weight: bold;
  height: 43px;
  line-height: 42px;
  text-align: center;
  text-shadow: 0 -1px 0 #5E963D;
  padding: 5px 20px;
}

a.download:hover {
  text-decoration: none;
}

a {
  color: #606A79;
}

a:hover {
  text-decoration: none;
}

fieldset {
  border: none;
}

#menu_left ul {
  padding-left: 30px;
}

#menu_left h3 {
  text-align: center;
}

#home *.projet {
  padding-top: 40px;
}
