/* CSS Document */
body{
  margin : auto;
  width : 1000px;
  height : auto;
}

img{
  border : 0px;
}


a{
  text-decoration : none;
}

/* Banniere du site */
div#banner{
  background : url("../images/banner.jpg") no-repeat;
  height : 101px;
  width : 1000px;
}

/* logo Emilie galliot */
div#logo_banner{
  height : 101px;
  width : 320px;
  margin-left : 30px;
  float : left;
}

/* chemin parcouru */
div#chemin{
  font-family : Verdana;
  font-size : 13px;
  height : 20px;
  width : 640px;
  z-index : 4;
  text-align : right;
  padding-top : 81px;
  margin-left : 350px;
}

div#chemin a{

}

/* Fond du site */
div#fond_site{
  background : url("../images/fond_site.jpg") repeat-y;
  min-height : 385px;
  max-height : 10000px;
  width : 1000px;
  float : left;
}

/* logo eg en fond du site */
div#logo_fond_site{
  background : url("../images/logo_fond_site.png") repeat-y;
  min-height : 385px;
  max-height : 10000px;
  width : 1000px;
  float : left;
}

/* contenu du site */
div#contenu{
  width : 60%;
  min-height : 205px;
  max-height : 10000px;
  margin-left : 10%;
  padding-left : 100px;
  clear : both;
  float : left;
  text-align : justify;
  margin-top : 10px;
  margin-bottom : 15px;
  font-family : Tahoma;
  font-size : 14px;
}

/* menu de la page d'accueil*/
div#menu_accueil{
  margin-left : 350px;
  margin-top : 30px;
  position : absolute;
}

div#menu_accueil li{
  list-style-type:none;
  list-style-image : url(../images/bp_inactif.png);
}

div#menu_accueil li:hover{
  list-style-type:none;
  list-style-image : url(../images/bp_actif.png);
}

div#menu_accueil li a{
  text-decoration : none; 
}

div#menu_accueil li img{
  text-decoration : none;
  border : 0px;
}

div#menu_accueil li a:hover{
  text-decoration : none;
}


/* image de l'accueil du site */
div#image{
  position : absolute;
  margin-top : 257px;
  margin-left : 789px;
  float : left;  
}

/* Bandeau du bas du site */
div#bandeau_bas{
  background : url("../images/bandeau_bas.jpg") no-repeat;
  height : 95px;
  width : 1000px;
  float : left;
}

/* logo du bandeau du bas */
div#logo_bandeau_bas{
  background : url("../images/logo_bandeau_bas.png") no-repeat;
  height : 95px;
  width : 1000px;
  float : left;
}

div#texte_index{
  float : left;
  width : 1000px;
  font-family : Arial;
  color : #646464;
  margin-top : 50px;
  text-align : center;

}