How to center on the same \"line\" two div blocks?
First div:
What I would first is make the following CSS code:
#bloc1 { float: left }
This will make #bloc2 be inline with #bloc1.
#bloc2
#bloc1
To make it central, I would add #bloc1 and #bloc2 in a separate div. For example:
... ...