@CHARSET "ISO-8859-1";

p.download {
	height: 85px;
	/*width: 660px;
	vertical-align : middle; 
	display : table-cell;*/
	line-height: 85px;
	padding: 0 10px 0 10px;
	margin: 0;
	border: 0;
	font-weight: bold;
	color: #333333;
	/*background: url("/images/ci/download_back.gif") repeat-x 0px 0px;*/
	background-image: url("/images/ci/big_croque.jpg") ;
	background-repeat: no-repeat ;
	background-position: 0px center;	
}
p.download:hover {
	background-position: -223px center;
}
p.download a {
	color: #333333;
	padding: 0 0 0 20px;
	
}

p.download a:hover {
	background-image: url("/images/ci/orange_box_plain_off.gif") ;
	background-repeat: no-repeat ;
	background-position: 8px center;
}