html, body {
	margin: 0; padding:0;
	height: 100%;
}
body {
	background-color: #4F973E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div	{
	border: 0px solid black;
}
#header	{
	background: url('fichiers/haut_ciel04.png') top center no-repeat;
	top: 0;
	height: 200px;
	min-width: 950px;
	border: 0px solid black;
}
#container_left	{
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	min-height: 664px; 
	min-width: 419px; 
	background:url('fichiers/palmier.png'); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-attachement: fixed; 
	display: block; 
	clear: both; 
}
#texte_left	{
	border: 0px solid black;
	position: relative;
	left: 22px;
	margin-top: 180px;
	width:190px;
	height:200px;
	font-size: 14px;
	color:#2F2C06;
	style: italic;
	display: block; 
	clear: both; 
}
#texte_left a {
	text-decoration: none;
	font weight: bold;
}
#texte_left a:hover {
	font-style: italic;
}

#container_plaque	{
	position: fixed; 
	right: 0px; 
	bottom: 0px; 
	min-height: 550px; 
	min-width: 322px; 
	background:url('fichiers/dino_cadre.png'); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-attachement: fixed; 
	display: block; 
	clear: both; 
}
#texte_right	{
	border: 0px solid black;
	position: relative;
	left: 18px;
	margin-top: 255px;
	max-width:152px;
	height:165px;
	font-size: 14px;
	color: #FFEB00;
	display: block; 
	clear: both; 
}
#container_right	{
	position: fixed; 
	right: 0px; 
	bottom: 0px; 
	min-height: 550px; 
	min-width: 322px; 
	background:url('fichiers/dinovert_seul.png'); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-attachement: fixed; 
	display: block; 
	clear: both; 
}
#footer {
	background:url("fichiers/fleurs.png") bottom left repeat-x;
	width: 100%;
	height: 110px;
	padding: 0;
	margin: 0;
	position: fixed;
	left: 0;
	bottom: 0;
}
#footer_mentions {
	background:url("fichiers/feuille.png") no-repeat;
	text-align: center; 
	color: #FFFFFF; 
	width: 250px;
	height: 90px;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	left: 40%;
	bottom: 0;
}


#content {
	background: url('fichiers/cadre-jeux.png');
	background-repeat: no-repeat;
	margin: auto;
	z-index: 10003;
	border: 0px solid black;
	min-height: 354px;
	width: 504px;
}
