@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #000;
	background-image:url(img/bkg.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: none;
}
a:active {
	color: #FF7F00;
	text-decoration: none;
}

A IMG { border:0px; }

#global {
	position:absolute;
	width:900px;
	height:100%;
	top:0%;
	left:50%;
	margin-left:-450px;
}

#header {
	position:relative;
	width:900px;
	height:100px;
	display:block;
	text-align:center;
}

#main {
	position:relative;
	margin-top:32px;
	width:900px;
	display:block;
	text-align:left;
}

h1 {
	color: #FF7F00;
}

h2 {
	color: #FF7F00;
}

hr {
size:1px;}


.style8 {
	font-size: 9px;
	font-family: Arial bold, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.titre {
	font-size: 13px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color:#FF7F00;
}

#chemin-de-fer {
     position:absolute;
	 z-index:3;
     left: 50%; 
     top: 0%;
     width: 670px;
     height: 147px;
     margin-top: 109px; 
     margin-left: -220px; 
     border: 0px;
	 display:block; 
}


#menu {
	position:relative;
	width:215px;
	display:block;
	background-color:#121212;

	float:left;
	}
	
#menu2 {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
	
	#display {
	position:relative;
	background-color:#242424;
	width:670px;
	display:block;
	z-index:5;
	float:right;
	}
	
#titres {
	position:relative;
	width:670px;
	height:28px;
	background-image:url(img/back-titres.png);
}

#footer {
	width:100%;
	height:50px;
	background-image:url(images/bkg-footer.png);
	background-repeat:repeat-x;
} 