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

.parution {
	float:left;
	width:185px;
	margin:0px;
	padding:0px;
}

.parution-top {
	background:url(../images/petit-bloc-orange-a.png) no-repeat;
	width:185px;
	height:34px;
	margin:0px;
	padding:15px 0px 0px;
	text-align:center;
	color:#333333;
	font-weight:bold;
}

.parution-main {
	background:url(../images/petit-bloc-orange-b.png) repeat-y;
	margin-top:-15px;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
}

.parution-bottom {
	background:url(../images/petit-bloc-orange-c.png) no-repeat;
	width:185px;
	height:40px;
	margin:0px;
	padding:0px;
}

