/* CSS Document */
#gauche { padding-top: 200px; }

body { 
	background-color: #333333;
	font-size: 16px;
	background: url("../image/FleurFloorTilesI2.jpg");
	font-family: Palatino, "Palatino Linotype", "Bookman Antiqua", Times, "Times New Roman", serif;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	border: none;
}
#main {
	position: absolute;
	top: 110px;
	left: 240px;
	width: 790px;
	min-height: 400px;
	opacity: 1;
	border: 3px solid #2d6cb4;
	padding: 20px 10px;
	background-color: #fff;
	z-index: 0;
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
}
a {
	text-decoration: none;
	color: inherit;
}
#main a {
	color: Maroon;
	font-weight: bold;
}
#gauche {
	position: absolute;
	top: 0px;	
	background: #fff;
	height: 100%;
	width: 180px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 230px; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	overflow: visible;
	left: 0px;
	border-right: groove black 1px;
	z-index: 3;
}
.menu {
	text-align: center;
	width: 185px;
	font-weight: bold;
}
#gauche ul li{
	list-style-image: url('../image/li-arrow.png');
	line-height: 14px;
	color: #333333;
	width: 240px;
}
#gauche a:hover {
	font-size: 24px;
	color: #000000;
}
#tagline {
	position: absolute;
	top: 42px;
	right: 30px;
	color: White;
	font-size: 24px;
	font-style: italic;
	z-index: 5;
}
.magnifyarea{
	box-shadow: 5px 5px 7px #818181;
	-webkit-box-shadow: 5px 5px 7px #818181;
	-moz-box-shadow: 5px 5px 7px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
	background: white;
	z-index: 6;
}
#chron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #333333;
	padding: 16px;
	background-color: #CCCCCC;
	margin-top: 42px;
	margin-bottom: 12px;
}
#chron a { color: #003366; }
.lachron {
	font-weight: bold;
	text-align: right;
	margin-top: -36px;
	color: #990000;
	text-decoration: none;
}
#letitre {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}