body
{
  margin: 0;
  background-color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
 }

#global
{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

#container_index
{
  height: 570px;
  background-image: url(../images/ACCUEIL.jpg);
  background-repeat: no-repeat;
}

#container
{
  margin: 0 auto;
  width: 980px;
  height: 570px;
  background-image: url(../images/FOND_PAGES.jpg);
  background-repeat: no-repeat;
}

/*-------Menu---------*/

#menu 
{
/*   position: absolute;
  top: 143px;
  left: 10px; */
  padding: 0;
  margin: 0;
  width: 250px;
  text-align: left;
  font-size: 11px;
  list-style: none;
  margin-top:65px;
  float:left;
}

#menu li a
{
  list-style-type: none;
  display: block;
  color: #004689;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 30px;
}

.menu01
{ 
  background-image: url('../images/etoiles.gif');
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 100px;
}

/*------------------------------------------------*/

#centre
{ 
  position: absolute;
  top: 100px;
  left: 138px;
  background-image: url(../images/bg_accueil.jpg);
  background-repeat: no-repeat;
  height: 466px;
  width: 691px;
}

/*----------Texte-------------------------------*/

#texte
{ 
  color: #58585A;
  font-size: 11px;
  text-align: justify;
  height: 345px;
  width: 630px;
  padding: 10px 0 0 0;
  overflow: auto;
}

#texte ul
{ 
  margin-top: 0;
  list-style-type: circle;
}

#texte a
{ 
  color: #3E3E40; 
}

#texte a:hover
{ 
  text-decoration: none;
}

.titre
{ 
  font-size: 14px;
  text-align: left;
  font-variant: small-caps;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.sous_titre
{ 
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

#texte img
{ 
  float: right;
  margin: 5px 5px 10px 10px;
  border: 1px solid #aaaaaa;
}

#texte_cartes
{ 
  position: absolute;
  top: 130px;
  left: 280px;
  color: #58585A;
  font-size: 11px;
  text-align: justify;
  height: 345px;
  width: 630px;
  padding: 0;
  overflow: auto;
}

#texte_cartes img
{ 
  float: left;
  margin: 5px 10px 10px 0;
}

/*-------------Form contact---------------*/

#texte_contact
{ 
  position: absolute;
  top: 60px;
  left: 20px;
  color: #3E3E40;
  font-size: 11px;
  text-align: justify;
  height: 350px;
  width: 580px;
  padding: 10px 20px 0 10px;
  overflow: auto;
}

#fond_contact /*le fond blanc du texte*/
{ 
  position: absolute;
  top: 60px;
  left: 20px;
  height: 360px;
  width: 600px;
  background-color: #fff;
  filter:alpha(opacity=70);
  moz-opacity:0.7;
  opacity: 0.7;
}

.envoyer
{ 
  border-top: 0;
  background-color: #F0881B;
  color: #fff;
  font-weight: bold;
  border-left: 0;
  width: 200px;
  cursor: pointer;
 }
.envoyer:hover
{ 
  border: 0;
  color: #F0881B;
  background-color: #ffffff;
  font-weight: bold;
 }
textarea
{ 
  border-top: 0;
  border-right: 1px solid #ADAAA6;
  border-bottom: 1px solid #ADAAA6;
  background-color: #F0881B;
  border-left: 0;
  height: 80px;
 }

#tab_form
{ 
  border: 0;
  background-color: transparent;
  text-align: left;
}

#tab_form input
{ 
  border: 0;
  background-color: #F0881B;
  width: 200px;
 }

#tab_form textarea
{ 
  width: 360px;
  height: 200px;
}

#contact/*image contact*/
{ 
  position: absolute;
  top: 194px;
  right: 12px;
}

/*----------Footer ------------------*/

#footer
{ 
  position: absolute;
  top: 550px;
  left: 0;
  width: 980px;
  color: #000000;
  font-size: 9px;
  text-align: center;
}

#footer a
{ 
  color: #000000;
  font-size: 9px;
  text-decoration: none; 
}

img
{
  border: 0;
}