@charset "utf-8";
/* CSS Document */

#fermer {
	background-color: #9CC;
	height: 20px;
	width: 50px;
	top: 0px;
	position: absolute;
	left: 420px;
	margin-top: 0px;
}
#zonetexte {
	height: 200px;
	width: 250px;
}
#cadre {
	height: 470px;
	width: 360px;
	z-index: 10;
	position: absolute;
	top: -10px;
	left: 60px;
}

#texte {
	background-color: #FF3;
	width: 200px;
}
#bouton1 {
	color: #FFD1BB;
}
#bouton2 {
	color: #FFD1BB;
}
#bouton1:hover {
	color: #C63;
	cursor: pointer;
}
#bouton2:hover {
	color: #C63;
	cursor: pointer;
}
#store-gauche {
	float: left;
	height: 450px;
	width: 300px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 5;
}
#store-separation{
	position: absolute;
	height: 470px;
	width: 1px;
	left: 313px;
	top: 125px;
	background-color: #E5E5E5;
}
#store-droit {
	position: absolute;
	height: 339px;
	width: 586px;
	left: 314px;
	top: 140px;
	text-align: center;
}
