@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background:url(images/degrade_body.png) repeat-x #397a88;
}

#contenu{
	width:1200px;
	height:500px;
	background:url(images/fond_contenu.png) no-repeat;
	margin-right:auto;
	margin-left:auto;
	
	}
	
#ensemble{
	width:1200px;
	overflow:auto;
	position:absolute;
	top:178px;
	}
	
#zone{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	}
	
#entete_zone{
	width:900px;
	height:20px;
	background:url(images/entete_zone.png);
	}
	
#contenu_zone{
	width:900px;
	background:url(images/fond_zone.png) repeat-y;
	overflow:hidden;
	}
	
#pied_zone{
	width:900px;
	height:20px;
	background:url(images/pied_zone.png);
	}
	
#marge_gauche{
	width:50px;
	float:left;
	}
	
#marge_centre{
	width:50px;
	float:left;
	}
	
#marge_droite{
	width:50px;
	float:left;
	}
	
#contenu_gauche{
	width:375px;
	float:left;
	color:#313030;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	}
	
#contenu_droite{
	width:375px;
	float:left;
	color:#313030;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}
	
a{
	color:#313030;
	text-decoration:none;
}

#pied{
	width:100%;
	height:59px;
	background:url(images/fond_pied.png) repeat-x;
	position:absolute;
	bottom:0px;
	}
	
#contenu_pied{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding-top:25px;
	padding-left:100px;
	color:#FFF;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;

	}