html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #e3e3e3;
	font-family: Arial;
	font-size: 13pt;
}

#websiteContent {
	width: 900px;
	background-color: white;
	text-align: center;
	margin: 0 auto;
	min-height: 600px;
}

#header {
	height: 129px;
	background-image: url('../images/header.jpg');
	background-repeat: repeat-x;
}

#menu {
	background-color: #b4b4b4;
	width: 200px;
	margin: 0;
	float: left;
}

#currentPage {
	background-image: url('../images/menuBackgroundActive.png');
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 30px;
}

#menu ul li a {
	background-image: url('../images/menuBackground.png');
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 5px;
	border: 0;
}

#menu ul li a:hover {
	background-image: url('../images/menuBackgroundOver.png');
	border: 1px solid white;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:hover {
	color: black;
	text-decoration: none;
	display: block;	
}

#content {
	width: 680px;
	margin: 0 0 0 200px;
	padding: 0 10px;
	text-align: justify;
}

h1 {
	font-size: 13pt;
	border-bottom: 1px solid #025E88;
	color: #025E88;
}

h2 {
	height: 24px;
	font-size: 11pt;
	padding-left: 20px;
	padding-top: 3px;
	background-image: url('../images/menuBackground.png');
	background-repeat: repeat-x;
	margin-bottom: -3px;
}

.functionnalityLink:visited, .functionnalityLink:hover {
	text-decoration: underline;
	color: black;
}

.functionnality {
	background-color: white;
	padding: 10px;
	margin: 0;
}

.imageItem, .imageItem a, .imageItem a:hover, .imageItem a:visited {
	border: 0px;
	padding: 5px;
	float: left;
}
