body {
background: #e4ecf5;
margin: 0;
font-family: "Trebuchet MS", arial, verdana, serif;
}
div#contenu {
width: 607px;
margin: auto;
padding: 0 25px 15px 25px;
background: url(../i/bgcontenu.png) repeat-y top center;
text-align: center;
}
div#haut {
width: 657px;
height: 20px;
margin: auto;
margin-top: 100px;
background: url(../i/hautcontenu.png) no-repeat top center;
}
div#bas {
width: 657px;
margin: auto;
background: url(../i/bascontenu.png) no-repeat bottom center;
text-align: center;
padding: 10px 0;
}


h2 {
text-align: center;
margin-top: 0;
}
.float {
float: left;
}

a {
color: blue;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: underline;
}
a:visited {
color: blue;
}
table {
margin: auto;
}
table.admin td {
width: 100px;
}
a.dossier {
padding-left: 25px;
background: url(img/icone.gif) no-repeat top left;
}