.bloc div.in {
	margin: 20px;
	border: 0px dashed yellow;
}

#full div.in {
	position: absolute;
	height: 620px;
	width: 880px; 
}

.bloc h2 {
	padding:15px 0 0 0;
	margin:0px;
	color:rgb(58,106,178) ;
	font-size: 18px;
	font-weight: normal	;
	}
.bloc h1{
	margin:0px;
	color: rgb(239,82,52) ;
	font-size: 24px;
	line-height: .8em ;
	font-weight: bold;
	}
.bloc p{
	text-align: justify;
	
	margin: 10px 10px 10px 0px;
}

.bloc img{
	margin:12px 16px 10px 0px;
	
	float:left;
	}
	
.bloc a{
	color: rgb(239,82,52);
	text-decoration: none;
	font-weight: bold;
}
.bloc a:hover, .bloc a:focus, .bloc  a:active {
	color: rgb(58,106,178) ;
}	
	

