/* rouge  15e = #e00022 */

body {
	margin:0px 0px 0px 0px; 
	padding:0px;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color:#666666;
	background-image:url('../images/bg-smoke2.jpg');
	background-repeat: repeat;
}
html {
	overflow-x: auto;
	overflow-y: auto;
} 
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

/*h1 {
	display: block;
	position: absolute;
	text-align: right;
	right: 0px;
	top: -12px;
	padding: 0;
	margin-bottom: 10px;
	font-size:12px; 
	padding-top: 5px;
}*/
h1 {
	color: #666; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	text-align: right;
	font-weight: normal;
}
h2 {
	margin:0; 
	font-size:1.3em; 
	font-weight:normal; 
	padding: 5px 0;
}
h3 {
	margin:0; 
	font-size:1em; 
	font-weight:normal; 
	padding: 5px 0;
}
p {
	margin:0px; 
	font-size:12px; 
	line-height:100%; 
	padding-top: 5px;
	text-align: left;
	color: #000000;
}
	
/* we need this to make IE render <li> bullets */
ul, ol {
	margin:0;
	padding:0;
}
li {
	color: #ff0000;
}

ul li, ol li {
	margin:0 0 0 0;
	margin-left: 0;
	padding:0;
}

img {
	vertical-align: middle;
	border: 0;
}

/* links */
#content a:link {color: #e00022; text-decoration: none; font-weight:bold;}
#content a:visited {color: #e00022; text-decoration: none; font-weight:bold;}
#content a:hover {color: #000000; text-decoration: underline; font-weight:bold;} 
#content a:active {color: #e00022; text-decoration: none; font-weight:bold;}

/* small menus in apropos */
#submenu_apropos {
	border: 0px solid #f00;
}
a:link.menu_small{font-size: 9px; color: #e00022;}
a:visited.menu_small{font-size: 9px; color: #e00022;}
a:hover.menu_small{font-size: 9px; text-decoration: underline;color: #000000;}
a:active.menu_small{font-size: 9px; color: #e00022;}

/* salle de presse */
a:link.presseLink {font-size: 12px;color: #e00022;}
a:hover.presseLink {font-size: 12px;text-decoration: underline;color: #000000;}
a:visited.presseLink {font-size: 12px;color: #e00022;}
a:active.presseLink {font-size: 12px;color: #e00022;}

sup { vertical-align: baseline;position: relative;top: -0.4em;}

* html .byfloatedimage{float:left;} /* IE only hack */


/*----------------- DIVS-----------------------*/
#container-container {
	width: 857px;
	margin: 0px auto;
}

#container {
	width: 843px;
	margin: 0px auto;  
	/*background:url('../images/bg-container.jpg');
	background-repeat:no-repeat;*/
	background-color:#e5e5e5;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
}

#header {
	width: 843px;
	height: 380px;
	left: 0px;
	top: 0px;
	margin:0px;
	border: 0px solid #0ff;
	background-image: url('../images/header-bg.jpg');
}
#sirius {
	position: relative;
	width: 131px;
	height: 102px;
	top: 0px;
	left: 35px;
}

#main {
	margin:0;
	min-height: 390px;
	border: 0px solid #f00;
	background-color: #e5e5e5;
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
}

/* menu css */
#menu {
	position: relative;
	right: 15px;
	float: right;
	border-top: 9px solid #000;
	z-index: 10;
	font-size: 14px;
}
#menu ul {
	list-style: none;
	margin-right:3px;
	padding: 3px;
	float: left;
	z-index: 11;
}
#menu a {
	/*font-family: arial, helvetica, sans-serif;*/
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 0px 0px;
}
#menu ul ul a {
	/*font-family: arial, helvetica, sans-serif;*/
	display: inline-block;
	width: 202px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 3px;
	z-index: 12;
}
#menu a {
	color: #e00022;
	background: #efefef;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background: #efefef;
}
#menu li {position: relative;border: 0px solid #f00;}
#menu ul ul {
	position: absolute;
	z-index: 13;
	margin: 0;
	width: 140%;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul ul a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin-left: -4px;
	padding: 1px 1px;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {display: block;}

/* end of menu css */

