A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:underline}
A:hover {text-decoration:underline}

BODY {
	background-color: #666666;
}


h1 {font-size : 20px ; padding : 0 ; margin : 18px 2px 2px 2px ; color : #000080 ; text-align : center}



#gallery {
	position: relative;
	width: 750px;
        margin: 5 0 0 0;
        background : #fff url(images/wimereux/fleurdecume.gif) left top no-repeat;
}
#thumbs {
	width: 163px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 0px;
	width: 80px;
	height: 60px;
}
#thumbs a img {
	width: 80px;
	height: 60px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 160px;
	top: 0;
	border: 0;
}
