body {
	background-color: #000;
	margin-top: 0;
	padding-top: 0;
	color: #757575;
	font-family:Arial, "Comic Sans MS";
	font-size:14px;
}
/*liens*/
a:link {text-decoration:underline; color: #ccc}
a:visited {text-decoration:underline; color:#ccc}
a:hover {text-decoration: overline; color:#d28600; background:none;/* correction d'un bug IE */
}
a:active {text-decoration:none; color:#d28600}
input, textarea{
	background-color:#999;
	border: 2px solid #666666;
	color: #333333;
}
#splash {
	position: relative;
	float:none;
	width: 967px;
	height: 578px;
	background-image:url(img/splash.jpg);
	text-align:center;
	z-index: 10;
}
#back {
	position: relative;
	float:none;
	width: 967px;
	height: 578px;
	background-image:url(img/back.jpg);
}
#menu {
	position: relative;
	float:left;
	left: 20px;
	top: 15px;
	width: 146px;
	height: 20px;
}
#home a div{
	width:23px;
	height:20px;
	background-image:url(img/home.jpg);
	float:left;
	cursor:pointer;
}
#travaux a div{
	width:60px;
	height:20px;
	background-image:url(img/travaux.jpg);
	float:left;
	cursor:pointer;
}
#contact a div{
	width:63px;
	height:20px;
	background-image:url(img/contact.jpg);
	float:left;
	cursor:pointer;
}
#home a:hover div{
	background-image:url(img/home_over.jpg);
}#travaux a:hover div{
	background-image:url(img/travaux_over.jpg);
}
#contact a:hover div{
	background-image:url(img/contact_over.jpg);
}
#main {
	position: relative;
	clear:left;
	left: 15px;
	top: 0px;
	width: 655px;
	height: 350px;
	overflow:auto;
}
#vignette {
	width:auto;
	height:auto;
	float:left;
	margin: 2px;
}
#desc {
	position: relative;
	float:left;
	left: 200px;
	top: 12px;
	width: 500px;
	height: 50px;
	margin:0;
	padding:0;
}
#vignette a img{
	border:2px solid #757575;
}
#vignette a:hover img{
	border:2px solid #d28600;
}
#agrand {
	display: none;
	position: relative;
	top:50%;
	bottom:50%;
	left:50%;
	width: auto;
	height: auto;
	border: 1px solid black;
	background-color: #757575;
	color:#fff;
	z-index:11;
	text-align: center;
	cursor:pointer;
}
#load {
	position:relative;
	top: 50%;
	z-index:12;
	margin-top: -10px;
}
#content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10;
	overflow: auto;
}
#contener {
	width: 100%;
	height:auto;
}
#preload {
	display:none;
}
#filter
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}
