/* CSS DE BASE */

html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:79%;
  background-color: #fff; /*couleur de fond blanche*/
  overflow: auto;
}
.conteneur { /*le conteneur global du site, qui sera centre */
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
}

.header {
  height: 8.5em;
  background-color: white;
  border-bottom:1px solid #CCCCCC;
  display: block;
}

.menugauche {
  position: absolute;
  top: 122px;
  left:5px;
  width: 170px;
  height: auto;
  background-color: white;
  z-index: 20;
}

.menugauche {
  list-style-type: none;
  margin: 0;
  padding:0;
}

.menugauche li {
  margin-bottom: 5px;
}

.menugauche a {
  margin: 0 2px;
  color: #000000;
  text-decoration: underline;
}

.menugauche a:hover {
  text-decoration: none;
}

.frame {
  margin-left: 0px;
  width: auto;
  height: 547px;
  background-color: white;
}

/* SUPPRIME LES BORDURES DE LIEN AU CLIC SOURIS SOUS FIREFOX */
a:focus {
  outline: none;
}

/* FIN CSS DE BASE */

p {
  margin:0;
  border:0;
  padding:0;
}

img {
  margin:0;
  border:0;
  padding:0;
}
.header h1 {
  margin:0;
  border:0;
  padding:0;
}
.header h1 a {
  position: absolute;
  top : 20px;
  left: 28px;
  font-size:1.5em;
  font-weight: normal;
  padding:0;
  margin: 0;
  width: 306px;
  height: 38px;
  text-indent: -2000px;
  background: transparent url(../images/interface/logoentier.png) top center no-repeat;
}


/* --MENU NAVIGATION-- */

.navigation {
  display: block;
  position: absolute;
  top: 0.3em;
  right: 13em;
  list-style-type:none;
  z-index: 3;
  margin: 0;
  padding:0;
  border: 0;
}

.navigation li {
  float: left;
  color: #E99794;
}
.navigation li a {       /* définition de chaque bouton du menu */
  width: auto;	   /* largeur du bouton, que vous pouvez changer à loisir */
  height: 1em;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #E99794;
  background: #fff;
  font-size:0.8em;
  margin: 0 0.5em 0 0.5em;
  border: 0;
}

.navigation li a:hover {
  border: 0; 
  color: #CD2086;
}
/* --FIN MENU NAVIGATION--*/


/* --MENU/CONTACT--*/


dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu {
  float: right;
  position: absolute; /* Menu position that can be changed at will */
  display: block;
  top: 0.3em;
  right: 1em;
  z-index:100;
}

#menu {
  border: none;
}

#menu dl {
  float: left;
  margin: 0;
  width: auto;
  padding: 0;
}

#menu dt {
  cursor: pointer;
  text-align: right;
  font-weight: normal;
  background: #FFFFFF;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
  color: #999999;
  font-size: 0.8em;
}
#menu dd {
  display: none;
  border: 0;
}
#menu li {
  text-align: right;
  background: #fff;
  line-height: 15px;
  margin: 0px;
}
ul.style {
  position: absolute;
  top: 18px;
  left: 62px;
  width: 80px;

}

ul.langue {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 80px;

}

ul.adress {
  float: right;
  position: absolute;
  top: 18px;
  left: -328px;
  width: 380px;

}

#menu li a {
  color: #999999;
  font-size: 10px;
  text-decoration: none;
  display: block;
  height: 100%;
  border: none;
  margin: 0;
  background: white;
}

#menu dt a {
  color: #999999;
  font-size: 10px;
  text-decoration: none;
  display: block;
  height: 100%;
  margin: 0;
  border: none;

}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
  color: #666666;
  background: white;
}
#menu img {
  padding: 0;
  border: 0;
  margin: 0 0 0 3px;
}

#menu ul li a#email {
  color: #CD2086;
}
#menu ul li a#email:hover {
  color: #670F36;
}

/* --FIN MENU CONTACT--*/

/* MENU lienhome */

#lienhome {
  position: absolute;
  top: 6.6em;
  left: 27px;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  background:transparent;
  color: #CCCCCC;
}

#lienhome li {
  display:inline;
  float: left;
  list-style-type:none;
  background: white;
  padding: 0;

}
#lienhome li a {
  float: left;
  font-size:0.8em;
  color: #999999;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  padding: 1em 0.5em 0 0.5em;
  margin :0;	
}

#lienhome li a:visited { color: #999999; }

#lienhome li a:hover {
  background: transparent url(../images/interface/puce_menu.gif) top center no-repeat;
  color: #CD2086;
}

#lienhome li a:active {color: #996666;}

/* --FIN MENU LIEN HOME--*/

/* --------MENU CATEGORIES ---------*/

#categories{
  position: absolute;
  top: 6.6em;
  left: 169px;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  background:transparent;
  color: #CCCCCC;
  width: 950px;
}

#categories li {
  display:inline;
  float: left;
  list-style-type:none;
  background: white url(../images/interface/trait_li.gif) bottom right no-repeat;	margin: 0;

  margin: 0;
  padding: 0;

}
#categories li a {
  float: left;
  font-size:0.8em;
  color: #999999;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  padding: 1em 0.6em 0 0.6em;
  margin :0;	
}

#categories li a:visited { color: #999999; }

#categories li a:hover {
  background: transparent url(../images/interface/puce_menu.gif) top center no-repeat;
  color: #CD2086;
}

#categories li a:active {color: #CD2086;}

.active a {
  background: transparent url(../images/interface/puce_menu.gif) top center no-repeat;
}

.active a span {
  color: #CD2086;
}

/* --FIN MENU catégories --*/

/* CONTENU DU FOOTER */

.footer {
  background-color:#FFFFFF;
  border-top:1px solid #CCCCCC;  
  text-align: left; 
  clear: both;
}
.credits {
  font-size:10px;
  color: #CCCCCC;
  border: 0;
  padding: 0;
  margin: 5px 0 0 175px;
}

/* ---------LIENS ON/OFF--------- */

.lienon span {
  color: #CD2086;
}

.lienon:hover span {
  color: #670F36;
}


.lienoff span {
  color: #CCCCCC;
}

.lienoff:hover span {
  color: #999999;
}
#adressprint  {
  display: none;
}