/* left side ads */
#pub_container {
	float: left;
	width: 200px;
	margin-top: 195px;
	margin-left: 25px;
	border: 0px solid #e00022;
}
#pub1 {
	width: 200px;
	height: 67px;
	margin-bottom: 10px;
	z-index:1;
}
#pub2 {
	width: 200px;
	height: 67px;
	margin-bottom: 10px;
	border: 0px dotted #e00022;
	z-index:1;
}
#pub3 {
	width: 200px;
	height: 67px;
	border: 0px dotted #e00022;
	z-index:1;
}
#pub4 {
	width: 200px;
	height: 67px;
	border: 0px dotted #e00022;
	z-index:1;
}
.fb {
	display: inline;
	margin-left: 0px;
}
.mspace {
	display: inline;
	margin-left: 5px;
}
.twitter {
	display: inline;
	margin-left: 6px;
}
/* end of ads */

/* content css */
#content_box {
	position:relative;
	top: 25px;
	left: 25px;
	width:575px;
	min-height:390px;
	overflow: hidden;
	text-align: left;
	background-image: url('../images/top-content-bg.png');
	background-repeat: no-repeat;
	background-position: w0px 0px;
	border: 0px solid #0f0;
	background-color: #ffffff;
}
#content {
	position:relative;
	margin: 3px 5px 3px 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	overflow: hidden;
	text-align: left;
	border: 0px solid #0f0;
}
#content ul{
	margin-left:20px;
}
#content li{
	padding: 0px 0px 15px 0;
	font-size:10pt;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
}
#content p {
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 1.2em;
}
#section_name {
	color: #666; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	text-align: right;
}
/* end of content css */

/* footer and logos */
#logo {
	position: relative;
	top: 35px;
	height: 100px;
	text-align: center;
	border: 0px solid #f00;
}
#foot_menu {
	position: relative;
	top: 15px;
	margin-top: 15px;
	margin-bottom: 35px;
	height: 35px;
	padding: 3px;
	font-size:9px;
	text-align: center;
	line-height: 1.4em;
}
#foot_menu a, a:link, a:visited {color: #e00022;}
#foot_menu a:hover {color: #000000;}
#footer {
	
	width: 100%;
	top: 0px;
	height: 20px;
	padding: 3px;
	font-size:11px;
	text-align: center;
	text-decoration: none;
}
/* end of footer */

/* fiches css */
#fiche_content {
	position:relative;
	left: 0px;
	width:422px;
	margin:0px;
	overflow: hidden;
	text-align: left;
	border: 0px solid #0f0;
}
#fiche_content img {
	vertical-align: middle;
}
#fiche_header {
	width: 422px;
	height: 142px;
	background: url('../images/fiche-header.gif');
	background-repeat: no-repeat;
	border: 0px solid #0f0;
}
#fiche_play_btn {
	position: relative;
	width:60px;
	height: 30px;
	left: 40px;
	top: 55px;
	border: 0px solid #f00;
	z-index: 2;
	background-color: #e2e3db;
}
#fiche_artiste_name_box {
	position:relative;
	left: 148px;
	top: -10px;
	width: 222px;
	border: 0px solid #f00;
}
#fiche_mp3_box {
	position:relative;
	left: 150px;
	top: -10px;
	width: 260px;
	border: 0px solid #f00;
}
.fiche_artiste_nom {
	font-family: helvetica, arial, verdana;
	margin-top: 0px;
	margin-left:0px; 
	color: #E31E25;
	font-weight: bold;
	font-size:20px;
	text-align: left;
	line-height: 100%;
}
.fiche_artiste_nom img {
	position: relative;
	vertical-align:middle;
	top: -1px;
}
.fiche_chanson_nom {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	top: -5px;
}
.text_fiche_artiste {
	margin-left:30px; 
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: justify;
}
.fiche_ecoute {
	font-family: helvetica, arial, verdana;
	margin-top: -5px;
	margin-left:0px; 
	color: #999;
	font-weight: normal;
	font-size:10px;
	text-align: left;
	line-height: 100%;
}

.fiche_credit_chanson {
	margin-left:0px; 
	color: #999;
	font-size: 10px;
	margin-top: -12px;
}

