BODY {
	background-color:	#639fb4;
	font-family:		Helvetica, Arial, Sans-Serif;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	width: 300px;
	border: solid 1px #134ba4;
	z-index: 2;
	background-color:	#336bb4;
}

#logo IMG {
	border-style:			none;
}

#menutop {
	position: absolute;
	top: 70px;
	left: 350px;
	right: 0px;
	height: 20px;
}

#menutop ul {
	padding:		0;
	margin:			0;
	list-style:		none;
	height:			1.3em;
}

#menutop li {
	font-weight:		bold;
	float:			left;
	margin-left:		.4em;
	margin-right:		.4em;
	padding:		.3em;
	border: solid 1px #000000;
	background-color: #e0e0ff;
}

#menutop li:hover {
	background-color: #e0ffe0;
}

#menutop LI A {
	text-decoration: none;
}

#partenaires {
	position:		absolute;
	top:			200px;
	left:			5px;
	width:			100px;
	border:			solid 1px #000000;
	text-align:		center;
}

#partenaires IMG {
	border-style:			none;
}

#contenu {
	position:		absolute;
	top:			100px;
	left:			120px;
	right:			0px;
	z-index:		1;
	border:			solid 1px #000000;
	background-color:	#fff0e0;
	text-align:		justify;
	padding:		.5em;
	margin-bottom:		2em;
	margin-right:		1em;
}

#contenu-sous-logo {
	float: left;
	width: 230px;
	height: 80px;
}

#contenu H2 {
	text-align:		left;
	margin-top:		1em;
	margin-bottom:		1.3em;
	color:			#0040a0;
}

#footer {
	position:		 absolute;
	bottom:			0px;
	height:			1.5em;
	text-align:		center;
}

TABLE.inline {
	background: #f0e0e0;
}

TABLE.inline TD {
	border: solid 1px #404040;
}

