/* Une partie de ce fichier est issu des tutoriels css.alsacreations.com */
/**************************************
 GENERAL
**************************************/
ul, ol, dl { /* The IE/Win Disappearing List-Background Bug http://www.positioniseverything.net/explorer/ie-listbug.html */
 position: relative;
}

/**************************************
 STRUCTURE
**************************************/
#page {
 margin-bottom: 0.5em;
 position: absolute;
 left: 50%;
 margin-left: -375px;
}

.print {
 display: none;
}

/**************************************
 MENU PRINCIPAL
**************************************/

/**************************************
 MENU GAUCHE
**************************************/

/**************************************
 MENU SECONDAIRE (en bas)
**************************************/

/**************************************
 FICHE
**************************************/
.fiche {
 margin: 0 0.5em 0 159px;
}