/* * Styles HTML par defaut */ p { font-size: 110%; font-family: Helvetica, sans-serif; } .citation { color: #000000; font-style: italic; font-size: 90%; } li { font-size: 100%; font-family: Helvetica, sans-serif; } h1 { color: #ffffff; background: #0000ff; font-family: Helvetica, sans-serif; } h5 { font-size: 90%; font-family: Helvetica, sans-serif; text-align: right; } .header { width : 100%; height : 150px; border: 1px #000000 solid; background: #08bdf8; background-image: url(bandeau01.png); background-repeat: no-repeat; font-size: 300%; font-weight: 900; text-align: left; text-indent: 160px; line-height: 200px; } .box { margin-left: auto; margin-right: auto; width : 80%; background-color: #F0F0FF; padding: 10px; border: 1px #6666FF solid; }