html {

	font-size: 1.2rem;
	line-height: 1.2rem;

}

body {
	
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2rem;

	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
	background-color: #ffcc99;
	border: medium double rgb(127, 51, 0);
	word-wrap: break-word;

}

a:hover {
	border: solid 1px
}

#fond {

	width: 800px;
	margin-left: 1px;
	margin-top: 1px;
	height: 600px;	
	position: absolute;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(./imag/livrb.gif);
	
}

#droite {

	width: 150px;
	margin-left: 1px;
	margin-top: 2px;
	height: 600px;	
	position: absolute;

	background-position: center;

}

#gauche {

	
	width: 600px;
	height: 550px;
	margin-left: 150px;
	margin-top: 2px;
	position: absolute;
	background-color: rgb(255, 255, 255);
	
	overflow: auto;

}


#part {

	margin-left: 200px;
	margin-top: 620px;
	position: absolute;


}