/* CSS Document */
html, body{
	margin: 0;
	height: 100%;
	background-color:	#E1E1E1;
}

div#global{
	min-height: 100%;
	width: 760px;
	background: url("img/fond.gif") repeat-y;
	padding: 0px 20px 0px 20px;
	margin: 0px auto;
	position: relative;
	}

div#footer{

	background: #000000;
	width: 760px;

	}

div#header{
	background: #000000;
	height: 121px;
}

div#logo{
	width: 596px;
	height: 121px;
	float: left;
	background: url("img/logo.gif");
}

div#navigation{
	width: 164px;
	height: 101px;
	float: right;
	background: url("img/navigation.gif");
	padding-top: 20px;
}

div#center{
	padding-bottom: 10px;
	overflow: auto;
	}

div#artists{
	float: left;
	width: 192px;
	padding: 15px 2px 0px 2px;
	}
	
div#content{
	float: left;
	width: 400px;
	min-height: 100%;
	overflow: auto;
	padding: 15px 0px 20px 0px;
	}
	
div#sidebar{
	float: right;
	width: 150px;
	padding: 15px 5px 0px 9px;
}

	
	
/***********/
/* POLICES */
/***********/
a:link {text-decoration: none; color: #FF9900;}
a:visited {text-decoration: none; color: #FF9900;}
a:hover {text-decoration: underline; color: #999999;}
a:active {text-decoration: none; color: #FF9900;}
a img,:link img,:visited img { border:none }

.txtNavigation{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

.txtNavMenu{
	font-family: Tahoma;
	font-size: 11px;
}

.txt{
	font-family: Tahoma;
	font-size: 12px;
}

.txtCopyright{
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	color: #AAAAAA;
}

.txt20{
	color:	#FF9900;
}
.txtGras{
	font-weight: bold;
}


.txtTitre{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
	

/**********************/
/* MISE EN FORME (HOME)*/
/*********************/

.back_menu{
	height: 18px;
	background: #999999;
}

div#news{
	width: 100%;
	height: 250px;
	overflow: auto;
}

div#dates{
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.img-ombre_96 {
	background: url('img/ombre_96.gif') no-repeat;
	width:175px;
	height:101px;
}

.img-ombre_256 {
	background: url('img/ombre_256.gif') no-repeat;
	width:175px;
	height:261px;
}


/*************************/
/* MISE EN FORME (ARTISTS)*/
/************************/
div.release{
	width: 100%;
	margin-top: 10px;
	min-height: 100%;
}
