/* Import the basic setup styles */
@import url(reset.css);


/* @group General */
body {
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	background: #d9dadb;
}

/* Liens */
a {
	color: #6CAA30;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  cursor: pointer;
	color: #6CAA30;
	font-weight: bold;
	text-decoration: underline;
}

/* Titres */
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #6caa30;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6caa30;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6caa30;
	margin: 5px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
/* Mise en forme */
p {
	text-align: justify;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}

.green {
	color: #6caa30;
}
.grey {
	color: #9c9d9f;
}

.btn_form {
	height: 20px;
	color:  #FFF;
	font:  10px Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight:  bold;
	border: 0px;
	background: url(../images/backgrounds/btn_ok.gif) repeat-x 0 0;
}

.success {
	border: 1px solid #CCC;
	padding: 10px 5px 10px 35px;
	margin:  10px 0;
	background: #EEE url(../images/icons/success.gif) no-repeat 10px 50%;
}
.warning {
	border: 1px solid #CCC;
	padding: 10px 5px 10px 35px;
	margin:  10px 0;
	background: #EEE url(../images/icons/warning.gif) no-repeat 10px 50%;
}

.error {
	border: 1px solid #CCC;
	padding: 10px 5px 10px 35px;
	margin:  10px 0;
	background: #EEE url(../images/icons/error.gif) no-repeat 10px 50%;
}

/* @end */

/* @group Global */
#global {
	position: relative;
	width: 925px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/backgrounds/global.jpg) repeat-y 50% 0;
}

#page {
	width: 895px;
	height: auto !important; 
	height: 500px; 
	min-height: 500px;
	padding:  20px 20px 20px 0;
	/*margin-left: 120px;*/
	/*padding: 20px 0 20px 150px;*/
	/*background: url(../images/backgrounds/page.jpg) no-repeat 100% 0;*/
}
/* @end */

/* @group Header & Footer */
#header {
	height:  180px;
	background: url(../images/backgrounds/header2.jpg) no-repeat 50% 0;
}

#languages {
	height: 35px;
	text-align: right;
	padding: 30px 30px 0 0;
}

#back-to-home {
	display:  block;
	width: 330px;
	height: 115px;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 130px;
	background: url(../images/backgrounds/footer.jpg) no-repeat 50% 100%;
}

#copyright {
	width: 730px;
	height: 17px;
	padding-top: 33px;
	padding-left: 70px;
	margin-left: 80px;
	color:  #FFF;
	background: url(../images/backgrounds/copyright.gif) no-repeat 0 0;
}
/* @end */

/* @group Navigation */
#navigation {
	width: 735px;
	height: 25px;	
	background: #9c9d9f;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 150px;
	background: #9c9d9f url(../images/backgrounds/navigation_right.gif) no-repeat 100% 0;
}
#navigation ul {
	list-style: none;
	height:  25px;
	margin:  0;
	padding: 0;
	background: url(../images/backgrounds/navigation_left.jpg) no-repeat 0 0;
}
#navigation li {
	float:  left;
	padding:  7px 10px 0 10px;
	color: #FFF;
	text-align: center;
}

#navigation li a {
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #012B5B;
	text-decoration: none;
}
/* @end */

/* @group Content & Sidebar */
#content {
	float:  left;
	width: 525px;
	padding-left: 150px;
	padding-right: 30px;
}

#sidebar {
	float: left;
	width: 180px;
}

#sidebar h2 {
	margin-top: 0;
	background: #FFF;
}

#sidebar div {
	background: #eceded;
	margin-bottom:  20px;
	background: #eceded url(../images/backgrounds/sidebar_div_bottom.gif) no-repeat 0 100%;
}

#sidebar .heading {
	margin-bottom:  0;
}
#sidebar .content {
	margin: 0;
	padding: 0 5px 5px 5px;
}

#sidebar #newsletter table {
	width: 100%;
	border-collapse: collapse;
}
#sidebar #newsletter td {
	vertical-align: middle;
}
#sidebar #newsletter .textInput {
	width: 166px;
	margin-bottom: 5px;
	padding: 2px;
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	border: 0px;
}
#sidebar #newsletter textarea {
	width: 166px;
	margin-bottom: 5px;
	padding: 2px;
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	border: 0px;
}

#sidebar #artists {
	height: 130px;
}
#sidebar #artists a {
	font-weight: normal;
	color: #666;
}
#sidebar #artists a:hover {
	font-weight: normal;
	color: #6CAA30;
}

#sidebar #partners {
	background: #FFF;
}
#sidebar #partners td {
	vertical-align: middle;
	padding-bottom: 20px;
	margin-bottom: 0;
	text-align: center;
}

#sidebar #ticket {
	background: none;
}

#sidebar #spotify {
	background: #FFF;
}
#sidebar #spotify p {
	padding: 5px 0 0 0;
}

#sidebar table.social {
  width: 180px;
  border-collapse: collapse;
}
#sidebar table.social td {
  width: 55px;
  text-align: center;
}
#sidebar table.social img {
  border: 0;
}
/* @end */

/* @group Articles */
.article_content {
	float:  left;
	width:  305px;
}
.article_image {
	float:  left;
	width:  220px;
}

.article_divider {
	clear: both;
	height:  30px;
	margin: 10px 0 20px -35px;
	/*margin: 10px 0 20px 0px;*/
	background: url(../images/backgrounds/article_divider.gif) no-repeat 0 0;
}
/* @end */

