body {
  margin:0;
  background:#878787;
  font-family:Arial,sans-serif;
  font-size: 0.9em;
}
* {
  font-family:Arial,sans-serif;
  
}
body td{
  width: 300px;
}
body table{
/*   margin-left: 20px; */
/*   margin-top: -20px; */
}
img{
  border: none;
}
.map{
  float: right;
  margin-top: -280px;
}
.logos img{
    margin-right: 20px;
}
#widthWrapper{
  width: 1060px;
  margin: 0 auto;
}
#upperPart{
  float: left;
  height: 130px;
  width: 100%;
  background: url("img/gradient.png");
  background-position: top;
  background-repeat: repeat-x;
}
#globalWrapper{
  position: absolute;
  min-height:100%;
  width: 100%;
  margin-bottom: 100px;
  background: url("img/global-wrapper.png");
  background-repeat: repeat-x;
/*   background-position: 0% 130px; */
  margin: 0 auto;
}
#topWrapper{
  margin: 0 auto;
  margin-top: 30px;
  width: 1060px;
  height: 100px;
}
#topContent {
  float: left;
  width: 1000px;
  height: 100px;
  background: url("img/top.png");
  background-repeat: repeat-x;
}
#topLogo{
  float: left;
  width: 320px;
  height:100px;
  background: url("img/logo.png");
  border-right: 2px solid #333;
}

#wingTopLeft{
  float: left;
  width: 30px;
  height: 100px;
  background: url("img/wing-top-left.png");
  background-position:right;
  background-repeat: none;
}
#wingTopRight{
  float: left;
  width: 30px;
  height: 100px;
  background: url("img/wing-top-right.png");
  background-position:left;
  background-repeat: none;
}
#bottomWrapper{
  margin: 0 auto;
  width: 1060px;
}
#wingBottomLeft{
  float: left;
  width: 30px;
  height: 450px;
  background: url("img/wing-bottom-left.png");
  background-position:right;
  background-repeat: none;
}
#wingBottomRight{
  float: left;
  width: 30px;
  height: 450px;
  background: url("img/wing-bottom-right.png");
  background-position:left;
  background-repeat: none;
}
#content{
  float: left;
  width: 1000px;
  height: 492px;
  background: url("img/content.png");
  background-repeat: none;
  border-top: 2px solid #444;
  border-bottom: 2px solid #aaa;
}
.box {
  float: left;
  clear: left;
  margin-top: 30px;
  margin-left: 20px;
  padding: 10px;
  background: url("img/box.png");
  background-repeat: no-repeat;
  width: 260px;
  height: 150px;
}
.justify {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.innerBox{
  padding: 10px;
  width: 260px;
  font-size: 0.9em;
/*   text-align: justify; */
}
.box img{
  margin-right: 10px;
  float: left;
}
#main {
  width: 650px;
  padding: 20px;
  margin-left: 305px;
  line-height: 1.3em;
  min-height: 400px;
}
#main h1{
  font-size: 0.7em;
/*   margin-top: -1000px; */
  position:absolute;
  top:-1000px;
  margin: 0;
}
#main h2{
  margin-top: 5px;
}
#footer{
  float:left;
  clear: both;
  width:1000px;
  padding-top: 7px;
  margin-left: 30px;
  height: 20px;
  background: #222;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
#flags{
  background: #e0e0e0;
  float:right;
  margin-top:0;
  margin-right:5px;
  margin-bottom:0;
  padding:3px;
  display:block;
  cursor: default;
}
#flags img{
  border: 1px solid #444;
}
#enCours{
  float: right;
  font-style: italic;
  margin-top: 250px;
  bottom: 0;
}
#validated{
  display: none;
  float: right;
  margin-top: 10px;
  margin-right: 24px;
}
.boxFloat{
  float: left;
}
.floatRight{
  float: right;
  width: 410px;
/*   margin-top: -130px; */
}
.floatLeft{
  float: left;
  width: 230px;
/*   margin-top: -130px; */
}
.cleaner {
  visibility: hidden;
  clear:both;
}
.floatWrapper{
}