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

#contain_rectangle{
	margin:30px auto auto auto;
	width:852px;
}

#rectangle{
	float:left;
	width:208px;
	margin-right:5px;
	height:158px;
}

#rectangle_top{
	background-image:url(/assets/images/v6/rectangle_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:208px;
	margin-bottom:0px; 
	padding:0px;
}

#rectangle_middle{
	margin-top:0px; 
	background-image:url(/assets/images/v6/rectangle_middle.gif);
	background-repeat:no-repeat;
	height:138px;
	width:208px;
}

#rectangle_bottom{
	background-image:url(/assets/images/v6/rectangle_bottom.gif);
	height:10px;
	width:208px;
	background-repeat:no-repeat;
}

#texte{
	margin:0px auto auto 10px;
	width:188px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:medium;
	color:#747474;
	line-height:1.125em;
}