/* page.css */

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

table {
  border-collapse: collapse;
}

body {
  background: black;
  font-family: verdana, arial, sans serif;
}

#SiteContent {
  margin: auto;
  width: 800px;
  height: 600px;
  background: black;
}

#Structure {
  width: 100%;
  height: 100%;
}
#Structure .left {
  vertical-align: top;
  width: 240px;
}
#Structure .left .languages {
  margin: -105px 0 0 25px;
}
#Structure .left .languages img {
  display: inline;
}
#Structure .right {
  vertical-align: top;
  /*text-align: justify;
  padding: 40px 45px 40px 30px;*/
  width: 574px;
  background: url(../images/pages/page-fond.jpg) no-repeat top left;
}
#Structure .right .content {
  vertical-align: top;
  text-align: justify;
  margin: 40px 45px 0 25px;
  width: 504px;
  height: 520px;
  overflow: auto;
}
#Structure .right .content h1,
#Structure .right .content p {
  margin-bottom: 10px;
}
#Structure .right .content p {
  font-size: 12px;
}
#Structure .right .languages {
  vertical-align: top;
  text-align: right;
  margin: 5px 50px 0 0;
}

/* Produits */
#Structure .right .content .produitsMenu a {
  margin-bottom: 20px;
  display: block;
}

/* Contact */
#Structure .right .content .contactLeft .nom {
  font-weight: bold;
}
#Structure .right .content .contactLeft .fonction {
  font-size: 10px;
  font-style: italic;
}

#Structure .right .content .contactRight {
  text-align: center;
}
#Structure .right .content .contactRight .coordonnees {
  font-size: 11px;
  margin: 30px 0;
}
