#colTwo {
	min-height: 350px;
}

.referencesHaut {
	background-image: url(img/haut.png);
	width: 175px;
	height: 32px;
	margin: 0 auto;
	cursor: pointer;
}

.referencesHaut:hover {
	background-image: url(img/haut-over.png);
}

.referencesBas {
	background-image: url(img/bas.png);
	width: 175px;
	height: 32px;
	margin: 0 auto;
	cursor: pointer;
}

.referencesBas:hover {
	background-image: url(img/bas-over.png);
}

.referencesContents {
	height: 195px;
	overflow: hidden;
	display: block;
}

.referencesContents ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}

.referencesContents li {
	list-style-type : none;
	margin: 0;
	padding: 0;
}

.referencesContents a {
	font-weight: bold;
	text-decoration: none;
	height: 193px;
	width: 222px;
	display: block;
	border: 1px #cccccc dotted;
	text-align: center;
}

.referencesTitre {
	background-image: url(img/btn-Editeurscripts.jpg);
	width: 261px;
	height: 50px;
	display: block;
	color: #ffffff;
	padding-top: 16px;
	padding-left: 28px;
}

.referencesTitre strong {
	color: #ffffff;
}

#colOne a.referencesTitre:hover {
	text-decoration: none;
}
