/* CSS Document */
@media screen {
*{
	margin:0;
	padding:0;
	color:#ffffff;
}

html {
	background-image:url(../images/fondDegrade.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;
}

body {
	height: 730px;
	font-family:"Courier New", Courier, mono;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
}

strong {
	font-weight:normal;
}
#conteneur{
	margin: 0 auto 0 auto;
	padding-top:112px;
	width: 900px;
	height: 660px;
	background-image:url(../images/fond.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contenu {
	width: 679px;
	height: 418px;
	margin-left: 121px;
	overflow:hidden;
}
*html #menu {
	margin: -84px 0 0 20px;
}

#menu {
	margin: -84px 0 0 0;
}

*html #logo {
	margin: -100px 0 0 880px;
}
#logo {
	margin: -100px 0 0 860px;
}
#copyright, #copyright a {
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	font-size:10px;
	color:#999;
	text-decoration:none;
}
#referencement, #reference {
	display:none;
}

#map * {
	color:#000;
}
}

