img{   /* Voir caracteristique  de toutes images */
border:0;
padding:0;
margin:0;
}
/*MISE EN PAGE DU BAS DE PAGE*/
#bas-page
   {
   position         : fixed;
   margin-bottom    : 20px; 
   height           : 50px;
   width            : 832px;
   background-color : #E9DCC6;
   }
/*------------------------------------------------ 
	ENTÊTE
-------------------------------------------------*/
#entete { 
	position: relative; /* Condition pour poditionner les objets de l'entête */
	margin-left: 10;
	background: url(../images/image_graphique/haut.gif) repeat-x left top; /* Ombragé du haut */
	height: 230px;
    width : 832px;
	} 
/* Bandeau */
#entete p {
	margin: 0; 
	padding: 0;
	position: absolute; /* Acive le positionnement relative à l'entête  */
	top: 80px; /* Position du haut de la page */
	left: 16px; /* Position de la gauche de la page */	
	width: 832px; /* Largeur de l'image du bandeau */ 
	height: 230px; /* Hauteur de l'image du bandeau */ 
	background: url(images/entete-bandeau.gif) no-repeat center top; /* L'image du bandeau */
	} 

/*------------------------------------------------ 
	CORPS DE LA PAGE
-------------------------------------------------*/
#corps { 
	/*position: relative;  Condition pour poditionner les objets de l'entête */
	margin-left: 10;
	/*background: url(../images/image_graphique/haut.gif) repeat-x left top;  Ombragé du haut */
	/*height: 230px;  */
    width : 832px;
	} 
#corps p {
	margin: 0; 
	padding: 0;
	/*position: absolute;  Acive le positionnement relative à l'entête  */
	/*top: 80px;  Position du haut de la page */
	/*left: 16px;  Position de la gauche de la page */	
	/*width: 832px;  Largeur de l'image du bandeau */ 
	/*height: 230px;  Hauteur de l'image du bandeau */ 
	/*background: url(images/entete-bandeau.gif) no-repeat center top;  L'image du bandeau */
	} 

/* ----------------------------------------------
	MENU DU HAUT (les rollovers du haut)
 ------------------------------------------------*/
/* Positionnement du topmenu */
#topmenu {
	position: absolute; 
	top: 2px; 
	left: 250px;
	}
#topmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	position: relative; 
	}
#topmenu li a {
	text-decoration: none;
	position: relative;
	}
#topmenu li a span {
	display: none; 
	}
#topmenu li a:hover span {
	display: block;
	/*color: #A0A0A0; */
	/*background-color: #e7eee7; */
	text-align: center;
	border: 0px;
	width: 600px;  
	}
/* Logo "sdv" - normal */
li#item0 a {
	position: absolute; 
	z-index: 400; 
	display: block; 
	width: 230px; 
	height: 230px; 
	background: url(../images/image_graphique/logo-230.gif) no-repeat top left; 
	top: -2; left: -250px;
	}

/* Bouton "contact" - normal */
li#item1 a,
li#item1 a:link,
li#item1 a:focus{
	position: absolute; 
	top: 0px; 
	left: 20px; 
	z-index: 300; 
	display: block; 
	width: 150px; 
	height: 30px;  
	background: url(../commun/contact.gif) no-repeat top left; 
	}

/* Bouton "contact" - survol */

li#item1 a:hover { 
	position: absolute; 
	width: 150px; 
	height: 30px; 
	top: 0px; 
	left: 20; 
	background: url(../commun/contact1.gif) no-repeat top left;  
	z-index: 297;
	}
	
/* Bouton "mailing" - normal */
li#item2 a {
	position: absolute; 
	z-index: 400; 
	display: block; 
	width: 150px; 
	height: 30px; 
	background: url(../commun/mailing.gif) no-repeat top left; 
	top: 0; left: 150px;
	}
	
/* Bouton "mailing" - survol */
li#item2 a:hover { 
	position: absolute; 
	width: 150px; 
	height: 30px; 
	top: 0px; 
	left: 150;
	background: url(../commun/mailing1.gif) no-repeat top left; 
	z-index: 200;
	}
	
/* Bouton "Plan d'accès" - normal */
li#item3 a {
	position: absolute; 
	z-index: 500; 
	display: block; 
	width: 150px; 
	height: 30px;
	background: url(../commun/plan.gif) no-repeat top left; 
	top: 0; 
	left: 300px;
	}
	
/* Bouton "Plan d'accès" - survol */
li#item3 a:hover { 
	position: absolute; 
	width: 150px; 
	height: 30px; 
	top: 0px; 
	left: 300;
	background: url(../commun/plan1.gif) no-repeat top left; 
	z-index: 299;
	}

/* Bouton "Livre d'or" - normal */
li#item4 a {
	position: absolute; 
	z-index: 600; 
	display: block; 
	width: 150px; 
	height: 30px;
	background: url(../commun/livredor.gif) no-repeat top left; 
	top: 0; 
	left: 450px;
	}
	
/* Bouton "Livre d'or" - survol */
li#item4 a:hover { 
	position: absolute; 
	width: 150px; 
	height: 30px; 
	top: 0px; 
	left: 450;
	background: url(../commun/livredor1.gif) no-repeat top left; 
	z-index: 298;
	}
/* menu principal */
li#ze_menu {
	position: absolute; 
	z-index: 600; 
	display: block; 
	width: 600px; 
	height: 363px;
	/*background: url(../commun/livredor.gif) no-repeat top left;  */
	top: 37; 
	left: -20px;
	}
