.operation .oc8 {
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
}
.infos_operation {
	float: right;
	width: 400px;
	text-align: right;
}
.operation ul {
	list-style-type: square;
	color: #fff;
	padding-left: 30px;
}
.green .oc1 {
	background: url('/img/oc1_green.png') repeat-x top #a3e31e;
}
.green .oc2 {
	background: url('/img/oc2_green.png') repeat-y right;
}
.green .oc3 {
	background: url('/img/oc3_green.png') repeat-x bottom;
}
.green .oc4 {
	background: url('/img/oc4_green.png') repeat-y left;
}
.green .oc5 {
	background: url('/img/oc5_green.png') no-repeat top left;
}
.green .oc6 {
	background: url('/img/oc6_green.png') no-repeat top right;
}
.green .oc7 {
	background: url('/img/oc7_green.png') no-repeat bottom right;
}
.green .oc8 {
	background: url('/img/oc8_green.png') no-repeat bottom left;
}
.red .oc1 {
	background: url('/img/oc1_red.png') repeat-x top #db0606;
}
.red .oc2 {
	background: url('/img/oc2_red.png') repeat-y right;
}
.red .oc3 {
	background: url('/img/oc3_red.png') repeat-x bottom;
}
.red .oc4 {
	background: url('/img/oc4_red.png') repeat-y left;
}
.red .oc5 {
	background: url('/img/oc5_red.png') no-repeat top left;
}
.red .oc6 {
	background: url('/img/oc6_red.png') no-repeat top right;
}
.red .oc7 {
	background: url('/img/oc7_red.png') no-repeat bottom right;
}
.red .oc8 {
	background: url('/img/oc8_red.png') no-repeat bottom left;
}
.blue .oc1 {
	background: url('/img/oc1_blue.png') repeat-x top #89c8e8;
}
.blue .oc2 {
	background: url('/img/oc2_blue.png') repeat-y right;
}
.blue .oc3 {
	background: url('/img/oc3_blue.png') repeat-x bottom;
}
.blue .oc4 {
	background: url('/img/oc4_blue.png') repeat-y left;
}
.blue .oc5 {
	background: url('/img/oc5_blue.png') no-repeat top left;
}
.blue .oc6 {
	background: url('/img/oc6_blue.png') no-repeat top right;
}
.blue .oc7 {
	background: url('/img/oc7_blue.png') no-repeat bottom right;
}
.blue .oc8 {
	background: url('/img/oc8_blue.png') no-repeat bottom left;
}
