#contenttop
{
	background-image: url('../img/cadrefichehaut.png');
	height: 14px;

	margin: 0px;

	line-height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	
	width: 450px;
	
}

#contentbottom
{
	background-image: url('../img/cadrefichebas.png');
	height: 14px;

	margin: 0px;

	line-height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	
	width: 450px;
	
	
	position: relative;
	z-index: 10;
	
	
}


#contentbody
{
	background-color: #f4f3e5;
	
	
	
	border-right: 1px solid #ddd7c1;
	border-left: 1px solid #ddd7c1;
	
	
	
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	
	width: 448px;
	
	padding-bottom: 0px;
	
	
	
}

#leftbody
{
	background-color: #f4f3e5;
	width: 238px;
	
	border-right: 1px solid #ddd7c1;
	border-left: 1px solid #ddd7c1;
	
}

#righttop
{
	background-image: url('../img/cadredroithaut.png');
	height: 14px;

	margin: 0px;

	line-height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	
	width: 221px;
	
}

#rightbottom
{
	background-image: url('../img/cadredroitbas.png');
	height: 14px;

	margin: 0px;

	line-height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	
	width: 221px;
	
	
	position: relative;
	z-index: 10;
	
	
}


#rightbody
{
	background-color: #f4f3e5;
	
	
	border-right: 1px solid #ddd7c1;
	border-left: 1px solid #ddd7c1;
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	
	width: 219px;
	
	padding-bottom: 0px;
	/*padding-top: 80px;*/
	
	
	
}



