
     
#menu 
{
	width: 100%;
/*	border-top: solid 2px #CCC;*/
/*	border-bottom: solid 1px #BBB;*/
	position: fixed;
	left: 0px;
	top: 0px;
	background-color:#444;
	list-style: none;
/*	background-image:url('/media/fond.png')*/
}

#menu ul 
{
	text-align: center;
	font-weight:bold;	
}

#menu ul li
{
	display: inline;
	padding-right:20px;
	padding-left:20px;
}

#menu li
{
/*	border-left: solid 2px #444444;
	border-right: solid 2px #444444;*/
}

/*
#menu a
{
	display: block;
}*/


body
{
	margin-left: auto;
	margin-right: auto;
	width:90%;	
	font-family:Arial, Helvetica, Geneva, sans-serif;	
	/* Roboto, Verdana, */
/*	font-family: "Ideal Sans SSm A","Ideal Sans SSm B";*/
	font-size:1.2em;
	font-weight: 400;
	background-color:#444444;
	color:#FFFFFF;
}


a:link, a:visited, a:active
{
	color:#9999ff;
	text-decoration:none;
}

a:hover
{
	color:#FF0066;
}

.orange 
{
	background-color:#fc6805;
	text-align:right;
	font-size:70%;
	width:100%;
}

.lightBackground
{
	background-color:#777777;
}

nav
{
	background: #45484d; /* Old browsers */
	opacity: 0.9;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

footer 
{
	border-top:solid 2px #CCC;
	margin-top: 10px;
	margin-bottom:10px;
}

.fillTop 
{
	height: 60px;
}

/* --------------------------- pour images ----------------------------- */
#city
{
	position:absolute;
	left:50px;
	top:200px;
}

#city img
{
	position:absolute;
	clip: rect(0px, 100px, 500px, 0px);
	border-width:0;
}

#city a:hover img
{
	position:absolute;
	clip: rect(0px, 150px, 500px, 0px);
	border-width:0;
}


#city_r
{
	position:absolute;
	right:250px;
	top:200px;
}

#city_r img
{
	position:absolute;
	/* top right bottom left */
	clip: rect(0px, 200px, 500px, 100px);
	border-width:0;
}

#city_r a:hover img
{
	position:absolute;
	clip: rect(0px, 200px, 500px, 50px);
	border-width:0;
}
/* ----------------------------------------------------------------------------- */


/* --------------  ALBUMS -----------------  */

#albums
{
	border: 0;
	width:100%;
	border-spacing:0;
}

#albums img
{
	border: 0px solid ; 
	width: 200px;
}

.trlight
{
	background-color:#555555;
}

.trdark
{
	background-color:#333333;
}

.songlist
{
	text-align:center;
	width: 100%;
}



/* ----------------------------------------------------------------------------- */
