/* MISE EN PAGE GENERAL */
/* de façon dynamique par rapport aux constantes définies */
* {
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
}
body {
  font-family:Verdana;
  background-color:#4F4F4F;
}
#fondGauche{
  display:block;
  position:absolute;
  background-color : #676766;
  left:0;
  top:0;
  width:40%;
  height:100%;
}
#fondDroit{
  display:block;
  position:absolute;
  background-color:#9f9e9e;
  left:60%;
  top:0;
  width:40%;
  height:100%;
}
#fondcentre{
  display:block;
  position:absolute;
  width:960px;
  left:50%;
  margin-left:-480px;
  background-image:url("../images/fondcentre.jpg");
  z-index:9;
  height:100%;
}
#espaceSite{
  display:block;
  position:absolute;
  width:960px;
  height:630px;
  left:50%;
  top:0;
  margin-left:-480px;
  z-index:10;
}
#corps{
  display:block;
  width:960px;
  height:482px;
}
.gras{
  font-weight:bold;
}


/*  PIED DE PAGE  */

#pied_page{
  display:block;
  width:960px;
  height:28px;
}
#pied_page a{
  position:absolute;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  margin-top:8px;
}
.mentions{
  margin-left:725px;
}
.plan_site{
  margin-left:860px;
}



/*  MENUS  */

#menu-activites {
  display:block;
  width:42px;
  height:213px;
}
#menu-accessibilite {
  display:block;
  width:42px;
  height:122px;
}
#menu-partenaires {
  display:block;
  width:42px;
  height:147px;
}



/*  TITRE PAGE  */

#titre_page{
  width:255px;
  height:69px;
}
#titre_page p{
  position:absolute;
  margin-left:20px;
}
#nom_categorie{
  color:#fff;
  font-size:12px;
  font-weight:bold;
  margin-top:15px;
}
#nom_page{
  color:#fff;
  font-size:16px;
  font-weight:bolder;
  margin-top:30px;
}
.titre_page_gris{
  background-image:url("../images/fond-titre-gris.jpg");
}
.titre_page_bleu{
  background-image:url("../images/fond-titre-bleu.jpg");
}
.titre_page_rouge{
  background-image:url("../images/fond-titre-rouge.jpg");
}



/*  TEXTE PAGE  */

#texte_page{
  width:255px;
  height:413px;
}
#texte_page table{
  position:absolute;
  bottom:8%;
  margin-left:25px;
}
#texte_page td{
  padding:2px;
}
#texte_page select{
  width:205px;
  margin-top:50px;
  margin-left:25px;
  font-size:10px;
  border:1px solid #255875;
}
#texte_page a{
  text-decoration:none;
  color:#676766;
  font-weight:bold;
}
.paragraphe{
  position:absolute;
  width:205px;
  margin-top:70px;
  margin-left:25px;
  font-size:12px;
  text-align:left;
}
.nom_produit{
  position:absolute;
  width:205px;
  margin-top:60px;
  margin-left:25px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}
.texte_page_gris{
  background-image:url("../images/fond-texte-gris.jpg");
}
.texte_page_bleu{
  background-image:url("../images/fond-texte-bleu.jpg");
}
.texte_page_rouge{
  background-image:url("../images/fond-texte-rouge.jpg");
}

