Voici la feuille screen.css
* {
margin:0;
padding:0;
}
body{background-color:grey;}
#wrapper{background-color:white;height:789px;max-width:990px;margin:auto;}
.logo{width:224px;height:96px;float:left;margin:0px 23px 0px 2px;}
.logo2{width:278px;height:96px;float:right;margin:10px 4px 27px 32px;}
#header{background-color:orange;height:60px;width:699px;margin-top: 19px;font-size: 13px;float:right;}
#header > h1{padding:9px 35px;text-align:center;font-size: 33px;}
.colonne{background-color:orange;height:570px;width:200px;}/*9 7.05 margin-right:3px;*/
.droite{float:right;margin-right:9px;margin-top:-638px;}
.gauche{float:left;margin-top:-637px;margin-left:9px;}
#lorem{text-align:justify;font-size: 18px;padding: 35px 10px;}
#contenu{background-color:yellow;min-height:638px;float:left;margin-left:220px;width:550px;left:220px;margin-top:53px;
clear: both;}
#flex-box{display: flex}
#flex-box > div {margin: 0px 10px 10px 20px;border:3px solid black;height:150px;width:150px;}
#footer{background-color:#FF3A43;height:50px;width:990px;margin-top:530px;margin-left:-8px;}
#footer > p{text-align:right;padding:15px 17px 0px 0px;}
#clear{clear:both}
/*table*/
table{background-color:orange;border-collapse:collapse;width:515px;height:100px;margin-top:536px;margin-left:232px;}
tr:nth-of-type(2){background-color:lightgrey;border-left:2px solid orange;border-right:2px solid orange;}
table
{color:white;}
/*Navigation*/
#nav{float:left;margin-left:215px;position:absolute;margin-top: 101px;}
ul#menu_horizontal li{float:left;list-style:none;width:130px;text-align:center;font-size:16px}
ul#menu_horizontal li a{text-decoration:none;border:orange thin solid;display:inline-block;}
ul#menu_horizontal li a:hover{color:royalblue;
background-image:-webkit-linear-gradient(top, yellow 0%, ghostwhite 100%);
background-image: linear-gradient(to bottom, grey 0%, ghostwhite 100%);
border-radius:0px 0px 0px 0px;}
ul#menu_horizontal li .sous_menu{display:none;}
ul#menu_horizontal li:hover .sous_menu{display:block;}
ul#menu_horizontal li a{line-height:2.5;padding:0 8px;color:orangered;
background-color:yellow;width:100px;border-radius:10px 10px 0px 0px;}
/*contenu du texte de la marge a gauche*/
#aside{overflow:scroll;background-color:lightgrey;width:190px;height:264px;margin:5px 5px;border-radius:8px 0px 0px 8px;}
.textelorem{margin:20px 15px;font-size:14px}
hr{margin:10px;color:orange;}
h4{margin-bottom:5px;}
.color{color:red;font-size:13px}
Modifié par ChrisFrance (05 Feb 2023 - 17:02)