	#body_actualite{
		width:1025px;
		height:800px;
		margin-left: auto;/*pour centrer la div - obligatoir un width*/
     	margin-right: auto;/*pour centrer la div - obligatoir un width*/
		background-image: url("../images/fond_actualite.jpg");
		
		}
			
		
	#titre_actualite{
     	width: 800px;
     	position: relative;
     	top: 20px;
		float:left;
		left: 20px;
		text-align: left;	
		}	
	
	#texte1_actualite{
		position: relative;
		clear: left;
		margin-top: 70px;
		margin-left: 20px;
		}
		
	#h3_titre1_actualite{
		position: relative;
		top: 60px;
		left: 140px;
		clear: left;
		width: 385px; height: 100%;
		border: 2px;
		border-style: solid;
		border-color: #fdfdfd;
		padding: 10px;
		}
		
		
	#h3_titre2_actualite{
		position: relative;
		top: 100px;
		left: 180px;
		clear: left;
		width: 450px; height: 100%;
		border: 2px;
		border-style: solid;
		border-color: #fdfdfd;
		padding: 10px;
		}	
		
	
	#h3_titre3_actualite{
		position: relative;
		top: 140px;
		left: 140px;
		clear: left;
		width: 390px; height: 100%;
		border: 2px;
		border-style: solid;
		border-color: #fdfdfd;
		padding: 10px;
		}	







		