Se sont deux blocs l'un à côté de l'autre et je souhaiterais les voir en position centrée (horizontalement). Et je sèche. Please.
.bloc1 {
vertical-align : top;
background-color: #F1F5FE;
height: 100%;
width: 200px;
float: left;
margin-left: 50px;
}
.bloc2 {
vertical-align : top;
background-color: #F1F5FE;
height: 100%;
width: 200px;
float: left;
margin-left: 10px;
}
.bloc1 {
vertical-align : top;
background-color: #F1F5FE;
height: 100%;
width: 200px;
float: left;
margin-left: 50px;
}
.bloc2 {
vertical-align : top;
background-color: #F1F5FE;
height: 100%;
width: 200px;
float: left;
margin-left: 10px;
}