body {
	background-color: #004F03;
	font-family: "Times New Roman", Times, serif;
	scrollbar-face-color:#18C312;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#C184FF;
}

td {
	vertical-align: top;
}
p.texte {
	font-size: 15px;
	line-height: 21px;
	margin-left: 15px;
	}
	
div#cadre:first-letter {
	font-size: 21px; 
}	
div#cadre {
	float: left;
	width: 300px;
	background-color: #82FF83;
	padding: 7px;
	border: 1px solid Green;
	font-weight: bold;
	margin-left:15px;
	margin-top: 9px;
}
div#horaires:first-letter {
	font-size: 21px; 
}

div#horaires  {
float: left;
	width: 300px;
	background-color: #C184FF;
	padding: 8px;
	border: 1px solid Green;
	font-weight: bold;
	margin-left:50px;
	line-height: 22px;
}

/* BAS */
.designed {
	font-size: 11px;
	text-align: center;
	margin-top:20px;
}
a.copyr {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
a.copyr:hover {
	color: White;
	text-decoration: underline;
	}
	
.adress {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #DFFFE0;
	margin-top: 20px;
}	

/* MENUS */
div#menu {
	margin-left: 225px;
	margin-top: 9px;
}
div#menu a {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	
	}	
div#menu a:hover {
	color: #E0C1FF;
}

div#contactlien {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
	width: 60px;
}
div#contactlien a {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	
	}	
div#contactlien a:hover {
	color: #E0C1FF;
}	

div#accueillien {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	width: 150px;
}
div#accueillien a {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	
	}	
div#accueillien a:hover {
	color: #E0C1FF;
}	


.img {border: 1px solid Black;
} /* défini l'encadrement des images dans les liens hors survol */
.Over {border: 1px solid #C184FF;
}	