/* CSS Document */

@charset "UTF-8";

/* CSS Reset */
* { margin: 0; padding: 0; }

body { 
	background:#222222;
	margin:0px;
  	font-family: Arial;
}

#container { 
 	width: 960px;
  	margin: 0 auto;
  	padding: 0 10px;
}

#feature {
  	margin: 40px 0 0;
  	background: #111111;
  	position:relative;
  	height: 188px;
  	width: 100%;
}

#feature ul {
	position:relative;
	list-style-type: none;
}

#featured ul li {
  	list-style-type: none;
  	display: block;
}

#feature ul li a {
  	display: block;
  	height: 188px;
  	text-indent: -9999px;
}

#feature ul li.ss1 {
  	background: url(../images/feature.jpg) no-repeat;
}

#content {
  	margin: 40px 0 40px 0;
  	clear: both;
  	font-size: 12px;
	overflow:auto;
}

#content .col1 {
  	float: left;
  	width: 356px;
  	background: url(../images/sortiesBody.jpg) repeat-y;
  	min-height: 320px;
}

#content .col2 {
  	float: left;
  	width: 275px;
  	background: url(../images/contentBody.jpg) repeat-y;
	margin-left:26px;
	min-height: 320px;
}

#content #sortiesHeader {
	background: url(../images/sortiesHeader.jpg);
	height: 27px;
}

#content h2 {
	font-size: 13px;
  	font-weight: bold;
  	height: 100%;
  	color: #fff;
	text-decoration: none;
  	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
}

#content .event a {
  	font-weight: bold;
	text-decoration: none;
 	color: #fff;
	background-color:#961773;
}
/**************************************/
#sortiesBody .col3 {
	float:left;
	width:178px;
	margin-left: auto;
	margin-right: auto;
}

#artiste {
	color:#961773;
  	display: block;
  	text-decoration: none;
	text-align:center;
  	font-size: 12px;
  	padding: 10px 0 0 0;
}

#titre {
	color:#fff;
  	display: block;
  	text-decoration: none;
	text-align:center;
  	font-size: 10px;
  	padding: 0 0 5px 0;
}

#pochette {
	outline: none;
	display: block;
	text-align:center;
	padding: 2px 0 20px 0;
}

#sortiesBody .disque {
	display:block;

}

#sortiesBody .disque a {
	display: block;
  	height: 100%;
  	width: 100%;
}

.disque img {
	border: none 0px;
	height: 115px;
	width:115px;
}

#newsHeader {
	background: url(../images/newsHeader.jpg);
	height: 27px;
}

#newsHeader h5 {
	width: 50px;
	font-size: 13px;
  	font-weight: bold;
  	height: 100%;
  	color: #fff;
	text-decoration: none;
  	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
}

#newsHeader h4 {
	display:block;
  	background: url(../images/rss.jpg) no-repeat right 0px;
  	height: 22px;
	width:21px;
	float:right;
	margin : -30px 20px 0 0;
	text-indent:-9999px;
}

#newsHeader h4 a {
	display: block;
  	height: 100%;
  	width: 100%;
}

#newsBody {
	margin: 5px 20px 5px 20px;
	
}
#newsDate {
	color:#961773;
  	display: block;
  	text-decoration: none;
  	font-size: 12px;
	margin: 10px 0 8px 0;
	font-weight: bold;
}
#newsContent{
	text-align:center;
	margin:8px 0 10px 0;
}
p#newsTxt {
	text-align:justify;
	color:#fff;
	font-size:11px;
	font-weight:lighter;
	margin: 3px 0px 15px 0;
}
	
#eventHeader {
	background: url(../images/newsHeader.jpg);
	height: 27px;
}

#eventBody {
	margin: 5px 0 5px 20px;
}
#eventDate {
	color:#961773;
  	display: block;
  	text-decoration: none;
  	font-size: 12px;
	margin: 10px 0 8px 0;
	font-weight: bold;
}
#eventArtist {
	color:#fff;
	font-size: 11px;

}
#eventPlace {
	color:#fff;
	font-size: 11px;
	margin: 0 0 10px 0;


}


