

div#header {
border: 1px solid #999999;
height: 70px;
background: #EDF4FC;
width: 600px;
margin-top: 10px;
}

div#quote {
border: 1px solid #999999;
background: #EDF4FC;
width: 600px;
margin-top: 10px;
}

div#menuquote {
width: 90%;
}

div#note {
font-size: 10px;
}

table#calcul {
width: 770px;
background-color: #e6f0fb;
border: 1px solid #CCCCCC;
}

table#calcul th {
border: 1px solid #999999;
text-transform: uppercase;
font-size: 10px;
}

table#calcul th.head{
text-align:center;
border: 1px solid #999999;
}

table#calcul td {
border: 1px solid #999999;
text-align: center;
font-size: 10px;
}

table#calcul td.title {
text-align: left;
}

label {
float: left;
width: 200px;
}

div#header label {
float: left;
width: 150px;
margin-left: 10px;
margin-top: 10px;
} 

div#header input {
width: 25px;
height: 12px;
font-size: 11px;
margin-top: 10px;
}

div#header input[type=button] {
/*position: absolute;
top: 30px;
left: 500px;*/
width: 150px;
height: 25px;
}

div#menuquote #firstcolumn {
float: left;
}

div#menuquote #secondcolumn {
float: right;
}

