body {
	color		: #686868;
	margin-top	: 0;
	margin-left	: 0;
	background	: transparent;
	border		: 1px #686868 solid;
}

#main {
	width		: 530px;
	/*border		: 1px #FFF solid;*/
	background	: #F3EFE6;
	margin-top	: 0;
	margin-left	: 0;
}

#top_banner {
	background	: url(../images/bandeau.png) no-repeat;
	height		: 89px;
	border-bottom	: 1px #FFF solid;
}

#bottom_banner {
	background	: url(../images/bandeau_bas.png) no-repeat;
	height		: 60px;
	border-top	: 1px #FFF solid;
}

#content h1 {
	font-family	: helvetica;
	font-size	: 20px;
}

#menu {
	width		: 137px;
}

#menu li {
	background	: #F3EFE6;
}


#menu a.active {
	color		: #F9931F;
	background	: url(../images/mini_puce_active.png) no-repeat left;
	padding-left	: 8px;
}

#menu ul a {
	font-family	: arial;
	font-size	: 11px;
	color		: #686868;
	background	: url(../images/mini_puce_passive.png) no-repeat left;
	padding-left	: 8px;
}

#menu p {
	margin		: 11px;
	text-align	: center;
}

#menu .more {
	text-align	: center;
}

#menu .box {
	margin-top	: 130px;
	border		: none;
}

#content {
	/*position	: static;*/
	left		: 0;
	width		: 530px;
	padding-bottom	: 10px;
}

#content li {
}

img {
	border		: none;
}

.mini {
	margin-top	: 5px;
}

.maxi {
	font-size	: 15px;
	font-weight	: bold;
}

.orange {
	color		: #F9931F;
}

.overlined {
	margin-top	: 15px;
	padding-top	: 15px;
	border-top	: 1px #EAE4D4 solid;
	padding-left	: 29px;
}

#contact {
	margin		: 0;
	padding		: 0;
}

.popup_left {
	position	: absolute;
	width		: 145px;
	left		: 0px;
}

.popup_right {
	margin-left	: 145px;
	width		: 385px;
	padding-left	: 0px;
	left		: 145px;
}