#key - centrer un élément dont on connait la taille (marges negatives)
.centered {
position: fixed;
top: 50%;
left: 50%;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
}
* html .centered { position:absolute }
margin: 20px auto;