Ceci est une ancienne révision du document !
http://www.barelyfitz.com/screencast/html-training/css/positioning/
With position:relative, you can use top or bottom, and left or right to move the element relative to where it would normally occur in the document.
If we set relative positioning on a div, any elements within this div will be positioned relative to it. (Even if the child element use absolute positioning).
The element is removed from the document normal flow and placed exactly where you tell it to go.
CSS Constraining element - Test #01
CSS Constraining element - Test #02
CSS Constraining element - Test #03 - In a Flex container
CSS Constraining element - Test #04 - In a Resizable Flex container