@charset "utf-8";
/* CSS Document */
body {
	background-color: #710008;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #710008;
}
a:active {
	text-decoration: none;
	color: #F5A33A;
}
.style1 {
	font-size: 10px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.style2 {
	font-size: 16px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.style4 {
	font-size: 10px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.style5 {
	font-size: 11px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.style20 {
	font-size: 10px;
	color: #710008;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:100%;
	overflow: visible;
	z-index:1;
	}
#page {
	position:absolute;
	top:0px;
	left:85px;
	width:830px;
	height:100%;
	overflow: visible;
	z-index:1;
	background-color: #fffad2;
	}
#bandeau {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:160px;
	overflow: visible;
	z-index:2;
	background-image: url(../images/texture.jpg);
	background-repeat: repeat-x;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
#header {
	position:absolute;
	top:8px;
	left:124px;
	width:600px;
	height:154px;
	overflow: visible;
	z-index:3;
	}
#menu {
	position:absolute;
	top:165px;
	left:0x;
	width:148px;
	height:350px;
	overflow: visible;
	z-index:3;
	}
#main {
	position:absolute;
	top:198px;
	left:98px;
	width:614px;
	overflow: visible;
	z-index:1;
	background-color: #fffad2;
	}
#logo {
	clear:both;
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-445px;
	width:314px;
	height:218px;
	overflow: visible;
	z-index:4;
	}
#diapo {
	position:absolute;
	top:-5px;
	right:-17px;
	width:220px;
	height:173px;
	overflow: visible;
	z-index:5;
}
#photo2 {
	position:absolute;
	top:101px;
	right:67px;
	width:177px;
	height:128px;
	overflow: hidden;
	z-index:4;
}
#photo {
	position:absolute;
	top:20px;
	right:0px;
	width:262px;
	height:335px;
	overflow: visible;
	z-index:4;
	}
#footer {
	clear:both;
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-415px;
	width:830px;
	height:47px;
	background-color:#fffad2;
	overflow: visible;
	z-index:3;
	}

