/* CSS Document */
#bloc-index {
width:780px;
float:left;
}

#bloc-index01 {
	float:left;
	background: #fff;
	color: #4444;
	margin: 5px;
	padding: 5px;
	text-align: left;
	border: #f97a41 solid 1px;
	width:250px;
}

#bloc-index02{
	float:left;
	width:500px;
	margin:5px 0 0 0;
}

#bloc-index02 p {
	color:#666666;
	padding:2px;
}

#bloc-index02 a {
	color:#F97A41;
	text-align:center;
	padding: 0 2px 0 2px;
	}

#bloc-index02 a:hover {
	text-decoration:underline;
	}
	
#bloc-index02 hr {
	border: dashed #81b750 1px;
} 


		#bloc01{
		margin:0 5px 5px 5px;
		float:left;
		width:240px;
		height:190px;
		background: #d5eea9;
		color: #076335;
		}
		
		#bloc01 h3 {
		text-align:center;
		margin:0;
		background: #81b750;
		color: #076335;
		}
		
		#bloc02{
		margin:0 5px 5px 5px;
		float:left;
		width:240px;
		height:190px;
		background: #fbe0cd;
		color: #555454;
		}
		
		#bloc02 h3 {
		text-align:center;
		margin:0;
		background: #f97a41;
		color: #fff;
		}
