body{
	width: 100%;
	height: 100%;
	margin: 0;
}

.myslide{
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	width: 70%;
	height: 0;
	padding-bottom: 40%;
	background: #222558;
	border: solid 10px #dba55f;
}

.myslide_img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.myslide_img img{
	width: 100%;
	height: 100%;
}

#i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9, #i10, #i11, #i12,
#i13, #i14, #i15, #i16, #i17, #i18, #i19, #i20, #i21, #i22, #i23,
#i24, #i25, #i26, #i27, #i28, #i29{
	display: none;
}

.prev, .next{
	width: 12%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
}

.prev{
	left: 0;
}

.next{
	right: 0;
}

#i1:checked ~ #un,
#i2:checked ~ #deux,
#i3:checked ~ #trois,
#i4:checked ~ #quatre,
#i5:checked ~ #cinq,
#i6:checked ~ #six,
#i7:checked ~ #sept,
#i8:checked ~ #huit,
#i9:checked ~ #neuf,
#i10:checked ~ #dix,
#i11:checked ~ #onze,
#i12:checked ~ #douze,
#i13:checked ~ #treize,
#i14:checked ~ #quatorze,
#i15:checked ~ #quinze,
#i16:checked ~ #seize,
#i17:checked ~ #dix-sept,
#i18:checked ~ #dix-huit,
#i19:checked ~ #dix-neuf,
#i20:checked ~ #vingt,
#i21:checked ~ #vingt-un,
#i22:checked ~ #vingt-deux,
#i23:checked ~ #vingt-trois,
#i24:checked ~ #vingt-quatre,
#i25:checked ~ #vingt-cinq,
#i26:checked ~ #vingt-six,
#i27:checked ~ #vingt-sept,
#i28:checked ~ #vingt-huit,
#i29:checked ~ #vingt-neuf{
	z-index: 9;
}

.myslide_img{
	z-index: -1;
}

