body{
	color: #413b37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#dfdad6;
}
body a{
	color: #413b37;
	text-decoration: none;
	font-weight: bolder;
}
body a:hover{
	color: #a19b95;
	text-decoration: none;
	font-weight: bolder;
}
#conteneur {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#bann {
	position: relative;
	float: left;
	height: 134px;
	width: 100%;
	background-image:url(../img/bann_repet.jpg);
}
#ligne_titre {
	position: relative;
	float: left;
	height: 25px;
	width: 100%;
	background-color: #63574f;
	word-spacing: 2em;
}
#espace_titre {
	position: relative;
	float: left;
	height: 22px;
	width: 979px;
	background-color: #63574f;
	padding-top: 3px;
	padding-left: 34px;
}
#conteneur2 {
	position: relative;
	float: left;
	width: 1013px;
	background-image: url(../img/fond_menu.jpg);
	background-repeat:repeat-y;
}
#menu {
	position: relative;
	float: left;
	width: 245px;
	height:100%;
	text-align: center;
	margin-top: 10px;
}
#content {
	position: relative;
	width:750px;
	float: left;
	background-color: #dfdad6;
	margin-left: 13px;
}
#page {
	position: relative;
	float: left;
	width:760px;
	text-align: center;
	margin-top: 10px;
}
