.catalogue {
	padding-top:30px;
}

.catalogue h1 {
	font-variant: small-caps;
	color: white;
	text-align: center;
	font-weight: bold;
}

.catalogue .element {
	padding: 5px;
	background-color: #293e5d;
	min-height:170px;
	border:0;
	margin:40px 20px 0 20px;
}


.catalogue .element > .picture {
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0px;
	float:left;
	height:173px;
	margin:0 15px 0 0;
	width:124px;
}

.catalogue .element > .picture > .link > img {
	max-height:170px;
	width:120px;
	border: 0px;
}

.catalogue .element > .link {
	text-decoration: none;
	border: 0px;
}


.catalogue .element > .text {
	overflow: auto;
	font-size: 12px;
	
	color:#FFFFFF;
	text-align:justify;
	border-bottom:1px solid #b8d8e1;
	padding:0;
	border-top:0;
}

.catalogue .element > .textRight{
height: auto;
text-align: right;
padding-right:5px;
}

.catalogue .element > .title {
font-weight: bold;
color: #84BBF2;
}

.catalogue .element .author {
font-size: 11px;
font-weight: bold;
color: #84BBF2;
}

.catalogue .element .date {
font-size: 11px;
font-style: italic;
color: #84BBF2;
}


