/*
 * Schema
 */
 
.cfm {
	background: url(img/cfm.png) no-repeat;
	display: block;
	height: 436px;
	width: 658px;
}

.cfm a {
	background-repeat: no-repeat;
	position: relative;
	display: block;
}

.cfm a.fa {
	height: 42px;
	width: 292px;
	top: 86px;
	left: 252px;
}

.cfm a.cp {
	height: 112px;
	width: 112px;
	top: 123px;
	left: 342px;
}

.cfm a.sa {
	height: 58px;
	width: 180px;
	top: 27px;
	left: 478px;
}

.cfm .fa:hover { background-image: url(img/fa.png); }
.cfm .cp:hover { background-image: url(img/cp.png); }
.cfm .sa:hover { background-image: url(img/sa.png); }

