body {
	width: 800px;
	height: 550px;
	margin: auto;
	scrollbar-base-color: green;
	scrollbar-arrow-color: yellow;
	font-family: "Verdana, Tahoma, Sans";
}

font {
	font-family: "Verdana";
}

#menu {
	margin-left: 5px;
	width: 160px;
	float: left;
	background-image: url(images/fleur.jpg);
	background-repeat: no-repeat;
}

#contenu {
	margin-left: 165px;
}

#page {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 800px;
	background: white;
	padding: 3px;
	border-color: green;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#corps {
	margin:5px
	width: 624px;
	/*height: 397px;*/
	background-image: url(images/fond.jpg);
}

.nom {
	font-family: "Garamond";
	font-weight: bold;
	color=green;
}

#titre {
	margin: 10px 10px 30px 10px;
	width: 600px;
	font-family: "Verdana";
	font-size: 20px;
	font-weight: bold;
	color: green;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.texte a {
	font-size: 12px;
}

.soustitre {
	margin: 5px;

	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}

.texte {
	margin: 5px;

	font-family: "Verdana";
	font-size: 12px;
	color: green;
	text-align: justify;
}

img {
	border: 0;
}

a { font-family: "Verdana";	font-style: italic;	font-size: 20px; text-decoration: none;}
a:link {color: green;}
a:visited {color: #737373;}
a:hover { color: green;	text-decoration: underline;}
a:active {color: green;}


a:link.w { margin:20px;	font-style: italic;	font-weight: bold;	font-size: 15px;	color: green;}
a:visited.w {margin:20px;	font-style: italic;	font-weight: bold;	font-size: 15px;	color: #737373;}
a:hover.w {margin:20px;	font-style: italic;	font-weight: bold;	font-size: 15px;	color: green;	text-decoration: underline;}
a:active.w {margin:20px;	font-style: italic;	font-weight: bold;	font-size: 15px;	color: green;}

#tableIndex td {
	padding: 2px 3px;
}

.villePlan {
	color: green;
	font-size: 20px;
	font-weight: bold;
}

.numeroPlan {
	color: green;
	font-size: 15px;
	margin-top: 5px;
}

.adressePlan {
	color: green;
	font-size: 15px;
}

.titreHorairesPlan {
	color: green;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}

.horairesPlan {
	color: green;
	font-size: 15px;
	margin-top: 5px;
}

#tablePlan td {
	padding: 5px;
}

.error {
	color: red;
	font-size: 14px;
}
