body {
/*background-color:#F9FCFD;*/
/*background-image:url("form_fond.jpg");*/
/*background-repeat:repeat-x;*/
padding:0;
margin:0;
}

#bulle {
border:solid;
border-width:thin;
border-color:#eee;
background-color: white;
}

* {
font-family: Arial, Helvetica;
font-size: 13px;
color: #000000;
}

th {
background-color: #eee;
vertical-align: top;
font-weight: bold;
text-align: right;
}

th.warning {
background-color: #f1c6c3;
}

th.title {
height: 50px;
vertical-align: middle;
font-size: 18px;
text-align: center;
display: none;
}

th.bottom {
height: 80px;
vertical-align: bottom;
text-align: center;
}

div.htmlbottom {
width:450px;
text-align: left;
font-weight: normal;
font-style: italic;
}

td {
vertical-align: top;
text-align: left;
color: #384450;
}

input,textarea,select {
font-size: 13px;
padding: 1px;
border-style: inset;
border-width: 1px;
color: #20201e;
background-color: #eee;
border-color: #757575 #000000 #20201e #545450;
}

input[type=text],input[type=select],textarea {
width: 200px;
}

input[type=submit] {
cursor: pointer;
width: 250px;
background-color: #3791a8;
color: #ffffff;
font-family: Arial, Helvetica;
font-size: 14px;
font-weight: bold;
font-style: italic;
}

input[type=submit]:hover {
color: #e0f0f0;
}

.container {
width: 100%;
height: 100%;
vertical-align: middle;
}

table{width:100%;}