#pagecontent
{
	background:#edb031 url(../img/feuille-page.gif) no-repeat bottom right;
	color:white;
}

#calage
{
	float:right;
	border:1px solid #edb031;
}
#calage2
{
	float:left;
	height:200px;
	border:1px solid white;
}
#contenu1
{
	float:left;
	width:540px;
	padding-top:10px;
	background:url(../img/feuille-page2.gif) no-repeat top right;
}
#contenu2
{
	float:left;
	width:500px;
	background:white;
	border-top:1px solid #704e0f;
	color:#704e0f;
}
#lesvignettes
{
	width:500px;
	float:left;
	margin-top:10px;
	/*padding:10px 20px;*/
	background:#494721; 
	color:#edb031;
}
#legende
{
	padding:5px 0 0 15px;
	font-style:italic;
}

.unephoto
{
	padding:5px 0 10px 15px;
	float:left;
}

#masque
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	background:black;
	opacity:0.6;
	z-index:5;
	display:none;
	
}
html.MSIE #masque
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}