html, body {
margin: 0px;
padding: 0px;
}

body {
background: #DDDAEB;
font-size: 70%;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head {
position: absolute;
margin-top: 0px;
margin-left: 10px;
width: 625px;
height: 205px;
background: transparent;
z-index: 0;
text-align: center;
}

.menu {
position: absolute;
margin-top: 225px;
margin-left: 10px;
width: 148px;
padding: 0px;
color: #000000;
background: transparent;
}

.contenu {
position: absolute;
display: block;
margin-top: 225px;
padding-bottom: 10px;
margin-left: 168px;
width: 610px;
text-align: left;
}

.left {
text-align: left;
}

.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.right {
text-align: right;
}

.red {
color: #EB3232;
}

.inline {
display: inline;
}

img {
border: 0px;
}

a:link, a:visited, a:active {
color: #175182;
text-decoration: none;
}

a:hover {
color: #9A3A19;
text-decoration: underline;
}

.tdtitle {
background: #D6D1EB;
border: 1px solid #B8AFDF;
}

.bluetext {
color: #175182;
}

td {
text-align: left;
padding-left: 10px;
padding-right: 10px;
}

.tdfirst {
background: #CDC9DD;
}

.tdsecond {
background: #DDDAEB;
}

input {
color: #4C4A56;
background: #E2E2E2;
border: 1px solid #4C4A56;
margin-bottom: 3px;
}

select {
color: #4C4A56;
background: #E2E2E2;
border: 1px solid #4C4A56;
margin-bottom: 3px;
}

textarea {
color: #4C4A56;
background: #E2E2E2;
border: 1px solid #4C4A56;
margin-bottom: 3px;
}

form {
display: inline;
}