@charset "utf-8";
/* CSS Document */

html{height: 100%}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#5e4f4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#a49791;
}

a{text-decoration: none;}
a:hover{text-decoration:underline;cursor:pointer;}

.brown-txt-11, a.brown-txt-11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#a49791;
}

.brown-txt-10, a.brown-txt-10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color:#a49791;
}

#bottom{
	width: 375px;
}

#mask-01{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color:#333333;
}

#layer-01{
	z-index: 101;
	position: absolute;
	width:375px;
	height:207px;
	left: 50%; 
	top: 50%;
	margin-top: -103px; 
	margin-left: -187px; 
	background-image: url(../philippe-bel-images/chocolat-bel-index-03.gif); 
	background-repeat:no-repeat;
}

