body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h1 {
	font-size: 14px;
	color: #000;
	font-weight:bold;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.menu a, .menu a:visited {
	color: #000;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
.menu {
	font-weight:bold;
	margin:14px;
	height:20px;
	padding-top:4px;
	background-color:#ffbb75;
}
#langues {
	position: relative;
	text-align:right;
	top: 5px;
	right: 5px;
}
#langues img {
	border:0;
}
#footer {
	position: relative;
	width:817px;
	margin: 10px auto;
	text-align:center;
	font-size:11px;
}
#footer a{
	padding-left:190px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
border: 1px
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 450px; /*position where enlarged image should offset horizontally */

}

