body {
	background-color: #000000;
	background-image: url(images/pattern_134.gif);
	background-repeat: repeat;
}
#main {
	background-color: #CCCCCC;
	height: 719px;
	width: 650px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	top: 0px;
}
#footer {
	background-image: url(images/fondfooter.jpg);
	height: 80px;
	width: 650px;
}

#header {
	font-family: "Franklin Gothic Medium";
	font-size: 18pt;
	font-style: italic;
	color: #FFFFFF;
	height: 130px;
	width: 650px;
	background-image: url(images/header.png);
	background-color: #000000;
}
#content {
	background-color: #000000;
	height: 483px;
	width: 630px;
	background-image: url(images/fondcontent2.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#main #content img {
	float: left;
	margin: 10px;
}



#main #menu {
	height: 26px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/fondmenu.png);
	background-repeat: no-repeat;
}
#main #menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#main #menu a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#main #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}