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

/*page index*/

#fondDegrad
{
height:865px;
}

.accueil #fondDegrad
{
height:688px;
background-image:url(images/fond_accueil_2501.jpg);
background-repeat:repeat-y;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
margin-top:auto;
text-align:center;
width:1058px;
}

.accueil #page_index
{
  position: relative;
  width: 1024px;
  height: 688px;
  margin: auto;
  padding-top: 70px;
  /*background-image: url(images/fond_accueil.jpg);
  background-repeat: no-repeat;*/
  text-align: left; /* on rétablit l'alignement normal du texte */
}

.accueil #page_index #haut_index #imgAcc
{
left:191px;
position:absolute;
top:92px;
}

.accueil #imgBas
{
background-image:url(images/basLeFond.jpg);
background-repeat:no-repeat;
width:1058px;
height:87px;
position:relative;
margin:auto;
text-align:center;
display: none;
}

img{
  border: none;
}

#haut_index{
/*   AVANT MODIF
  float: left;
  width: 950px;
  text-align: right;
  font-family: Arial;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-top: 20px;
*/

  float: left;
  width: 950px;
  text-align: left;
  font-family: Arial;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top:80px;
  text-align: center;
}

#msgAccueil
{
margin-top:50px;
color:#d10236;
font-size:16px;
font-weight:bold;
}

#gauche_index{
  margin-top:70px;
  clear: left;
  float: left;
  width:460px;
  margin-left: 10px;
  padding-right: 20px;
  padding-bottom: 30px;

}

html:not([lang*=""]) #gauche_index
{
margin-top:61px;
}

#gauche_index_logo{
  float: left;
  width: 450px;
  padding-left: 125px;

}

#gauche_index_bouton{
  float: left;
  width: 450px;
  padding-left: 160px;
  padding-top: 30px;
}

#gauche_index_texte{
  float: Left;
  width: 450px;
  padding-top: 30px;
  text-align: justify;
  font-family: Arial;
  font-size: 18px;
  color: #9C9898;
}

#gauche_index_tel{
  float: Left;
  width: 420px;
  height: 90px;
  margin-top:40px;
  margin-left: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  color: #CC0000;
  background-image: url(images/cadre_fond_index.jpg);
  background-repeat: no-repeat;
}

#gauche_index_tel_texte{
  float:left;
  width:390px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 18px;
  color: #9C9898;
  text-align: CEnter;
}

#droite_index{
  float: left;
  width:200;
  margin-top:80px;
  padding-left: 30;
}

html:not([lang*=""]) #droite_index
{
margin-top:70px;
}

#droite_index_logo{
  float: left;
  width: 200px;
  padding-left: 110px;
  /*padding-top: 20px;*/
}

#droite_index_bouton{
  float: left;
  width: 200px;
  padding-left: 180px;
  padding-top: 30px;
}

#droite_index_texte{
  float: Left;
  width: 450px;
  padding-top: 30px;
  text-align: justify;
  font-family: Arial;
  font-size: 18px;
  color: #9C9898;
}

#droite_index_tel{
  float: Left;
  width: 410px;
  height: 90px;
  margin-top: 40px;
  margin-left: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  color: #CC0000;
  background-image: url(images/cadre_fond_index.jpg);
  background-repeat: no-repeat;
}

#droite_index_tel_texte{
  float:left;
  width:390px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 18px;
  color: #9C9898;
  text-align: CEnter;
}

#bas_index{
  clear: left;
  float: left;
  width: 321px;
  margin-left: 200px;
  margin-top: 10px;
  text-align: left;
  font-family: Arial;
  font-size: 20px;
  color: #CC0000;
  border: 1px #9C9898 solid
}

/*********************validation********************/

.accueil #validation{
left:936px;
position:absolute;
top:589px;
}



