body {
	margin: 0;
	text-align: center;
}
#fractal {
	height: 618px;
	width: 820px;
	left:50%;
	top:50%;
	margin-left: -410px;
	margin-top:-309px;
	position: absolute;
	overflow: hidden;
	
}
#conteneur {
	width: 954px;
	left:50%;
	margin-left: -477px;
	position: absolute;
	overflow: visible;
	

}
#titre {
	background-image: url(images/titre_modele.jpg);
	height: 60px;
	width: 954px;
	position: relative;
	top: 5px;
	bottom: 5px;
}
#fond {
	width: 954px;
	height: auto;
	position: relative;
	background-image: url(images/fond_haut.gif);
	background-repeat: no-repeat;
	overflow: visible;
	left: 0px;
	z-index: 2;
}
#fond_bas {
	background-image: url(images/fond_bas.gif);
	position: static;
	height: 18px;
	width: 954px;
	left: 0px;
	visibility: inherit;
}
a:hover {
	background-color: #DEA221;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B13A3A;
}
.contenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C4413;
}
#fond_gr {
	background-image: url(images/fond_derriere.gif);
	position: relative;
	top: 7px;
}
