body {
background-color: #efefef;
margin: auto;
margin-top: 10px;
cursor: default;
}
#logo {
width: 800px;
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
background-color: #fff;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
}
#centre {
width: 810px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#cadre {
position: relative;
width: 600px;
background-color: #fff;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
padding: 5px;
color: #888;
font-size: small;
font-family: verdana;
text-align: center;
}

#cadre table {
    float: left;
}

#prout {
    float: right;
}
#liens {
width: 150px;
background-color: #fff;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
padding: 5px;
color: #888;
font-size: small;
font-family: verdana;
text-align: left;
}
#liens td {
font-size: small;
font-family: verdana;
color: #888;
}
#cadre td {
color: #888;
font-size: small;
font-family: verdana;
}
#cadre tr {
line-height: 2;
}
a {
color: #c10000;
font-size: small;
font-family: verdana;
text-decoration: none;
}
a:hover {
color: #eaeaea;
text-decoration: underline;
}
h3 {
text-align: left;
color: #777;
font-family: verdana;
border-bottom: 2px #777 solid;
}
#info {
text-align: left;
}
#info a {
color: #777;
}
strong {
color: #ff6600;
}