/* CSS Document */
.cachediv {
	display: none;
}
body {
	background-color: #000000;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




#current a {
	color: #A9020A;
	text-decoration: none;
	font-weight:bold;
}

a:link {
	color: #111111;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #A9020A;
}
a:active {
	color: #A9020A;
	text-decoration: none;
}
BODY {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	color: #000000;
}
#site {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 635px;
	margin-top: -317px; /* moitié de la hauteur */
	
	/* border: 1px solid #333; */
	
}

/* overlay */

.image_calque{
	height: 100%;
}

.window{
	left: 50%;
	top: 30px;
	position: absolute;
	z-index: 10;
	visibility : hidden;
	width: 750px;
	height: 520px;
	margin-left: -375px; /* moitié de la largeur */
	margin-top: 0px; /* moitié de la largeur */
	background-color:#FFFFFF;
	/* background-image: url(/images/interface/fond/fond_galerie.jpg); 
	background-repeat: no-repeat; */
	overflow:hidden;
	}


.contemp_window{
  width: 100%;
  height : 100%;
  border : 0;
  overflow:hidden;
}
