
body 
{
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background-color: #aa9ea0;
}

.global
{
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.conteneur
{
  position: relative;
  margin-left:auto;
  margin-right:auto;
  height: 500px;
  width : 802px;
  text-align: left;
}

.pas_flash
{
  position: absolute;
  font-family: Arial;
  top: 30px;
  left: 0px;
}

.menu_gauche
{
  position: absolute;
  top: 20px;
  left: 0px;
  width: 285px;
  float: left;
  height: 480px;
}

.contenu
{
  position: relative;
  top: 20px;
  float: left;
  left: 285px;
  width: 530px;
  height: 510px;
  background-color: #cccccc;
  background-image:url(fond.jpg);
}

.titre
{
  position: relative;
  float: left;
  top: 26px;
  width: 515px; 
  padding: 11px;
}

.titre h1
{
  font-size: 20px;
  color: #1c5fb8;
  font-family: Arial;
  line-height: 10px;
}

.titre h2
{ 
  font-size: 15px;
  color: #1c5fb8;
  font-family: Arial;
}

.texte
{
  position: relative;
  float: left;
  top: 26px;
  width: 470px;
  height: 355px;
  padding-left: 30px;
  padding-right: 10px;
  overflow: auto;
  font-size: 13px;
  font-family: Arial;
  text-align:justify;
  scrollbar-face-color: #bfbfbf;
}

.selection_langue
{
  position: absolute;
  width: 802px;
  left: 0px;
}

.tab_selection
{
  color: #086bb4;
  font-family: arial, helvetica;
  font-size: 10px;
}

.drapeau
{
  border: 0;
  top: 2px;
  height:15px;
  width:25px;
}

.lien_en_bas
{
  color: #086bb4;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  width: 600px;
  text-align: center;
}

.lien_en_bas a
{
  color: #086bb4;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
}

.lien_en_bas a:hover
{
  color: white;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
}


/*
.texte_menu_gauche
{
  position: absolute;
  float: left;
  top: 160px;
  left: 0px;
  text-align: right;
  width: 160px;
}

.element
{
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
}

.element a
{
  color: #333333;
  text-decoration: none;
}

.element a:hover
{
  color: white;
  text-decoration: none;
}
*/
