body { /* redéfini les propriétés de toute la page */ background-color : black ; /* la couleur du menu */ } #corps { background-image:url("champ.jpg"); background-repeat: no-repeat; } a:hover{ background-color: #1010F9; color:#EFF5E7; font-size:20px;} a{font-size:20px; color:#7F5500; font-style: italic; font-weight: bold; text-decoration: none; } .message { font-size: 12px; color:#4DFB67; font-weight: bold; font-style: italic; } .texte_message { font-size: 12px; color:#F5F905; font-weight: bold; font-style: italic; } .tutoriels { font-size: 18px; color:#FC1F07; font-weight: bold; font-style: italic; } .divers { font-size: 18px; color:#FC1F07; font-weight: bold; font-style: italic; } .menu_tutoriels { font-size: 12px; color:#F7F4F0; font-weight: bold; font-style: italic; } .menu_divers { font-size: 12px; color:#FEACF4; font-weight: bold; font-style: italic; } } .imageflottante {float: left; margin-left:50px;} .texte_sous_image { clear:both; } .espace { margin-left: 150px; } .black16 { font-size: 16px; color: black; font-weight: bold; font-style: italic; } .red16 { font-size: 16px; color: red; font-weight: bold; font-style: italic; } .red20 { font-size: 20px; color: red; font-weight: bold; font-style: italic; } .floatstop { clear:both; margin-left: 30px; }