.modlists .listes .liste:before{
	content: "";
	background-color: #163767;
	height: 100%;
	width: 15px;
	position: absolute;
	top: 0;
	left: -15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}