#previousBand {
	position: absolute;
	left: -10px;
	top:7px;
	border: 0px solid #f00;
	z-index: 2;
}
#previousBand img {
	width: 10px;
	height: 12px;
}
#nextBand {
	position: absolute;
	left: 60px;
	top:7px;
	border: 0px solid #f00;
	z-index: 2;
}
#nextBand img {
	width: 10px;
	height: 12px;
}
.artiste_photo {
	float: right;
	color: #666666;
	font-size: 9px;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
	border: 0px solid #666;
}

a:link.artiste_photo{border: 0px solid #666;color:#ffffff;}
a:hover.artiste_photo{border: 0px solid #666;color:#ffffff;}
a:visited.artiste_photo{border: 0px solid #666;color:#ffffff;}
a:active.artiste_photo{border: 0px solid #666;color:#0000ff;}

/* artsit external links dans les fiches */
a.url_artiste{margin-left:30px; font-size: 14px;font-weight:bold;}
a:hover.url_artiste{color: #333333;text-decoration: underline;}

.close_btn {
	position: absolute;
	left: 378px;
	top: 3px;
	z-index:1;
}
#bio {
	border: 0px solid #f00;
	width:350px;
	padding-right: 15px;
	min-height: 450px;
}
#ecoute {
	position: absolute;
	left: 410px;
	top:120px;
	width:200px;
	height: 300px;
	border: 0px solid #f00;	
}
/* end of fiche css */

/*others CSS*/
#tableaupresse {
	margin-left: 0px;
}

/* news with palmares divs */
#newsPalmares_wrapper {
	border: 0px solid #f00;
}
#newsText_box {
	border: 0px solid #00f;
	left:0px;
}

#right_box {
	float: right;
	margin-left: 15px;
	border: 0px solid #0f0;
	text-align: right;
}
#palmares_box {
	border: 0px solid #639;
	width: 248px;
	min-height: 97px;
	text-align: right;
}
#palmares_header {
	border: 0px solid #f00;
	position:relative;
	width: 248px;
	height: 68px;
	background: url('../images/palmares-header.png'); 
	text-align: right;
}
#palmares_date {
	position: absolute;
	font-size: 11px;
	top: 35px;
	left: 30px;
	width: 150px;
	border: 0px solid #f00;
	text-align: right;
	color: #666;
}
#palmares_bands {
	position: relative;
	width: 170px;
	top:-15px;
	left:60px;
	font-size: 12px;
	border: 0px solid #f00;
}
#palmares_mid {
	border: 0px solid #f00;
	position:relative;
	width: 248px;
	background: url('../images/palmares-bg-loop.png');
	background-repeat: repeat-y;
	text-align: left;
}
#palmares_footer {
	position:relative;
	width: 248px;
	height: 11px;
	background: url('../images/palmares-footer.png');
	background-repeat: no-repeat;
}
#pict_box {
	margin-top:10px;
	width: 261px;
	height: 135px;
	border: 0px solid #f00;
	background: url('../images/photos-bg.png'); 
}
#credit_photo {
	position: relative;
	top: 27px;
	left: -30px;
	font-size: 11px;
	color: #666;
}

/* dans section a_propos */
.credit_photo {
	position:relative;
	top: -5px;
	left: 0px;
	font-size: 10px;
	color: #666;
}
.desc_photo {
	position:relative;
	top: 0px;
	left: 0px;
	font-size: 11px;
	color: #333;
}
.signature {
	font-style: italic;
	font-size: 14px;
	color: #666;
}
#photo_strip {
	position: relative;
	min-height: 60px;
	top: 30px;
	left: -20px;
	border: 0px solid #f00;
}
#photo_strip img {
	margin-right: 1px;
	padding-right: 10px;
	min-width: 60px;
	min-height: 60px;
	background-color: #000;
	border: 1px solid #000;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

#more_photos {
	position: relative;
	top: 35px;
	left: -20px;
	font-size: 10px;
}
.more_photo {
	text-align:right;
	color: #000;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight:bold;
}

#photo_float {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom:10px;
	margin-right: 0px;
	border: 0px solid #00f;
}
#photo_float_left {
	float: left;
	margin: 15px;
	border: 0px solid #00f;
}
#photo_med {
	border: 1px solid #000;
	margin:2px;
}
.photo_med {
	border: 1px solid #000;
	margin:2px;
	margin-left: auto;
	margin-right: auto;
}
.formulaire {display: inline;}

