/* Start of CMSMS style sheet 'Commun' */
/* GENERAL */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  
  font-family: arial;
  font-size: 0.9em;
}

body {
}

a img {
  border: 0;
}

td {
  vertical-align: top;
}

.noprint {
  display: none;
}

/* PAGE */

div#page {
  min-height: 100%;
  position: relative;
  width: 976px; /* +40*/
  margin: 0 auto;
}

div#extra_background {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(uploads/design/background_gradient.png) top left repeat-x;
  width: 100%;
  height: 728px;
}

/* HEADER */

div#header {
  /* background: transparent url(uploads/design/header.jpg) top left no-repeat; */
  width: 976px;
  height: 195px;
}

div#header h1 {
  margin: 0;
}

div#header h1 span {
  display: none;
}

/* MAIN */

div#main {
  overflow: auto;
  /* background-color: #0f0; */
}

/* MENU */

div#menu {
  position: relative;
  background: transparent url(uploads/design/menu_background.png) top left no-repeat;
  width: 960px;
  height: 64px;
}

div#menu ul {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  top: 15px;
  left: 50px;
}

div#menu li {
  display: inline;
  list-style-type: none;
}

div#menu li#menu-item-15 a img {
  background: none;
}

div#menu a img {
  border-bottom: 2px solid #fff;
}

div#menu a:hover img {
  border-bottom: 2px solid #ff9201;
}

div#menu div#menu-faq-presse {
  position: absolute;
  left: 795px;
  top: 38px;
}

div#menu div#menu-faq-presse a img, div#menu div#menu-faq-presse a:hover img {
  border: 0;
}

div#menu div#menu-faq-presse div {
  display: inline;
}

/* CONTENT */

div#content {
  background: transparent url(uploads/design/page_background.png) top left repeat-y;
}

div#content p {
  margin-top: 0;
}

div#content h2, div#content h3 {
  margin-top: 0;
  color: #ff9201;
  font-size: 1.2em;
}

div#content a {
  color: #3771c0;
}

/* FOOTER */

div#footer {
  background: #fff url(uploads/design/footer.png) top left no-repeat;
  width: 976px;
  height: 100px;
  color: #777;
}

div#footer-in {
  position: relative;
}

div#footer a {
  color: #777;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footer div#liens {
  position: absolute;
  top: 22px;
  left: 65px;
  width: 560px;
  text-align: center;
}

div#footer div#menu-bas {
  position: absolute;
  top: 68px;
  text-align: right;
  width: 650px;
}

div#footer div#copyright {
  position: absolute;
  top: 68px;
  left: 40px;
  width: 200px;
  font-size: 0.8em;
}

div#footer div#logo {
  position: absolute;
  left: 702px;
  top: 26px;
}

p {
  margin-bottom: 0;
  padding-bottom: 0;
}

label {
  color: #5c91b5;
  font-weight: bold;
}
/* End of 'Commun' */

