body {
background-color: #421d42;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px 0px 0px 0px;
background-image: url(../images/bkg_page.gif);
background-repeat: repeat-x;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

/* ----------Conteneur centrale-------------- */
#container {
width: 724px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/bkg.gif);
background-repeat: repeat-y;
margin-top: 78px;
}

/* ----------Banner-------------- */
#banner {
background-color: #e1ddd9;
padding: 0px;
margin: 0px 0px 0px 0px;
}

/* -----------------contenu de gauche--------------------- */
#content {
padding: 0px;
margin-left: 182px;
margin-right: 0px;
}
div#content { 
min-height:450px;
height:expression(this.scrollHeight > 450 ? "auto":"450px"); 
background-image: url(../images/bkg_contenu.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

#content p{
	margin:0px 0px 15px 30px;
}

#content h1{
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
font-weight: bold;
margin:0px 0px 10px 30px;
text-transform: uppercase;
}

#content h2{
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
font-weight: bold;
margin:0px 0px 3px 30px;
}

#content img{
margin:30px 0px 0px 0px;
}

/* --------------menu gauche------------- */
#left {
float: left;
width: 180px;
margin: 0px;
padding: 0px;

}

/* -----------footer--------------------------- */
#footer {
clear: both;
text-align: right; 
font-size: 10px;
background-image: url(../images/bg_footer.gif);
background-repeat: no-repeat;
height: 29px;
margin:0px
}

#footer p{
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding:7px 15px 0px 0px;
}

ul#menu {
list-style-type: none;
margin: 70px 0px 0px 11px;
padding: 0px 0px 0px 0px;
}

ul#menu a {
display: block;
text-decoration: none;
color: #000;
padding: 4px 4px 4px 40px;
background-image: url(../images/puce.gif);
background-repeat: no-repeat;
background-color: #e4dbe8;
width:110px;
background-position: center left;
border-bottom: 1px #421d42 solid;
border-top: 1px #421d42 solid;
border-right: 1px #421d42 solid;
margin-bottom:3px;
}
	 
ul#menu a:hover {
background-image: url(../images/puce_on.gif);
background-repeat: no-repeat;
color: #993399;
}
