/* CSS Document */
#container {
	background-image: url(../img/ecran3_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:708px;
}
#photo {
	position:absolute;
	height:515px;
	left:0px;
	overflow:hidden;
	top:50px;
	width:723px;
}
#footer {
	position: absolute;
	top:688px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272425;
	margin-left:41px;	
}
#buttons {
	position: absolute;
	top:580px;
	left:680px;
}
.button-diaporama {
	position: absolute;
	top:0px;
	left:28px;
	background-image: url(../img/btn_diaporama.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.button-diaporama a {
	width:84px;
	height:33px;
	display:block;
}
.button-travaux {
	position: absolute;
	top:30px;
	left:0px;
	background-image: url(../img/btn_travaux.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.button-travaux a {
	width:70px;
	height:50px;
	display:block;
}
.button-deco {
	position: absolute;
	top:30px;
	left:70px;
	background-image: url(../img/btn_deco.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.button-deco a {
	width:70px;
	height:50px;
	display:block;
}
#keywords {
	position: absolute;
	top:580px;
	left:51px;
	width:600px;
	height:80px;
	font-size:10px;
	text-align:left;
	overflow: auto;
	overflow-x: hidden;
}
.keywords1,.keywords2,.keywords3 {margin-bottom:10px;width:575px;}
.keywords1, .keywords1 a {
	color:#00703e;
	text-decoration:none;
	margin-right:5px;
	float:left;
	display:block;
}
.keywords2, .keywords2 a {
	color:#006e70;
	text-decoration:none;
	margin-right:5px;
	float:left;
	display:block;
}
.keywords3, .keywords3 a {
	color:#e96d27;
	text-decoration:none;
	margin-right:5px;
	float:left;
	display:block;
}
.keywords1 a:hover,.keywords2 a:hover,.keywords3 a:hover {
	text-decoration:underline;
}
.tag {white-space:nowrap;}
#player {margin:0;z-index:10;}
#imageCaption {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
