@charset "utf-8";
/* CSS Document */

/* Partie Css pour la gestion overlay  et window!- */

.calque{
	position: absolute;
	visibility : hidden;
	padding: 0px;
	align: center;
	background-color: #000000;
	opacity : .70;
	filter : alpha(opacity=70);
	width: 100%;
	height : 1175px;
	top : 0;
	left : 0;
}
.image_calque{
	height: 100%;
}
.window{
	color: #7D7772;
	position: absolute;
	visibility : hidden;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	align: center;
	font-size: 8pt;
	background-image: url(../images/photos/Living01.jpg);
	background-color: #FFFFFF;
	width: 630px;
	height : 595px;
	top : 15%;
	left : 20%;
}
.contemp_window{
	width: 100%;
	height : 100%;
	border: 2px solid #312c28;
}
