body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 20%; /* Donner plus de marge à gauche et à droite, et moins en haut et en bas */
}
img {
  border: none;           /* Ne pas entourer les images, même s'ils contiennent des liens */
  vertical-align: middle; /* Dans le cas d'une icône suivie d'un texte, par exemple       */
}
/* Propriétés des LIENS */
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFCC;
	color: #000000;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#page {
	background-color: #FFE191;
	width: 800px;
}

#entete {
	border: 1px solid black; /* Une bordure noire de 1 pixel sur tous les côtés, sauf... */
	border-bottom: none; /* ... en bas, pour ne pas faire double-emploi avec la bordure du haut de #page */
	background-color: #FFE191;
	width: 800px;
}
#menu {
	border: 1px solid black;
	border-bottom: none;
	width: 800px;
}

#contenu {
	width: 800px;
	border: 1px solid black; /* Une bordure noire de 1 pixel sur tous les côtés, sauf... */
	border-bottom: none; /* ... en bas, pour ne pas faire double-emploi avec la bordure du haut de #page */
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
}

#pied {
	background-color: #FFE191;
	width: 800px;
	font-size: 10px;
	text-align: center;
	border-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: black;
}
#titre {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFE191;
}
#italicsmall {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

h1 {
	margin: 0; /* Par défaut les navigateurs assignent une marge aux titres. Ici on gère notre propre mise en page */
	background-color: #000000;
}
h2 {
	margin: 0;
	font-size: 9px;
	text-align: center;
}
a.lienban{
display:block;
width:800px;
height:120px;
background:url("images/discoxygen_ban.jpg") no-repeat;
} 
.tableau {
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-width: 1px;
	font-size: 10px;
	text-align: center;
}

