.bloc{
  width:120px;
  text-align:justify;
  border:1px #00CFFF solid;
  padding: 8px 14px;
  
}

.bloc > p{
 position:absolute;/* même cas avec un flottant*/
 
}