#photo_spacer {
	display: inline;
	top:0px;
	height:10px;
	margin: 0px;
	border: 1px solid #E31E25;
}
#photoAlbumBox {
	width: 500px;
	margin-left:25px;
}

/* general content styles */

.title {
	color: #e00022;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size:22px;
	text-align: left;
}
.item_title {
	margin-left:0px; 
	color: #000;
	font-size:14px;
	font-weight: bold;
	padding-top: 5px;
}
.date_event {
	margin-left:0px; 
	color: #366;
	font-size:16px;
	font-weight: bold;
	padding-top: 5px;
}
.item_revele {
	margin-left:0px; 
	color: #366; /*#0088AA 660099 388E8E*/
	font-weight: bold;
	font-size:10pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
#pub_revele {
	text-align: center;
}
.headline {
	margin-left:0px; 
	color: #666666;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
}
.headline_centered {
	margin-left:22px; 
	color: #666;
	font-weight: normal;
	font-size:14px;
	padding-top: 0px;
	padding-left: 5px;
	text-align: center;
}
.band_revele {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #639;
}
.editions {
	margin-left:0px; 
	color: #666;
	font-size:16px;
	padding-top: 12px;
	text-align: left;
}
.band_editions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.participants {
	margin-left:20px; 
	color: #999;
	font-size:10pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.participantsNews {
	margin-left:0px; 
	color: #999;
	font-size:12pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.text_citation {
	margin-left:0px; 
	color: #666;
	font-size:8pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-style: italic;
}

/* palmares class */
.text_palmares_odd {
	margin-left:30px;
	line-height:150%;
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}
.text_palmares_even {
	margin-left:30px;
	line-height:150%;
	color: #333;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}
.text_palmares_gray {
	margin-left:30px;
	line-height:150%;
	color: #666;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
}

/*palmares links */
#palmares_box a:link.palmares_odd {color: #333; }
#palmares_box a:hover.palmares_odd {color: #366;}
#palmares_box a:link.palmares_even {color: #333;text-decoration: none;}
#palmares_box a:hover.palmares_even {color: #666;}

/*other class */
.media_item {
	margin-left:10px; 
	margin-top: 10px;
	color: #333;
	font-size:12px;
	border: 1px solid #f00;
}
#media_item {
	color: #333;
	font-size:12px;
	max-width:250px;
	border: 0px solid #f00;
}
.media_desc {
	margin-left:0px; 
	color: #333;
	font-size:12px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.news_text {
	margin-left: 1px; 
	color: #333;
	font-size:10pt;
	padding-right: 5px;
	text-align: left;
}
.full_news_link {
	margin-top: 20px;
	margin-left: -3px;
	padding: 0;
}
.text_no_margin {
	margin-left:0px; 
	color: #333;
	font-size:10pt;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_w_margin {
	margin-left:2px; 
	color: #333;
	font-size:10pt;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_justify {
	margin-left:1px; 
	color: #333;
	font-size:10pt;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.text_not_justify {
	margin-left:1px; 
	color: #333;
	font-size:10pt;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.text_justify_smaller {
	margin-left:1px; 
	color: #333;
	font-size:9pt;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.desc {
	margin-left:0px; 
	color: #333;
	font-size:10pt;
	padding: 10px 10px 10px 10px;
	padding-left: 0px;
	text-align: justify;
}
.question_text {
	margin-left:0px;
	margin-bottom: 10px;
	color: #333;
	font-size:10pt;
	padding: 10px 0px 0px 0px;
	text-align: justify;
	font-weight: bold;
}
.text_bold_italic {
	margin-left:0px; 
	color: #333;
	font-size:12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	font-style:italic;
	font-weight: bold;
}
.note {
	margin-left:0px; 
	color: #999;
	font-size:9pt;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}
#date_de_passage {
	position:absolute;
	margin-left:20px; 
	color: #366;
	font-size:10pt;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
	top:460px;
}
.note_centered {
	margin-left:20px; 
	color: #666;
	font-size:9pt;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.presse {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#ventes {
	margin-left: 40px;
	font-size: 12px;
}


/* clearfix hack-------------http://positioniseverything.net*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */