body {
	/* Disable scrollbars and ensure that the body fills the window */
	overflow: auto;
	width: 100%;
	height: 100%;
	background-image:url(images/gris.jpg);
	/*background-color: #AFAFAF;*/
	text-align:center;
}
#menu {
	/* Provide scrollbars if needed and fix the header dimensions */
	overflow: hidden;
	height: 15%;
	position:absolute; left:0px; top:20%;bottom:0px; right:0px;
}

#contenu {
	/* Provide scrollbars if needed, position below header, and derive height from top/bottom */
	overflow: auto;
	position: absolute;
	left: 0;
	top: 30%;
	bottom: 0;
	right:50%;
}

body,td,th {
	color: #FFFFFF;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}
a {
	font-size: 16pt;
	color: #00FFFF;
}
a:link {
	color: #00FFFF;
	font-weight: bold;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	font-size:18pt;
	color: #00FFFF;
}
a:active {
	color: #00FFFF;
}
.garde {
	text-align:center;
	font-weight: bold;
	font-size:25pt;
	color: #FFFF00;
}
.titre {
	text-align:center;
	font-weight: bold;
	font-size:18pt;
	color: #FFFFFF;
}
.titreAccueil {
	text-align:center;
	font-weight: bold;
	font-style:italic;
	font-size:18pt;
	color: #FFFFFF;
}
.categorie{
	/*
		Modification fevrier 2017, une categorie par ligne, et le texte collé ŕ l'image
		text-align:center;
	*/
	text-align:left;
	font-weight: bold;
	font-size:18pt;
	text-transform:uppercase;
}
.reference{
	/*
		Modification fevrier 2017, une categorie par ligne, et le texte collé ŕ l'image
		text-align:center;
	*/
	text-align:left;
	font-weight: bold;
	font-size:14pt;
	text-transform:uppercase;
}
.divers{
	/*
		Modification fevrier 2017, une categorie par ligne, et le texte collé ŕ l'image
		text-align:center;
	*/
	text-align:left;
	font-size:12pt;
}
.colisage{
	/*
		Modification fevrier 2017, une categorie par ligne, et le texte collé ŕ l'image
		text-align:center;
	*/
	text-align:left;
	font-size:12pt;
}