body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#555555;
	margin: 0px;
	padding: 0px;
	background-color: #F0F1F0;
}


p{
	text-indent:5px;
	text-align:justify;
}

a{
	font-size:12px; 
	color:#EC6E10;
	text-decoration:none;
}

h1{
	font-size:25px;
	font-weight:bold;
	color:#727374;
	margin-bottom:-10px;
	margin-left:50px;
}

h2{
	font-size:16px;
	color:#3D8CB5;
	/*text-decoration:underline;*/
	font-weight:bold;
	margin-left:100px;
}

/***********************************
	Grande section
************************************/
#principal{
	width:802px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;

}

#bandeau{
	background-image:url(/package_img/interface/bandeau.jpg);
	background-repeat:no-repeat;
	width:802px;
	height:175px;
	
}

/*CONTENU*/
#corp{
		position:relative;
		float:left;
		width:802px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(/package_img/interface/fond_corps.jpg);
		background-repeat:repeat-y;
		z-index:10;
	}
	
#contenu{
		min-height:200px;
		padding-top:35px;
		padding-left:50px;
		padding-right:50px;
	}

#bas_corps{
	float:left;
	width:802px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/package_img/interface/bas_corps.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	
}

#cartouche{
	text-align:center;
}

#cartouche a{
	color:#555555;
}
