* {
	margin:0;
	padding:0;
}

body {
	background-image: url('images/bkg_txt.jpg');
}

/* Structure */

#Centre {
	
	display: block;
	position: absolute;
	top: 155px;
	left: 350px;
	width: 500px;
	z-index: 2;
}

#Contenu {
}

#Langue {
	
	width:100px;
	position: absolute;
	top: 0px;
	left: 430px;
	text-align:right;
	color:#314586;
}
#Langue a:visited {
color:#314586;
}

#Contenu a {
	color: #000;
}

#Contenu a:hover {
	text-decoration: underline;
	color: #000;
}

#LogoTxt {
	
	display: block;
	position: absolute;
	top: 460px;
	left: 17px;
	width: 229px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000;
	z-index: 2;
}

#LogoTxt a {
	color: #314586;
	text-decoration: none;
}

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

#LogoImage {
	display: block;
	position: absolute;
	top: 413px;
	left: 256px;
	z-index: 6;
}


#news {
	display: block;
	position: absolute;
	top: 570px;
	left: 7px;
	height: 27px;
	width: 320px;
	z-index: 6;
	background-image: url(images/news.jpg);
	line-height: 27px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	overflow: hidden;
}
/*
.newsticker {
	list-style-type: none;
	padding: 0;
	padding-right: 8px;
	margin: 0;
}
.newsticker a{
	color: #3951A7;
	text-decoration: none;
}*/

.tickercontainer { /* the outer div with the black border */
width: 320px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 15px;
width: 2000px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 320px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #3951A7;
text-decoration: none;

} 
ul.newsticker span {
margin-right: 20px;
}

#Membre {
	display: block;
	position: absolute;
	top: 143px;
	left: 900px;
	width: 200px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 4;
}

#Membre a {
	text-decoration: none;
	color: #FFFFFF;
}

#Membre a:hover {
	text-decoration: underline;
	color: #FF6600;
}

#Accueil {
	
	display: block;
	position: absolute;
	top: 148px;
	left: 327px;
	z-index: 4;
}

#musique {
	display: block;
	position: absolute;
	top: 102px;
	left: 745px;
	z-index: 3;
}

#Fond {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url('images/bkg_head.jpg');
	height:534px;
	width:100%;
}
	

#MenuLeft {
	display: block;
	position: absolute;
	top: 550px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-right:5px;
}

#arboLeft {
	display: block;
	width: 295px;
	padding: 2px;
	padding-bottom: 8px;
	margin-bottom: 4px;
	overflow: hidden;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#arboLeft ul {
	padding-top: 8px;
}

#arboLeft li {
	list-style-type : none;
	text-transform: none;
	padding-bottom: 5px;
}

#arboLeft a {
	text-decoration: none;
	font-weight: normal;
	color: #314586;
}

#arboLeft a:hover {
	text-decoration: none;
	color: #000;
}

#arboLeft .selected {
	color: #000;
}

.champs {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}