body, html {
     height: 100%;
     width: 100%;
}
body {
     background-color: White;
     color: Black;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 12px;
     
     background-image: url('images/theBg.png');
     background-repeat:repeat-x;
     background-color:#a6a6a6;

     background-image: url('../images/bg2.png');
     background-repeat: repeat-x;
     background-position: 0 14px;
     background-color: White;
}
img {
     border: 0;
}
a {
     color: Black;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
p {
     margin-top: 8px;
     margin-bottom: 8px;
}
li {
     list-style: none;
     background-image: url("../images/bullet.gif");
     background-repeat: no-repeat;
     background-position: 0px 5px;
     padding-left: 10px;
}
h1 {
     font-size: 14px;
     font-weight: bold;
     text-decoration: underline;
     text-align: left;
}
h2 {
     font-size: 14px;
     font-weight: normal;
     text-decoration: underline;
     text-align: left;
     padding-top: 0;
     margin-top: 0;
}
h3 {
     font-size: 14px;
     font-weight: bold;
}
input {
     width: 87px;
     height: 16px;
     font-size: 11px;
     font-family: Helvetica, Arial, sans-serif;
     color: #5e5e5e;
}
#header {

}
#header #logo {
     width: 250px;

     float: left;
}
#banner {
     height: 200px;
     width: 100%;
}
#banner #rightMenu {
     width: 133px;
     height: 99px;
     background-image: url('../images/greenBox.jpg');
}
#content {
     margin: 28px 0 0 41px;
     background-color: White;
}
#content #text {
     margin: 20px 0 0 0;
     background-color: White;
     text-align: justify;
}
#content #text2 {
     margin: 14px 0 0 0;
     background-color: White;
     width: 400px;
     text-align: justify;
}
#content #login {
     margin-top: 30px;
     padding-bottom: 20px;
     background-image: url('../images/loginBackground.jpg');
     background-repeat: no-repeat;
     background-color: White;
     height: 57px;
}
table {
     background-color: White;
}

input {
     width: 200px;
     font-family: Arial;
     font-weight: normal;
}
form.demandeinfos {
}
form.demandeinfos input {
     width: 200px;
}
form.demandeinfos input.checkbox {
     width: 12px;
}
form.demandeinfos input.submit {
     height: 18px;
     width: 100px;
}
form.demandeinfos label {
     display: block;
     float: left;
     width: 120px;
}
