*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5f7f7;
	font-family: Times new Roman, serif;
	width: 100%;
}

a img {
	border: none;
}

/* HOMEPAGE ---------------------------------------------------------------------------*/

.encadre {
	width: 792px;
	height: 438px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -219px 0 0 -396px;
	background-image: url(../IMG/bkg-hp.jpg);
	background-repeat: no-repeat;
}

h1 {
	color: #f0ce55;
	font-weight: normal;
	font-size: 2em;
	position: relative;
	top: 110px;
	left: 120px;
}

h2 {
	color: #ebc457;
	font-weight: bold;
	font-size: 0.95em;
	position: relative;
	top: 130px;
	left: 120px;
}

ul {
	color: #e79933;
	font-size: 1.1em;
	position: absolute;
	bottom: 130px;
	left: 320px;
	list-style: none;
}

li {
	float: left;
	margin: 1.5em;
}

li a {
	color: #e79933;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}


.footer .logoeurope {
	position: absolute;
	left: 60px;
	bottom: 50px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 0.7em;
}

.footer .logoeurope img {
	display: block;
	float: left;
	margin: -5px 1em 0 0;
}

.footer .logoeurope a {
	color: #7f7f7f;
	text-decoration: none;
}

.footer .logoeurope a:hover {
	text-decoration: underline;
}

.footer .logobxl {
	position: absolute;
	right: 50px;
	bottom: 40px;
}


/* PAGE INTERIEURE ----------------------------------------------------------*/

.page {
	position: relative;
	width: 730px;
	padding: 10px 35px 3em;
	margin: 0 auto;
	background-image: url(../IMG/bkg01.jpg);
	background-repeat: repeat-y;
}