body, html {
     height: 100%;
}
body {
     background-color: #141517;
     color: White;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Arial;
     font-size: 11px;

}
img {
     border: 0;
}
a {
     color: White;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
p {
     text-align: justify;
     margin: 0;
     padding: 1.33em 0;
}
form {
     padding:0;
     margin:0;
}
input {
     width: 115px;
     height: 17px;
     margin-bottom: 8px;
}
.go {
     width: 42px;
     height: 13px;
     margin-left: 80px;
}
#left {
     height: 100%;
     background-image: url('../images/bg.jpg');
     background-repeat: repeat-x;
     width: 100%;
}
#right {
     background-image: url('../images/bg2.jpg');
     background-repeat: repeat-x;
     width: 50%;
     height: 100%;
     float:right;
}
#content {
     position: absolute;
     top: 0;
}
#wrapper {
     width: 676px;
     margin: auto;
}
#header {
     width: 676px;
     height: 102px;
     width: 100%;
}
#login {
     width: 145px;
     height: 94px;
     float: left;
     background-image: url('../images/login.jpg');
     padding: 54px 0 0 98px;
}
#text {
     padding: 25px 0 0 290px;
}
#footer {
     width: 676px;
     margin-top: 30px;
     text-align: right;
}
#footer #footerLeft {
     float: left;
     text-align: left;
}
#footer a {
     font-weight: normal;
}
#wrapperGestion {
     margin: auto;
     width: 750px;
     background-color:#454547;
     padding: 20px;
}
.send {
     height: 25px;
}
label, legend {
     margin: 4px 0 0 0;
     padding: 0;
     font-size: 13px;
     font-weight: bold;
     float: left;
     width: 100px;
     color: White;
     text-align: left;
     display: block;
     height: 30px;
}
.field, fieldset {
     display: block;
     border: 0;
     margin: 0;
     padding: 0;
     text-align:left;
     clear: left;
}
.checkbox {
     width: 15px;
     margin-bottom: 0px;
}
label {
     float: left;
     display: block;
     width: 80px;
}
