body{ background-color: Gainsboro; color: #FF69B4; } titre{ font-size: 1.8em; text-decoration: underline; color: #FE2FA5; } header{ margin-left: 20em; width: 70%; height: 5em; border: solid black 1px; border-radius: 1em; } div#sidebar{ float: left; width: 13em; } div#menu{ width: 13em; border: solid black 1px; border-radius: 1em; padding: 0.5em; } div#screenshots{ width: 13em; border: solid black 1px; border-radius: 0.5em; } article{ margin-left: 15em; } div#entree{ border: solid black 1px; border-radius: 1em; margin-left: 2em; margin-right: 2em; padding: 1em; } footer{ margin-left: 20%; margin-right: 20%; border: solid black 1px; border-radius: 2em; color: black; }