.Vert { position: absolute; top: 20px; border: solid 2px green; text-align: center; border-radius: 2em; padding-top: 5px; padding-bottom: 5px; width: 200px; margin-left: auto; margin-right: auto; } .Noir { border: solid 2px black; position: relative; top: 20px; margin-top: 50px; margin-bottom: 50px; } .Rouge { position: relative; top: 20px; border: solid 2px red; z-index: 2; } .Orange { border: solid 2px orange; z-index: 1; /*display: none;*/ }