@charset "utf-8";
body {
	/*background-image: url(images/pattern.png);*/
	background-repeat: repeat;
	background-color:#d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;

}
#container2 {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	text-align: center;
}
#bouton {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 15px;
}
#livre {
	width: 200px;
	height: 310px;
	float: left;
}
#commande {
	width: 270px;
	float: left;
	height: 310px;
	padding-left: 20px;
}
#adresse {
	width: 490px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
