
h3 {
	margin : 0 0 10px 0;
	padding : 5px 0 0 10px;
	font : bold 1em verdana, sans-serif;
	color : maroon;
	text-align : left;
	clear : both;
}
#corps p {
	text-align : center;
	color : maroon;
	font-weight : bold;
	margin : 0.5em;
	padding : 0;
}
#corps {
	height : 570px;
}
img {
	border : 1px solid black;
}
.thumb {
	text-align : center;
	position : relative;
	top : 0;
	left : 0;
}
.thumb a {
	margin : 0;
	text-decoration : none;
}
.thumb a:hover {
	background-color : red;
}
.thumb a .grand {
	display : block;
	position : absolute;
	width : 0;
}
.thumb a:hover .grand {
	position : absolute;
	top : 80px;
	left : 100px;
	width : auto;
	height : 425px;
}


