@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/skins/urbain/bg.jpg);
	background-repeat: repeat-x;
	background-color: #539ED5;	
}
a {
	cursor: pointer;	
}
ul {
	padding: 0px;
	margin: 0px;
}
h1,h2 {
	font-size: 22px;	
	text-align: left;
	margin: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.lpic {
	float: left;
	padding: 0px 5px 5px 0px;
}
.link_neutral {
	text-decoration: none;
	text-transform: uppercase;
	color: #007AB5;
	font-weight: bold;
	font-size: 14px;
}
#container {
	width: 960px;
	margin: auto;
	text-align: center;
}
#page {
	width: 660px;
	vertical-align: top;
	padding-bottom: 150px;
}
#sidebar {
	width: 300px;
	vertical-align: top;
	background-color: #ECECEC;
}
#sidebarlogo {
	height: 170px;	
}
#sidebar .logo {
	width: 300px;
	height: 150px;
	display: block;
	text-decoration: none;
}
/*#sidebar .logo .moreInfos {
	color: #45A7D8;
	font-weight: normal;
	padding: 140px 135px 0px 0px;	
	text-align: right;
	text-decoration: none;
	border: none;
}*/
#header {
	/*background: url(/images/common/headerbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
#header .headpage {
	/*background: url(/images/common/headbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	height: 240px;
}
#header .logo {
	width: 220px;
	height: 180px;
	float: left;
	clear: none;
	display: block;
}
#header #dates {
	width: 440px;
	height: 180px;
	float: left;
	clear: none;
	display: block;
}
#header .menu,#header .menu ul {
	width: 640px;
	height: 50px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#header .menu ul li{
	list-style: none;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	width: 155px;
	display: block
}
.menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	padding: 2px 0px 0px 5px;
	width: 150px;
	text-align: left;
	display: block;
	float: left;
	padding-top: -2px;
}
#content .container {
	padding: 0px 10px;
}
#content .block {
	width: 300px;
	display: block;
	float: left;
	clear: none;
	padding: 10px;
}
#content .wide {
	width: 	620px;
}
#content .block .item {
	display: block;
	clear: both;
}
#content .block .item h3 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	clear: both;
}
#content .block a {
	text-decoration: none;
	font-weight: bold;
}
#content .block h1,#content .block h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	padding: 8px 3px 0px 10px;
	min-height: 35px;
}
#content .infos,#content .infosfull {
	text-align: left;
	font-size: 12px;
	padding: 10px 10px 10px 13px;
	border-top: none;
}
#content .infos img,#content .infosfull img{
	padding-bottom: 8px;
}
#content .infos p,#content .infosfull p {
	margin: 0px;
}
/* Medias */
.photos {
	padding: 0px 0px 10px 0px;	
}
#content .infos .photos img {
	border: 2px solid #ffffff;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.photos h3 {
	font-size: 14px;	
}
.video {
	background: url(/images/common/tv.png);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 22px;
	height: 336px;
}
/* Agenda */

#content .agenda ul {
	display: block;
	float: left;
	padding: 0px 0px;
	margin: 0px;
}
#content .agenda ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	clear: both;
	padding: 2px 0px;
}
.month {
	font-size: 25px;
}
.day {
	font-size: 40px;	
}
#content .agenda .blockdate {
	width: 50px;
	height: 85px;
	display: block;
	float: left;
	clear: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}
#content .agenda .blockinfos {
	width: 245px;
	height: 88px;
	display: block;
	float: left;
	clear: none;
}
#content .agenda .blockinfos .title {
	display: block;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 5px;
	width: 230px;
}
#content .agenda .blockinfos .subtitle {
	display: block;
	float: left;
	clear: both;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 0px 5px 0px 5px;
	height: 28px;
	width: 225px;
}
#content .agenda .blockinfos .content {
	display: block;
	float: left;
	clear: both;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 5px 5px 0px 5px;
	width: 225px;
}
#content .agenda .blockinfos .content p {
	padding: 0px;
	margin: 0px;
}
#content .agenda .blockinfos .more {
	display: block;
	float: left;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 225px;
}

/* Popup */

.eventDetails {
	background-color: #FFED11;
	padding: 15px;
}
.eventDetails .dj {
	margin: 10px 0px;
}
.eventDetails .dj>li{
	list-style: disc; 
	margin: 0px 20px;
}
.eventDetails .bus>li {
	list-style: disc; 
	margin: 0px 20px;
}
.eventDetails ul li {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	list-style: none;
}
/*.eventDetails .dj {
	background: url(/images/common/icons/dj.png);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 15px;
}*/
.eventDetails ul .map {
	padding: 15px 0px 0px 0px;
}
.eventDetails .title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.eventDetails .title span {
	font-size: 12px;
	font-weight: normal;
	clear: none;
}
.eventDetails .subtitle {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.eventDetails .content {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	width: 425px;
}
.eventDetails .more {
	float: right;
	padding: 0px 5px 0px 0px;
}
.eventDetails .more a {
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* Sidebar */

.moduleblock {
	padding: 0px;
	width: 300px;
}
.newsletter {
	padding: 15px;
	width: 270px;
	height: 130px;
	background-color: #FFEC00;
}
.newsletter .cite {
	font-size: 20px;
	text-align: left;
	height: 25px;
}
.newsletter .infos {
	font-size :12px;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
.newsletter label {
	font-size: 12px;
	font-weight: bold;
	clear: none;
	float: left;
	padding: 3px 5px 0px 0px;
	margin: 3px 0px;
	width: 50px;
	text-align: left;
}
.newsletter .inputtxt {
	width: 200px;
	clear: right;
	float: left;
	margin: 3px 0px;
}
.newsletter a {
	font-size: 12px;
	clear: left;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	color: #389ACB;
	border-bottom: 2px solid white;
}
.newsletter .button {
	float: right;
	clear: none;
	font-weight: bold;
	padding: 3px 8px 0px 0px;
}
.social {
	margin: 0px;
	padding: 27px 0px 0px 23px;
	height: 48px;
}
.social li {
	list-style: none;
	float: left;
	padding: 0px 5px;
	margin: 0px;
}

