body, html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #e7d39f;
	background-attachment: fixed;
	background-image: url(img/background/hiero.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

body, p, td {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 12px;
	color: Black;
}

p.pCentered {
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #8d2924;
}

img.imgDeco {
	margin: 0px;
	padding: 0px;
}

img, p, h1, h3 {
	padding-left: 20px;
	padding-right: 20px;
}

img {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Haut */
div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background-image: url(img/background/bg_top.gif);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 4;
}


/* Menu */
div.menu {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 145px;
	z-index: 1;
}


/* Main Zone */
div.mainzone {
	position: absolute;
	top: 160px;
	left: 0px;
	padding-left: 145px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 0;
	list-style-position: inside;
	list-style-image: url(img/puce.gif);
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #8d2924;
	text-transform: uppercase;
}

/* CopyRight */
div.copyzone {
	color: #8d2924;
	text-align: center;
	font-size: 10px;
}

p.pCopy {
	text-align: center;
}

img.imgCopy {
	padding: 0px;
	margin: 0px;
}




/* Liens */
a.copy:link,a.copy:visited, a.copy:active {
	text-decoration: none;
	color: #8d2924;
}
a.copy:hover {
	text-decoration: underline;
	color: #8d2924;
}