#topborder {
 position: absolute; top:0px; left:0px; width: 905px; height: 15px;
 background: #fff url(topborder.png);
}

body {
 background: #fff url(background.png) repeat-y 0 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
 text-align: justify;
}

.accessibility {
  display: none;
}

/* Barre de gauche */
#leftside {
 position: absolute; top: 15px; left: 39px; width: 200px; margin: 0; padding: 0;
}

/* Contenu principal */
#main { position: absolute; top: 15px; left: 240px; width: 650px;}

#underheader { background: url(header/underheader.png) no-repeat; }

#breadcrumb {
 font-size: 80%;
 margin: -3px 0 0 0;
 padding: 0 0 0 10px;
 height: 20px;
}

#underheader>#breadcrumb {
 margin: 0;
}

/* Conteneur du menu */
#mainmenu {
 padding: 0; margin: 0;
 color: #eee;
 height: 30px;
}

/* Le contenu de la page */
#content {
 margin: 20px 25px;
 clear: both;
 line-height: 1.5em;
}

/* Pied de page */
#footer {
 font-size: 70%;
 text-align: center;
}