#banner {
	background-image: url('../img/banner_planning.jpg');
}
h1,h2,h3,a,a:link,a:visited,a:hover {
	color: #0038FF;
}
input[type="button"]{
	background-color: #0038FF;
}
.Box {
	border-bottom: 1px solid #666666; 
	padding: 4px; 
	padding-top: 8px;
	margin: 4px; 
	text-align: center;
}
#planningImg {
	width: 230px;
	height: 320px;
	border: 2px solid #0038FF;
	-moz-border-radius: 5px;
	background-image: url('../img/planning.jpg');
	float: left;
	margin-top: 1em;
}
#menu a.selected {
	background-image: url('../img/bg_button_planning.jpg');
}