@charset "UTF-8"; html { background-color : #A5E0EA ; } table td { border-bottom-color : black ; border-bottom-width : 1px ; border-bottom-style : solid ; border-top-style : solid ; border-top-width : 10px ; border-top-color : #A5E0EA ; border-left-style : solid ; border-left-width : 0px ; border-left-color : #DED ; border-right-style : solid ; border-right-width : 0px ; border-right-color : #DED ; text-align : center ; background-color : #DED ; width : 65px ; font-size : 140% ; } td.signe { width : 35px ; font-weight : bold ; color : green ; font-size : 150% ; } td.envoi { background-color : #EBB ; } h1 { font-size : 160% ; color : blue ; font-weight : normal ; } h2 { font-size : 120% ; color : green ; font-weight : normal ; font-style : italic ; padding-left : 15px ; } h3 { font-size : 90% ; color : black ; font-weight : normal ; } input { font-size : 100% ; text-align : center ; }