body {
	background-color:#4D3E35;
	color: #423228;
	font:11px Arial, Helvetica, sans-serif;
	margin:0px;
	position:relative;
}

#conteneur {
	background:url(design/footer.png) no-repeat bottom left;
	margin:40px auto 0px;
	position:relative;
	width:900px;
}

h1 {
	background:url(design/logo.png) no-repeat top left;
	height:152px;
	left:36px;
	margin:0px;
	position:absolute;
	text-indent:-999em;
	top:150px;
	width:212px;
}

h2 {
	position:absolute;
	text-indent:-999em;
}

#menu {
	background-color: #E6DAD2;
	height:25px;
	margin:0px;
	padding-left:250px;
	width:649px;
	background-image: url(design/background_menu2.jpg);
}
#menu p {
	line-height:25px;
	margin:0px;
	color: #E7D9D1;
}

iframe {
	height:475px;
	width:900px;
}

#footer {
	height:50px;
	width:900px;
}


/* PROPRE AUX IFRAME */




#contenu {
	left: 0px;
	margin:0px 0px 0px 240px;
	padding-left:20px;
	position: absolute;
	top: 0px;
	width:550px;
	z-index: 3;
	padding-top: 15px;
}

#flashcontain {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 900px;
	z-index: 2;
	background-color: #DAC9BF;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #E7D9D1;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

a.liens_brun:link {
    color:#3D312B;
    text-decoration: none;
	font-weight: bold;
}
a.liens_brun:visited {
    color:#3D312B;
	text-decoration: none;
	font-weight: bold;
}
a.liens_brun:hover {
    color:#3D312B;
	text-decoration: underline;
	font-weight: bold;
}
