/*EXEMPLE DE DIV*/
#exemple_div	{
	width: 200px;
	margin: 0;
	padding: 0;
}
#exemple_div div.top	{
	background: url(../images/) no-repeat top center;
	height: 12px;
}
#exemple_div div.mid	{
	background: url(../images/) repeat-y top center;
	padding: 10px 6px 50px 12px;
}
#exemple_div div.bot	{
	background: url(../images/) no-repeat bottom center;
	height: 12px;
}