@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#fond {
	background-image: url(../_interface/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	z-index: -99;
	height: 500px;
	width: 600px;
	left: 0px;
	top: 0px;
}

#contact {
	height: 130px;
	width: 360px;
	position: fixed;
	top: 0px;
	padding: 10px 0px 5px 50px;
	text-align: left;
	z-index: 99;
	background-image: url(../_interface/contact.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	right: 20px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}


#bloc_travaux {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 400px;
	padding: 5px;
	margin-right: 5%;
}
#bloc_illustrations {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5%;	
}
#bloc_photos {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5%;	
}

.thumbnail {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: thin solid #666;
	box-shadow:-1px 3px 5px #666;
	-webkit-box-shadow:-1px 3px 5px #666;
	-moz-box-shadow: -1px 3px 5px #666;
	background-image: url(../_interface/background_thumb_.gif);	
}
.thumbnail_external {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: thin solid #666;
	box-shadow:-1px 3px 5px #666;
	-webkit-box-shadow:-1px 3px 5px #666;
	-moz-box-shadow: -1px 3px 5px #666;
	background-image: url(../_interface/background_thumb_target_.gif);
	background-repeat: no-repeat;	
}

.thumbnail_new {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: thin solid #666;
	box-shadow:-1px 3px 5px #666;
	-webkit-box-shadow:-1px 3px 5px #666;
	-moz-box-shadow: -1px 3px 5px #666;
	background-image: url(../_interface/background_thumb_new_.gif);
	background-repeat: no-repeat;
}

.thumbnail_updated {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: thin solid #666;
	box-shadow:-1px 3px 5px #666;
	-webkit-box-shadow:-1px 3px 5px #666;
	-moz-box-shadow: -1px 3px 5px #666;
	background-image: url(../_interface/background_thumb_updated_.gif);
	background-repeat: no-repeat;
}

