.bloc{
    height:300px;
    width:300px;
    background:#0F00FF;
    margin:0px;
	  text-align: center;
	  font-family: monospace;
	  font-size: 10px;
}

.bloc2{
    height:300px;
    width:300px;
    background:#FF00FF;
    margin:0px;
	  position:relative;
	  left:300px;
		bottom:300px;
    text-align: center;
	  font-family: monospace;
	  font-size: 10px;
}

.bloc3{
    height:300px;
    width:300px;
    background:#FF000F;
    margin:0px;
	  position:relative;
	  left:600px;
	  bottom:600px;
    text-align: center;
	  font-family: monospace;
	  font-size: 10px;
}

