* {
	margin: 0;
	padding: 0;
	}

body {
	background: #000;
	color: #fff;
	font: small "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

a, a:visited, a:active {
	color: #646359;
	 text-decoration:none;
	 font-weight:normal;
	}
	
a:hover {
	text-decoration:none;
	 color:#FFFFCC;
	}

img {
	border: none;
	}

#wrap {
	width: 1020px;
	margin: 0 auto;
	}

#mvc {
	clear: both;
	height: 52px;
	text-align:right;
	float: right;
	}
.left{ float: left; }
#contenu {
	clear: both;
	height: 691px;
	position: relative;
		background: url(../fr/images/accueil/bg.jpg) no-repeat;
	}

#intro-fr {
	width: 530px;
	position: absolute;
	left: 240px;
	top: 298px;
		position: absolute;
		float: left;
	}

#intro-en {
	width: 530px;
	position: absolute;
	left: 240px;
	top: 440px;
		position: absolute;
		float: left;
	}

.rollover1 a {
	display:block;
	float: left;
	width: 223px;
	height: 51px;
	background: url("../fr/images/accueil/bouton-fr_01.jpg") 0 0 no-repeat;
	}

.rollover2 a {
	display:block;
	float: left;
	width: 294px;
	height: 51px;
	background: url("../fr/images/accueil/bouton-fr_02.jpg") 0 0 no-repeat;
	}

.rollover3 a {
	display:block;
	float: left;
	width: 224px;
	height: 47px;
	background: url("../fr/images/accueil/bouton-en_01.jpg") 0 0 no-repeat;
	}

.rollover4 a {
	display:block;
	float: left;
	width: 293px;
	height: 47px;
	background: url("../fr/images/accueil/bouton-en_02.jpg") 0 0 no-repeat;
	}

.rollover1 a:hover, .rollover2 a:hover {
	background-position: 0 -51px;
	}
.rollover3 a:hover, .rollover4 a:hover {
	background-position: 0 -48px;
	}

.rollover1 a span,
.rollover2 a span,
.rollover3 a span,
.rollover4 a span{ visibility: hidden; }

#footer {
	position: absolute;
	left: 360px;
	top: 660px;
	}

#footer-logo {
	position: absolute;
	left: 100px;
	top: 620px;
	}

#footer ul{
	margin: 0;
	padding: 0 0 0 55px;
	list-style: none;
}
#footer ul li{
	float: left;
	padding: 0 5px 0 0;
	line-height: 16px;
}
