body {
	font-size: 11px;
	color: #655341;
	margin:0;
	padding:0;
	background:#74A611;
	font-family: Arial, Helvetica, sans-serif;
}

/*
	DIV qui contient tout le site
*/
#main_container {
		margin:0 auto 20px;
		width:772px;
		background-color:#fff;
	}

#content {
		padding:10px 21px;
	}
#entete {
	background-color:#75A513;
	
}
	#content h1 , #content h2, #content h3, #content p {
		margin:0;
		padding:0;
	}
	
	/* 2col 1 col */
	
	.mod_2_col_1col .left {
		width:460px;
		margin-right:20px;
		float:left;
	}
	
	.mod_2_col_1col .right {
		width:250px;
		float:left;
	}
	.separateur-pointille {
		background: url(/images/site/dotted.gif) scroll repeat-x;
		margin:10px 0;
	}
	
	.separateur {
		margin:0px;
	}

	.top {
		background-position:left top;
	}

	.bottom {
		background-position:left bottom;
	}	

	.left {
		float:left;
	}

	.left a {
	color:#323C45;
	}
	
	.left a:hover {
	text-decoration:none;
	}


	.right {
		float:right;
	}

	.clearer {
		clear:both;
		line-height:0;
		font-size:1px;
		height:0;
		width:0;
	}
	.boite_grise {
		margin-top:36px;
		width:230px;
		background-color:#EEE;
		padding:10px;
		color:#405E75;
	}
	
	.boite_grise h3 {
		margin:0;
		padding:0 0 0 15px !important;
		font-size:13px;
		color:#405E75;
		background: url(/images/site/etoile-small.gif) scroll no-repeat left center;
	}
	
	.boite_grise ul {
		list-style-type:square;
		list-style-position:outside;
		margin:7px 0 0 15px;
		padding:0;
		font-size:12px;
	}
	
	.boite_grise a {
	color:#323C45;
	}
	
	.boite_grise a:hover {
	text-decoration:none;
	}
	
/*
	PIED DE PAGE
*/

	#footer {
		margin:0;
		padding: 5px 21px;
		font-size:10px;
		color: #FFF;
		background-color:#76A700;
	}

	#footer img {
		border:0;
	}

	#footer a {
		text-decoration:underline;
		color:#FFFFFF;
	}
	
	#footer a:hover {
		text-decoration:none;
	}
