body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #606060;
	margin: 0px 10px;
	background-color: #E0DFDB;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width: 860px;
	height: 110px;
	margin: 0px auto;
	background-image: url(images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#page {
	width: 860px;
	margin: 0px auto;
}

/* **************** MENU ***************** */
#menu {
	width: 183px;
	float: left;
	margin: 0px;
	padding: 320px 0px 50px 61px;
	background-image: url(images/colG_bg.jpg);
	background-position: 61px 50px;
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}
#menu li {
	padding: 0px;
	margin: 5px 0px;
}
#menu a {
	display: block;
	width: 177px;
	padding: 2px 2px 2px 4px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0091CC;
}
#menu a:hover, #menu a:active, #menu .selectedMenu {
	display: block;
	font-weight: bold;
	color: #002F5D;
	text-decoration: none;
}


/* **************** CONTENU ***************** */
#contenu {
	float: right;
	width: 521px;
	margin: 0px;
	padding: 40px 65px 5px 30px;
	text-align: justify;
}
#contenu h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #0091CC;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contenu h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0091CC;
	margin-top: 30px;
	margin-bottom: 18px;
}
#contenu h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0091CC;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	border-bottom: solid;
	border-bottom-color: #0091CC;
	border-bottom-width: 1px;
}
#contenu a, #contenu a:visited {
	font-weight: bold;
	color: #0091CC;
	text-decoration: underline;
}
#contenu a:hover, #contenu a:active {
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}
