/*-----------------  DIV DE LA PAGE CUISINE -----------------*/
/*div du bloc central*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 20px;
}
#contenu {
	float: left;
	width: 820px;
	height: 600px;
	margin: 0px;
	text-align: center;
}
#contenu p {
	font-size: 17px;
	color: #331e19;
	text-align: center;
	font-style: italic;
}

#contenu h1 {
	font-size: 25px;
	font-weight: bold;
	color: #714135;
	text-align: center;
}

#livre_cuisine {
	float: left;
	width: 800px;
	height: 600px;
	overflow: auto;
	margin: 0px;
	padding: 10px;
	border-bottom: solid 1px #714135;
}