/* @group Talent Search */
ol.talentsearch {
	list-style-type: decimal;
  margin: 0 0 10px 18px;
}
ol.talentsearch li {
	padding-bottom: 5px;
	text-align: justify;
}

.talentsearch-terms {
	list-style-type: decimal;
  margin-left: 20px;
}
.talentsearch-terms li {
	padding-bottom: 10px;
	text-align: justify;
}
.talentsearch-terms li ul {
	list-style-type: disc;
  margin-left: 20px;
}
.talentsearch-terms li ul li {
	padding: 5px 0 0 0;
	text-align: justify;
}
#talentsearch-terms-wrap {
  padding: 10px;
	background: #FFF;
}
/* @end */

/* @group Venues */
.venue_content {
	float:  left;
	width:  355px;
}
.venue_content h3 {
	margin: 0;
}
.venue_image {
	float:  left;
	width:  170px;
}
.venue_divider {
	clear: both;
	height:  10px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ECEDED;
}
/* @end */

/* @group Archives */
#archives_events {
	float: left;
	width: 110px !important;
	width: 130px;
	padding: 0 20px !important;
	padding: 0 20px 0 0;
	text-align: right;
}
#archives_events li {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 13px 2px 0;
	text-transform: uppercase;
}
#archives_events li.current {
	background: url(../images/backgrounds/current_archive.gif) no-repeat 100% 50%;
}
#archives_events li a {
	color: #9C9D9F;
	text-decoration: none;
}
#archives_events li a:hover {
	color: #9C9D9F;
	text-decoration: underline;
}
#archives_content {
	float:  left;
	width: 555px;
}
.archive_switch {
	float:  right;
	display: block;
	width: 150px;
	height: 25px;
	margin-right: 30px;
	border: 0;
	color: #FFF;
	font-size: 11px;
	font-weight:  bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 30px;
	background: url(../images/backgrounds/archive_switch.jpg) no-repeat 0 0;
}
.archive_photo {
	float:  left;
	width: 110px;
	height: 85px;
	padding: 5px;
	margin: 10px 15px 10px 0;
	background: #CCC;
	text-align: center;
}
#archive_video {
	width: 525px;
	height: auto !important; 
	height: 300px; 
	min-height: 300px;
	margin-bottom: 50px;
	text-align: center;
}
#archive_video p {
	width: 525px;
	text-align: center;
}
#archive_tryalso {
	width: 555px;
}
#archive_tryalso h2 {
	width: 525px;
	color: #9C9D9F;
	border-bottom: 1px solid #9C9D9F;
}
/* @end */

/* @group Partners */
.partner_content {
	width:  525px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}
.partner_image {
	float:  left;
	width:  100px;
}
.partner_infos {
	float:  left;
	width:  425px;
}
/* @end */

/* @group Press */
.press_content {
	width:  525px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:  1px solid #EEE;
}
/* @end */

/* @group Links */
.link_group_content {
	width:  525px;
}
.link_content {
	width:  525px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top:  1px solid #EEE;
}
/* @end */

/* @group About */
.about_photo {
	float:  left;
	width: 120px;
	height: 100px;
	padding: 3px;
	margin: 2px;
	background: #CCC;
	text-align: center;
}
/* @end */

/* @group Trip */
.trip_form {
	width:  525px;
	margin-bottom:  20px;
}
.trip_form th {
	padding:  5px;
	font-size: 14px;
	font-weight: bold;
	color: #6caa30;
	border-bottom: 1px solid #6caa30;
}
.trip_form td {
	padding:  5px;
	vertical-align: middle;
}
.trip_form .label {
	width:  120px;
	text-align: right;
}
.trip_form .input {
	width: 245px;
	padding: 3px;
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	border-top: 1px solid #6CAA30 !important;
	border-left: 1px solid #6CAA30 !important;
	border-right: 3px solid #6CAA30 !important;
	border-bottom: 3px solid #6CAA30 !important;
	border: 1px solid #7F9DB9;
}
.trip_form select {
	width: 123px;
	padding: 3px;
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	border-top: 1px solid #6CAA30 !important;
	border-left: 1px solid #6CAA30 !important;
	border-right: 3px solid #6CAA30 !important;
	border-bottom: 3px solid #6CAA30 !important;
}
.trip_form textarea {
	width:  120px;
	height: 80px;
}
/* @end */

/* @group Contact */
.contact_form {
	margin-bottom:  20px;
}
.contact_form td {
	padding:  5px;
	vertical-align: middle;
}
.contact_form .label {
	width:  120px;
	text-align: right;
}
.contact_form .input {
	width: 245px;
	padding: 3px;
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	border-top: 1px solid #6CAA30 !important;
	border-left: 1px solid #6CAA30 !important;
	border-right: 3px solid #6CAA30 !important;
	border-bottom: 3px solid #6CAA30 !important;
	border: 1px solid #7F9DB9;
}
.contact_form textarea {
	width:  120px;
	height: 80px;
}
/* @end */

/* @group MultiBox */
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #CCC;
	background-color: #FFF;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(../images/lightbox/loading.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/lightbox/multibox.png) no-repeat 0 -48px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #CCC;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../images/lightbox/multibox.png) no-repeat 0 -24px;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../images/lightbox/multibox.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/lightbox/multibox.png) no-repeat -24px 0;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/lightbox/multibox.png) no-repeat -24px -24px;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
}
/* @end */



