* {
    margin: 0;
    padding: 0;
}
body {
    background-image: url('../../gfx/background.gif');
    background-repeat: repeat-x;
    text-align: center;
}
#container {
    text-align: left;
    margin: auto;
    width: 756px;
    background-color: #fff;
    background-image: url("../../gfx/menubackground.jpg");
    background-repeat: repeat-y;
    background-position: 2px;
}
#header {
    background-image: url('../../gfx/header.jpg');
    width: 752px;
    height: 210px;
    position: relative;
    left: 2px;
    cursor: pointer;
}
#menu {
    width: 186px;
    background-color: #b0d6f1;
    position: relative;
    left: 2px;
    float: left;
    min-height: 400px;
    _height: 400px;
}
#menu a {
    color: #000;
    text-decoration: none;
}
#menu a:hover {
    color: #000;
    text-decoration: underline;
}
#menu ul {
    color: #fff;
    font-family: verdana;
    list-style: none;
    font-size: 11px;
    margin-bottom: 8px;
    margin-top: 8px;
}
#menu ul li {
    padding-left: 10px;
    padding-top:0px;
    padding-bottom:10px;
    /*_height: 22px;
    min-height:22px;*/
}
#menu ul li ul {
    margin:0px;
    padding-top: 10px;
}
#menu ul li ul li {
    background-image: none;
    font-size: 10px;
    padding-left: 0px;
}
#content {
    width: 522px;
    overflow: auto;
    overflow-x: hidden;
    float: left;
    margin-left: 24px;
    margin-top: 47px;
    font-family: verdana;
    color: #444e56;
    font-size: 11px;
    line-height: 18px;
    min-height: 400px;
}
table {
    font-size: 11px;
}
#content p {
    margin-top: 14px;
}
#content a {
    color: #6ba8db;
    text-decoration: none;
}
#content h2 {
    color: #6ba8db;
    font-size: 14px;
    font-weight: bold;
}
#content h1 {
    color: #352977;
    font-size: 16px;
    font-weight: bold;
}
#content ul {
    margin-left: 15px;
}
form .left {
    clear: both;
    float: left;
    width: 100px;
}
form .right {
    float: left;
    width: 300px;
}
.listTable th {
    width:100px;
    text-align:left;
    font-family: verdana;
    font-size: 11px;
}
.listTable td {
    width: 250px;
}
.listTable textarea {
    height:150px;
}
#enquete td {
    text-align: left;
}
#enquete  .center {
    text-align: center;
    width: 25px;
}
#footer {
    clear: both;
    font-family: verdana;
    font-size: 11px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #909aa4;
}
#footer a {
    color: #909aa4;
}


