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-position: 0 14px;
}
#wrapper {
     background-image: url('../images/theBg.png');
     background-repeat:repeat-x;
     background-position: 0 14px;
}
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;
}
#content #text {
     margin: 20px 0 0 0;
   
     text-align: justify;
}
#content #text2 {
     margin: 14px 0 0 0;
     width: 400px;
     text-align: justify;
}
#content #login {
     margin-top: 30px;
     padding-bottom: 20px;
     background-image: url('../images/loginBackground.jpg');
     background-repeat: no-repeat;
     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;
}

/* Les onglets rajoutés par Robert Viens */
#submenu{width:193px}
#submenu a.onglet,#submenu a.onglet:visited {font-family:Arial, Helvetica, sans-serif;font-size:8.0pt;color:#076b57;width:159px;height:20px;display:block;margin:0 0 0 30px;padding:2px 0 0 8px;text-decoration:none;}
#submenu a.onglet:hover,#submenu a.onglet:focus,#submenu a.onglet:active,#submenu a.active{color:#bb894c !important;background:url(img/selected_circle.gif) no-repeat;}
/* Les sections rajoutés par Robert Viens */
div.section {padding: 0px 20px 10px 20px;}
div.section h4{margin:0;padding:0 10px 0 0;color:#bb894c;font-size:10.0pt;}
