div.Titre p.Titre{
	font-size:24px;
	}
p	{
	font-size:14px;
	
	}
p.Titre{
	font-size:18px;
	color:blue;
	
	}
div.block{
	height: 170px;

	}

img {
	max-height:150px;
	max-width:200px;
}







div.test {
 border:1px dotted black;
	}

div.SLeft{
	float:left;
	width:230px;
}
div.SRight{
	margin-left:240px;
}