/* Main.css */

* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #3a4c92 url(/images/background-site.gif) repeat-x top;
}

#Main .SiteContent {
  margin: 5px auto;
  border: 1px solid white;
  width: 800px;
}

#Main .SiteContent a img {
  border: none;
}

.site {
  background: white;
}

.SectionMenu {
  vertical-align: top;
  background: white;
}

.Content {
  vertical-align: top;
  background: white;;
  min-height: 500px;
  padding: 10px;
  display: block; 
}

* html .Content {
  height: 500px;
  display: table-cell;
}

.Adworks {
  width: 13%;
  vertical-align: top;
  background: white;
}

.Content .devis a {
  width: 187px;
  height: 46px;
  margin: 10px auto;
  display: block;
  background: url(/images/content/etude3.gif) no-repeat top;
}

.Content .devis a:hover {
  background: url(/images/content/etude3.gif) no-repeat bottom;
}

.Content .header {
  position: absolute;
  margin-top: 50px;
  //left: 0;
}

.stats a img {
  display: none;
}

.Content .squareShow {
  text-align: center;
}

