@charset "ISO-8859-1";

#main {
	float: right;
	width: 660px;
	position: relative;
}
.block-poster {
	width: 660px;
	float: left;
}
.titre-poster {
	height: 20px;
	margin-top: 50px;
	color: #384C58;
}
.image-poster {
	float: left;
	display: block;
}
.tarifs-poster {
	float: left;
	height: 259px;
}
.tarifs-poster table {
	text-align: center;
	border: solid 1px #ccc;
}
.tarifs-poster tr {
}
.bt-creation {
	height: 47px;
	width: 267px;
	display: block;
	margin: auto;
	margin-top: 20px;
	line-height: 47px;
	text-align: left;
	background-image: url(../../images/poster/btn_canvas.png);
	background-repeat: no-repeat;
	text-decoration:none;
	font-size: 16px;
	text-align: center;
	color: white;
}
a:hover.bt-creation  {
	background-image: url(../../images/poster/btn_canvas.png);
	color: #333;
}
.texte-toile {
	float: left;
	width: 300px;
	text-align: justify;
}

