@charset "utf-8";

@import url("../band/picture-frame.css");
@import url("../ui/dialog-box.css");
@import url("../ui/grey-box.css");
@import url("../ui/button.css");
@import url("../media/row-mini.css");

/* Dernières nouvelles */
#infos {
	position: relative;
	margin: .5em 0 0 .5em;
	border-top: 1px solid white;
}
#ie6 #infos {
	height: 1%;/* ie6 position relative + absolute bottom bug */
}
#infos .dlg-box {
	width: 50%;
	width: 66%;
	left: 0; top: 0;
}
#infos .text-box {
	margin-top: .5em;
}

#infos .content p,
#infos .content img,
#infos .content h3 {
	margin: 0 .7em
}

#infos img {
	margin: 0 1em;
	float: left;
	
	position: relative;
	top: -.5em;
}
#ie6 #infos img {
	display: inline
}

/* Contenu */
#infos .content p {
	font-size: .7em;
	line-height: 1.3em;
	margin-bottom: .3em;	
}
#infos .content h2 {
	font-size: .85em;
}
#infos .content h3 {
	font-size: .9em;
	color: #ed7706;
	margin-bottom: .2em;
}

#infos .text-box a {
	color: #a64242;
}

/* Informations générales */
#infos .general-info a {
	color: #a64242;
}

#infos .general-info {
	padding-top: .5em;
	text-align:center;
}
#ie6 #infos .general-info {
	height: 4em;
}
#infos .general-info a {
	color: #a64242;
}
/* en savoir plus - link */
#infos .savoir_plus  {
	text-align: right;
	padding-bottom: .4em;
	
}
#infos .savoir_plus a {
	color: #a64242;
}



/* Participer, artiste */
#infos .take-part,
#infos .artists {
	position: absolute;
	right: 0; 
	width: 48%;
	width: 32%
}
#infos .take-part {
	top: 1em;
}
#infos .artists {
	bottom: 5px;
}
#infos .take-part p,
#infos .artists p {
	text-align: center;
	font-weight: bold;
	font-size: .75em;
	color: black;
	line-height: 1.5em;
	margin: .5em 3.6em;


	font-weight: normal;
	font-size: .75em;
	margin: .5em .5em;
}
#infos .take-part .grey-box {
	top: -.94em;
}
#infos .take-part .button,
#infos .artists .button {
	margin: .5em auto 0;
}

/*-------------------*/
/*Playlists          */
/*-------------------*/
#playlists {
	margin: .5em 0 0 .5em;
}
#playlists ul,
#playlists li {
	list-style:none;
	margin: 0;
	padding: 0 0 .5em;
	font-size: .8em;
}

#playlists .members,
#playlists .med,
#playlists .news {
	width: 32%;
	margin-right: 2%;
	float: left;
	
}
#playlists .news {
	margin-right: 0;
}

#ie6 #playlists .dlg-box {
	display: inline
}

#playlists .button {
	margin: .5em auto 0
}

/*-------------------*/
/*  Artists          */
/*-------------------*/
#artists {
	margin: .5em 0 0 .5em;
	clear: both;
	width: 728px;
}
#artists ul,
#artists li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style:none;
}
#artists li {
	display: inline-block;
	position: relative;
	width: 120px;height: 120px;
	text-align:center;
	margin: 0;padding:0;	
}
#ie6 #artists li {
	display: inline
}

#artists li .picture-frame {
	display: block;
	left: 24px;
}

#artists li a {
	color: #a64242;
	display: block;
	width: 100%;
	height: 100%;
}
#artists li a .band-name {
	display: block;
	font-size: .7em;
	margin: .6em .2em 0;
	height: 1.4em;
	overflow: hidden;
}
#artists li br {
	display: none
}

#artists .button {
	margin: .5em auto 0
}

/*-------------------*/
/* Sponsors          */
/*-------------------*/
#sponsors {
	margin: 1em 0 .5em .5em;
	clear: both;
	width: 728px;
}

#sponsors p {
	text-align: left;
	margin: 1em;
}
#sponsors p .cfwb {
	float:left;
	margin-right: .5em;
}
#sponsors em {
	font-size: .8em; 
	font-style:normal;
	
}
#sponsors p .sabam {
	float: right;
	margin-top: .3em;
}
