.childPageRetrieval {
	box-shadow: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin-top: 20px;
	margin-bottom: 0;
}

.childPageRetrieval .childPageRetrievalImageWrapper {
	border: 5px solid white;
	max-height: 75px;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
}

.childPageRetrieval .childPageRetrievalImageWrapper img {
	width: 100%;
}

.childPageRetrieval .cal_titre {
	margin-top: 10px;
}

.childPageRetrieval .cal_titre a {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 1.6em;
	color: #003d7e;
	text-transform: uppercase;
}

.childPageRetrieval ul li {
	padding: 5px 0;
}

.childPageRetrieval ul li a {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #000000;
}

