body {
  background: #fff url("/images/msl/main-bg.gif") repeat;
  padding-top: 0;
  margin: 0; }

strong {
  color: #84C041; }

a {
  color: #6292c1;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

table, td, th {
  vertical-align: top; }


.container {
  background: white; }

.pt5 {
  padding: 5px 25px 0 0; }

#menu {
  padding: 0 25px 0 25px; }
  #menu .clear {
    border-top: 2px solid #84C041; }
  #menu ul {
    padding: 0;
    margin: 0; }
    #menu ul li {
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      float: left;
      background: #84C041;
      color: white;
      margin: 0;
      list-style: none;
      padding: 0 5px 0 5px;
      margin: 0 5px 0px 0;
      line-height: 25px; }
      #menu ul li a {
        color: white;
        text-decoration: none; }
      #menu ul li a:hover {
        text-decoration: underline; }

#menubas {
  color: white;
  background: #0069a2;
  border-top: 5px solid #005586;
  padding: 10px 25px 10px 25px; }
  #menubas strong {
    color: white; }
  #menubas ul {
    padding: 0;
    margin: 0; }
    #menubas ul li {
      float: right;
      margin-left: 5px;
      list-style: none; }
      #menubas ul li a {
        color: white;
        text-decoration: none; }
      #menubas ul li a:hover {
        text-decoration: underline; }

.container {
  background: white; }

#center {
  padding: 10px 25px 10px 25px; }
  #center h1, #center h2, #center h3 {
    padding: 0;
    margin: 10px 0 10px 0; }
  #center h1 {
    font-size: 1.7em;
    color: #6292c1; }
  #center h2 {
    font-size: 1.5em; }
  #center h3 {
    font-size: 1.1em; }
  #center .moustiquaire {
    background: #7DAB59; }
  #center .stores_interieurs {
    background: #382D22; }
  #center .stores_exterieurs {
    background: #009CA8; }
  #center .moustiquaire, #center .stores_interieurs, #center .stores_exterieurs {
    color: white;
    padding: 10px; }
    #center .moustiquaire h1, #center .moustiquaire h2, #center .moustiquaire h3, #center .stores_interieurs h1, #center .stores_interieurs h2, #center .stores_interieurs h3, #center .stores_exterieurs h1, #center .stores_exterieurs h2, #center .stores_exterieurs h3 {
      color: white; }
    #center .moustiquaire a, #center .stores_interieurs a, #center .stores_exterieurs a {
      color: white; }
  #center ul {
    padding-left: 20px; }
