How to center on the same \"line\" two div blocks?
First div:
Use below Css:
#bloc1, #bloc2 { display:inline } body { text-align:center }
It will make the mentioned 2 divs in the center on the same line.