#image_d{
	position:absolute; 
	left: 10%; 
	top: 0%;
	width: 100%;
	height: 100%; 
}	
#txt{
	visibility: hidden;
	position: absolute; 
	left: 12%; 
	top: 3%; 
	width: 100%;
	font-weight: bold;
	font-size: medium;
	color: white;
	font-style: normal;
}
#col1{
	position: absolue;
	top: 15px;
	width: 45%;
	height: auto;
	font-size: 11px;
	color: black;
	margin-left: 4%;
}
#col2{
	position: absolue;
	top: 15px;
	width: 45%;
	height: auto;
	font-size: 11px;
	color: black;
	margin-left: 50%;
}
#texte{
	position: absolue;
	font-size: 10px;
	margin-top: 10px;
	width: 90%;
	margin-left:4%;
}
#titre{
	position: absolue;
	margin-top: 10px;
	width: 90%;
	margin-left:4%;
}