* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

img {
	border: none;
}

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

h1 {
	position: absolute;
	left: -99999px;
}

hr {
	display: none;
}

#mvc ul {
	width: 100%;
	overflow: hidden;
	height: 40px;
	padding-top: 10px;
}

#mvc ul li {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}

#contenu {
	clear: both;
	height: 614px;
	position: relative;
	background: url(../mig-img/accueil/bg-fond.jpg) no-repeat;
}

#lang {
	width: 278px;
	position: absolute;
	left: 352px;
	top: 450px;
}

#lang li {
	list-style: none;
	float: left;
}

#lang #fr a {
	display: block;
	width: 139px;
	height: 40px;
	background: url(../mig-img/accueil/btn-francais.jpg) no-repeat;
}

#lang #en a {
	display: block;
	width: 139px;
	height: 40px;
	background: url(../mig-img/accueil/btn-english.jpg) no-repeat;

}

/****************************************
 Le code suivant est seulement appliqué
 au navigateur Internet Explorer (Mac)
 ****************************************
\*//*/
#lang #en a {
	margin-left: 137px;
	border: 1px solid #000;
	width: 136px;
}
#lang #fr a {
	border: 1px solid #000;
}
/**/

#lang #fr a:hover, #lang #en a:hover {
	background-position: 0 -40px;
}

#lang strong {
	position: absolute;
	left: -999999px;
}

#logos {
	position: relative;
	left: 368px;
	top: 545px;
	width: 274px;
	overflow: hidden;
}

#logos li {
	float: left;
	display: inline;
}

#copyright li {
	list-style: none;
	font-size: 0.76em;
}

#copyright #copy-en {
	position: absolute;
	left: 505px;
	top: 593px;
}

#copyright #copy-fr {
	position: absolute;
	right: 481px;
	top: 593px;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
