html, body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

#wrapper {
	width: 810px;
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
}

/* Menu gauche de la page */
#menu {
	float: left;
	width: 160px;
	
}

#menu a, a:visited {
	text-decoration: none;
	color: #000000;
	padding: 5px;
}

#menu a:hover {
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding: 5px;
	margin: 2px;
}
/* Fin du menu gauche de la page */


/* Contenu à droite de la page */
#content {
	float: right;
	width: 620px;
	margin-left: 1em;
}

/* Menu haut de la page */
#content #menutop {
	width: 100%;
}

#content #menutop a {
	text-decoration: none;
	color: #000000;
}

#content #menutop a:hover {
	text-decoration: none;
}

#content #menutop table {
	margin-top: 100px;
	font-size: 1em;
	border-bottom: 1px solid #666666; 
}

#content #menutop td {
	width: 100px;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#content #menutop td:hover {
	text-align: center;
	background-color:#CCCCCC;
	padding: 5px;
}


/* Fin du menu haut de la page */

/* Texte au centre de la page */
#texte {
	margin-top: 2%;
	padding: 0.5em;
}

#texte .pub img {
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

#texte a {
	text-decoration: none;
	padding: 0;
}
/* Fin du texte au centre de la page */

/* Pied de page */
#footer {
	float: right;
	width: 620px;
	margin-left: 1em;
}

#footer p {
	text-align: center;
	border-top: 1px solid gray;
	padding-top: 10px;
}
/* Fin du pied de page */

/* Fin du contenu à droite de la page */
