body{
	margin: 0;
	padding: 0;
	background-color: #fffbfc;
	background-image: url(../images/fond_fenetre.jpg);
/*
	scrollbar-face-color: #F7D3DF;
	scrollbar-highlight-color: #FDEEF3;
	scrollbar-3dlight-color: #FADBE5;
	scrollbar-darkshadow-color: #CC3366;
	scrollbar-shadow-color: #DA7E9C;
	scrollbar-arrow-color: #FDEEF3;
	scrollbar-track-color: #FDF1F5;
*/
}

/* Placement des éléments principaux */

#conteneur {
	position:relative;
	width: 810px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fdeef3;
	border: 5px solid;
	border-top-color: #faf1f3;
	border-left-color: #fef4f8;
	border-right-color: #e7cfd4;
	border-bottom-color: #eed3d9;
	border-spacing:5px;
	min-height:600px;
}

#menu{
	margin-top:9px;
	width: 170px;
	height: 600px;
	float:left;
	background-image: url(../images/fond_menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#sous-conteneur{
	margin-left:170px;
}

#entete{
	height: 130px;
	background-image: url(../images/fond_entete.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#entete div{
	position:relative;
	top:115px;
	margin-right:175px;
	text-align:center;
	z-index:0;
}


#contenu{
	padding:5px;
}

#pied{
	margin-top:10px;
	clear:both;
}


/* Le menu */
ul#menulist li ul{ display:none; }
ul#menulist li:hover>ul{ display:block; }

ul#menulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC3366;
	position: static;
	left: 10px;
	margin: 15px;
}

ul#menulist, ul#menulist ul {
  list-style:none;
  margin:0;
  padding:0;
  width:150px;
}

.smenu{
	background-image: url(../images/puce_fleche_droite.gif) !important;
	background-position: 11.3em;
	background-repeat: no-repeat;
}

ul#menulist ul {
	background-color:#FAE2EA;
}

ul#menulist ul{
  position:absolute;
  top:-1px;
  left:150px;
}

ul#menulist li{
  position:relative;
  margin:0px;
  padding:0px;
  _display:inline;
}

ul#menulist a{
  display:block;
  width:100%;
  text-decoration: none;
  text-indent: 1em;
  width: 150px;
  padding: 5px 0;
}

ul#menulist li:hover, ul#menulist li a:hover, .smenu_hover {
  color: #FFFFFF;
  background-color: #E4ADBC;
}
ul#menulist li a.smenu:hover{
	background-image: url(../images/puce_fleche_blanche.gif) !important;
	background-position: 11.3em;
	background-repeat: no-repeat;
}

ul#menulist a {
/*	color: #A05804; */
	text-decoration: none;
}


/* Entete */

div#entete marquee{
	position:relative;
	color: rgb(163, 103, 113);
	top: 112px;
}


/* Pied */

#pied{
	text-align:center;
}

#pied #web2poche{
	float:left;
	width:170px;
	text-align:center;
	margin-bottom:1px;
}

#pied #copyright{
	float:right;
	font-size: 10px;
	margin:2px;
	font-style:italic;
}

div#slogan{
	position:absolute;
	top:112px;
	left:155px;
	right:0px;
	color:#A36771;
}

