BODY { /* Corps de la page */
	COLOR:#000000; /* couleur d'écriture */
	background-color:#ffffff; /* couleur de fond */
	background-attachment : fixed;/*immobilisation de l'image de fond*/
	font-family:calibri, Arial, Courier New, Microsoft Sans Serif; /*Polices*/
}

th {/* Titres */
	background-color:#4b9fa5; /* couleur de fond */
	color:#ffffff;/* couleur d'écriture */
	text-transform:uppercase;/* format d'écriture */
	font-size:20px;/* taille d'écriture */
	padding-top: 10px;
	padding-bottom: 10px;
}

A {/* Liens */
	COLOR:#000000;/* couleur d'écriture */
	TEXT-DECORATION: none;/* format d'écriture */
}

A:hover {/* Quand on passe sur les liens */
	COLOR: #000000;/* couleur d'écriture */
	TEXT-DECORATION: underline;/* format d'écriture */
}

table {
border-spacing: 0px;
border-collapse: true;
border-color: gray;
}


#contenu
{
margin: auto;
padding: 40px;
text-align: justify;
}

#menu
{
margin: auto;
text-align: center;
}

#menu1
{
	cursor: pointer;
}

#menu2
{
	cursor: pointer;
}

#menu3
{
	cursor: pointer;
}

#menu4
{
	cursor: pointer;
}

#menu5
{
	cursor: pointer;
}

#menu6
{
	cursor: pointer;
}

#menu1c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

#menu2c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

#menu3c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

#menu4c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

#menu5c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

#menu6c
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100 px;
	border: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	background-color:#eeeeee; /* couleur de fond */
}

.image {
	border: 1px solid #000000;
}

