1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url('bottom_bg.gif');
}
table {
font-size: 12px;
border-width: 1px;
border-spacing: 0px;
padding: 0px;
border-style: solid;
border-color:#E5E5E5;
background-color: #751526;
}
tr {
background-color: #6B8AE5;
padding: 0px;
}
td {
padding: 3px;
text-align: left
}
.haut {
background-color: #FFFFFF;
}
.question {
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E5E5E5;
line-height: normal;
padding-bottom: 5px;
color: #373400;
}
.tdgauche {
border-left: thick #373400 !important;
border-bottom: thick #373400 !important;
line-height: normal;
padding-bottom: 5px;
color: #373400;
}
input {
float:left;
background-color: #FFFCF0;
border-width: 1px;
border-color:#E5E5E5;
}
div.test { background-color: #751526; } |