/* 
    Document   : style
    Created on : 7 nov. 2011, 22:46:09
    Author     : pierremarichez
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}
body {
  color: #333;
  background: #ccc;
}
a {
  color: #000099;
}
a:visited {
  color: #990099;
}
h1 {
  font-size: 2.9em;
  margin: 0.1em auto;
}

#main {
  width: 999px;
  margin: 0 auto;
}
#content {
  padding: 0 10px;
  text-align: justify;
  width: 579px;
}
#left {
  display: block;
  width: 200px;
}
#right {
  width: 200px;
}
#footer {
  clear: both;
  font-size: .8em;
  padding-top: 25px;
  text-align: center;
}

#right img {
  margin-bottom: 65px;
}
.center-text {
  text-align: center;
}
.lang li {
  display: inline;
  margin-right: 20px;
}
.lang img {
  border: 0;
}
.left {
  float: left;
}
.header {
  display: block;
  padding: 20px 0;
}
.header,
.menu {
  background: #323057;
  border: 2px solid #fff;
  color: #fff;
}
.menu li {
  display: inline;
  margin-right: 25px;
}
.menu a,
.menu li {
  color: #fff;
  font-size: 1.2em;
}
.titre {
  font-weight: bold;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
