/* CSS Document */

/********************************************************************************/
/* 								RESET ALL TAGS 							  		*/
/********************************************************************************/

html {
	height: 100%;
	margin-bottom: 1px; 
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	text-align:left;
   background: #16091c url(../images/dev_bg_514_w.gif);
	margin: 0;
	padding: 0;	
}

option {
	padding-left: 0.4em;
}
fieldset,img {  
	border: 0; 
}
img {
   border-width: 0px;
}

form{
	margin: 0; 
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote {
	margin: 0; 
	padding: 0;
}


h1,h2,h3,h4,h5,h6{
   margin-top:0px;
   padding-top: 0px;   
}

input.button { 
	cursor: pointer; 
}
table {
	font-weight:normal;
}

/********************************************************************************/
/*  							CLEARING & FLOATING 							*/
/********************************************************************************/

/* clearing & floating */
.clearingfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearingfix {
	height: 1%;
}
.clearingfix {
	display: block;
}
/* End hide from IE-mac */
.clearingfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/********************************************************************************/
#container {
	background-color:#ffffff;
	margin:0 auto;
	width:1010px;
}

#header {
	/*background:url(../images/entete.jpg) no-repeat top left;*/
	height:200px;	
}

.flash-logo {
	float:left;
	width:576px;
	background-color: black;
	height:200px;
}

.babillard {
	float:left;
	width:434px;
	background:url(../images/entete_droite.jpg) no-repeat top left;
	height: 200px;
}

.language {
	float:right;
	width:54px;
	padding:9px;
	text-align:right;
}

.language a:link, .language a:visited, .language a:hover, .language a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}

ul.mainmenu {
	background:url(../images/fond-menu.png) repeat-x top left;
	height:41px;
	margin:0;
	padding:0;
}

ul.mainmenu li {
	display:inline;
	float:left;
	padding:0 6px 10px 10px;
	margin:0;
	line-height:35px;
	height:35px;
	position:relative;
}

ul.mainmenu li a:link, ul.mainmenu li a:visited, ul.mainmenu li a:hover, ul.mainmenu li a:active {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

ul.mainmenu ul {
	position:absolute; 
	left:-10px; 
	top:30px; 
	margin:0;
	padding:0;
	width:200px; 
	line-height:16px; 
	background-color: #000000; 
	color:white; 
	display:none; 	
   /*
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	*/
}
ul.mainmenu li:hover ul { display:block;}

ul.mainmenu  li ul li{ display:block;float:none; margin:5px 10px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none;height:auto;line-height:normal; }
ul.mainmenu  li ul li:first-child { border-top: none; }
ul.mainmenu  li ul li a { display:block; color:#white; }
ul.mainmenu  li ul li a:hover { color:#7FCDFE; }

ul.mainmenu  li ul li:hover {  }


#content {
	padding: 10px 0px 0px 0px;
}

#footer {
	clear:both;
	background:#3c1f4b url(../images/fond-pied.jpg) no-repeat top left;
	padding:50px 20px 13px;
	color:#ffffff;
}

.menu-bas li.parent {
	float:left;
	display:inline;
	border-left:1px solid #e0d2e8;
	padding:0 18px;
	font-weight:bold;
	width: 166px;
}
.menu-bas li.first {
	border-left:none;
	padding-left:0;
	width:130px;
}

.menu-bas li a:link, .menu-bas li a:visited, .menu-bas li a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	
}

.menu-bas li a:hover {
	text-decoration:underline;
}

.menu-bas li ul {
	padding:7px 0;
}
.menu-bas li li{
	list-style:none;
	font-weight:normal;
}
#footer p {
	clear:both;
	padding:7px 0;
}

#footer .icon-services img {
	display:inline;
	margin-right:13px;
}
/***** Colonnes *****/

#leftCol, #rightCol{
	float:left;
	width:212px;
	overflow:hidden;
}

#leftCol{
   padding-left: 10px;
   /*background-color: magenta;*/
}

#rightCol{
   padding-right: 10px;
   /*background-color: cyan; */
}


#mainCol {
	float:left;
	margin:0 10px;
	width:546px;
	overflow:hidden;
}

#mainCol_large {
	float:left;
	margin:0 10px;
	width:766px;
	overflow:hidden;
}


.bloc-mod {
	border:1px solid #c4bac6;
	background:#eae6eb url(../images/fond-boites.png) repeat-x top left;
	padding:20px;
	margin-bottom:17px;
}

.bloc-mod h3 {
	text-align:right;
	color:#3d2049;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:7px;
}

input.search-btn {
	border:0px;
	width:24px;
	height:24px;
	background:url(../images/btn-recherche-noir.gif) no-repeat center center;
	vertical-align:middle;
	margin-right:0px;
	cursor:pointer;
}

input.search-txt {
	border:1px solid #000;
	text-align:right;
	padding:5px 3px;
	width:180px;
	vertical-align:middle;
	color:#000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
}


.inscription .textbox, .infolettre .textbox  {
	border:1px solid #c9c1cc;
	text-align:right;
	padding:5px 3px;
	width:157px;
	vertical-align:middle;
	color:#000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:11px;
	margin-bottom:10px;
}

input.inscription {
	border:none;
	background:none;
	width:163px;
	text-align:right;
	color:#745f7b;
	font-size:11px;
	cursor:pointer;
}

.inscription a:link, .inscription a:visited, .inscription a:hover, .inscription a:active {
	display:block;
	width:163px;
	text-align:right;
	color:#745f7b;
	font-size:11px;
	text-decoration:none;
}

#leftCol .smenu ul {
	margin:0;
	padding:0;
}

#leftCol .smenu ul li{
	margin:0;
	padding:7px 0;
	list-style:none;
	text-align:right;
}

#leftCol .smenu a:link, #leftCol .smenu a:visited, #leftCol .smenu a:hover, #leftCol .smenu a:active {
	color:#3d2049;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}

.reseaux-sociaux {
	color:#745f7b;
}

.reseaux-sociaux img {
	display:inline;
	vertical-align:middle;
	margin:0 4px 6px 0;
}

/***** Calendrier *****/

#intro-canadiens {
	border:1px solid #c4bac6;
	margin-bottom:13px;
}

#intro-canadiens .text {
	padding:13px;
}

#intro-canadiens h1 {
	color:#000000;
	text-transform:uppercase;
	font-size:12px;
}

#intro-canadiens h2 {
	color:#b10000;
	font-size:11px;
}

#intro-canadiens p {
	margin-top:13px;
}


.calendrier-ouvert {
	border:1px solid #c4bac6;
	background:#d0c8d2 url(../images/fond-calendrier-mois-ouvert.png) repeat-x top left;
	padding:3px 0 1px 3px;
	margin-bottom:17px;
	clear:both;
}

.calendrier-ferme {
	border:1px solid #c4bac6;
	background:#e2dde3 url(../images/fond-calendrier-ferme.png) repeat-x top left;
	padding:3px;
	margin-bottom:17px;
	clear:both;
}


.calendrier-ouvert h2 {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	padding:12px 8px;
	background:url(../images/fleche-calendrier-ouvert.png) no-repeat 490px 19px;
}

.calendrier-ferme h2 {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	padding:12px 8px;
	background:url(../images/fleche-calendrier-ferme.png) no-repeat 490px 19px;
}


#rep-large .calendrier-ouvert h2, #rep-large .calendrier-ferme h2 {
	background-position: 930px 19px;
}


.calendrier-ouvert .calendrier-dates {
	display:block;
}

.calendrier-ferme .calendrier-dates {
	display:none;
}

.calendrier-date {
	float:left;
	width:120px;
	padding:8px 2px 3px 6px;
	border:1px solid #baaebd;
	background:#e9e5ea url(../images/fond-calendrier-dates.png) repeat-x top left;
	margin:0 2px 4px 2px;

}

#main-large .calendrier-date {
	margin:0 11px 10px 0;
}

.calendrier-date h3{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:7px;
}

.calendrier-date h3 span {
	text-transform:none;
}

.calendrier-date h4 {
	color:#3c1f4b;
	font-weight:bold;
	font-size:10px;
	margin-bottom:7px;
}

.calendrier-date span.prix {
	color:#3c1f4b;
	font-size:11px;
	display:block;
	padding:0 2px 3px;
}

.calendrier-date span.prix strong {
	color:#d50303;
}

/***** Achats *****/

#etapes-paiement {
	margin:10px auto;
	margin-bottom: 0px;
	width:532px;
	border:1px solid #cfc9d2;
	background:url(../images/fond-etapes.png) repeat-x top left;
	overflow:hidden;
}

#etapes-paiement ol{
	margin:0;
	padding:0;
}

#etapes-paiement li {
	display:inline;
	float:left;
	width:166px;
	list-style:none;
	background:url(../images/separation-etape.jpg) no-repeat top right;
	height:31px;
	line-height:31px;
	color:#353535;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	text-transform:uppercase;
	padding-left:18px;

}

#etapes-paiement li.actif {
	color:#067700;
}
#etapes-paiement li.last {
	width:140px;
	background-image:none;
}

#etapes-paiement li span {
	display:inline;
	float:left;
	width:17px;
	height:31px;
	line-height:31px;
	text-align:center;
	color:#ffffff;
	margin-right:10px;
	background:url(../images/no-etape.gif) no-repeat center center;
}

#etapes-paiement li.actif span {
	background:url(../images/no-etape-actif.gif) no-repeat center center;
}

.interface_achat {
	background-color:#f0eef1;
	border:1px solid #c4bac6;
}
.interface_achat #h4{
	background-color:#4c315a;
	color:#ffffff;
	font-size:11px;
	padding:1px 5px;
	border-bottom:1px solid #c4bac6;
}

.achat_info .box1 {
	border-bottom:1px solid #c4bac6;
	padding:10px 5px 10px 10px;
	background-color:#fbfafb;
}

.achat_info  .date_event {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:7px;
	text-transform:uppercase;
}

.achat_info  .event{
	color:#3C1F4B;
	font-size:10px;
	font-weight:bold;
	margin-bottom:7px;
}

.step_ticket_info {
	border-bottom:1px solid #c4bac6;
	padding:10px 5px 10px 10px;
	background-color:#ded5e0;
}

.step_ticket_info  .liens_non:link, .step_ticket_info  .liens_non:visited, .step_ticket_info  .liens_non:hover, .step_ticket_info  .liens_non:active {
	text-decoration:none;
	color:#000000;
}

.step_ticket_info span.infos {
	float:left;
	display:inline;
	width:50%;
}

.step_ticket_info span.infos strong {
	color:#067700;
	font-weight:bold;
}

.interface_achat .total{
	background-color:#efedf0;
	font-size:12px;
}

.interface_achat .total td {
	padding:2px 10px;
}

.interface_achat img {display:inline; vertical-align:middle;}

#infos-paiement, #type-paiement, #terme-paiement, #question-paiement {
	border:1px solid #afa2b2;
	margin-bottom:8px;
}

#infos-paiement h1, #type-paiement h1, #terme-paiement h1, #question-paiement h1  {
	background-color:#4c315a;
	color:#ffffff;
	font-size:11px;
	padding:1px 5px;
	border-bottom:1px solid #c4bac6;
	margin-bottom:0px;
}

#infos-paiement div.fieldset {
	margin: -2px 5px 5px 5px;
	background:url(../images/fond-calendrier-mois-ouvert.png) repeat-x scroll left top #D0C8D2;
	border:1px solid #C4BAC6;
	clear:both;
	padding-bottom:6px;
}


/*
#infos-paiement legend {
	display:block;
	height:25px;
	background:url(../images/fond-legend.png) repeat-x top left;
	border-right:1px solid #C4BAC6;
	border-left:1px solid #C4BAC6;
	margin:0 -1px 10px;
	line-height:25px;
	padding:0 12px;
	width:484px;
	text-align:left;
}
*/

#infos-paiement .legend {
	display:block;
	height:25px;
	background:url(../images/fond-legend.png) repeat-x top left;
	border-right:1px solid #C4BAC6;
	border-left:1px solid #C4BAC6;
	line-height:25px;
	width: 532px;
	text-align:left;
	margin: 0px auto;
	margin-bottom: 0px;
	padding-left:4px;
}

html > body #infos-paiement .legend {
	width: 528px;
}

#infos-paiement label {
	float:left;
	display:inline;
	clear:left;
	width:180px;
	padding:5px 12px;
	font-size:12px;
	color:#492d57;
}

#infos-paiement label .required {
	color:#ad1715;
}

#infos-paiement .textbox{
	float:left;
	display:inline;
	margin:3px 0;
	font-size:12px;
	padding:2px 0;
}

#infos-paiement .checkbox {
	clear:both;
	margin:5px 0px 5px 12px;
}

#infos-paiement .label-right {
	float:none;
	width:auto;
}

#infos-paiement  .note-form {
	display: block;
   color:#ad1715;
	padding:12px 12px 0px 12px;
}

.facturation-note-adresse {
	margin:5px;
	background:url(../images/fond-calendrier-mois-ouvert.png) repeat-x scroll left top #D0C8D2;
	border:1px solid #C4BAC6;
	clear:both;
	padding:12px;
	color:#492d57;
}

.facturation-note-adresse h2 {
	text-transform:uppercase;
	color:#b60d0d;
	font-size:13px;
}

#infos-paiement .livraison  {
	padding-top:6px;
   padding-bottom:12px;
	text-align:center;
}

#infos-paiement div.btns, .paiement-btn {
	text-align:center;
	padding:12px 0;
}

#infos-paiement div.btns input, .paiement-btn input{
	background:#cfc9d2 url(../images/fond-btn.png) repeat-x top left;
	border:1px solid #cfc9d2;
	margin:0 20px;
	padding:0 20px;
	height:24px;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	cursor:pointer;
}

#infos-paiement div.btns .submit-btn, .paiement-btn .submit-btn {
	color:#056400;
}


.bloc-mod-achat {
	border:1px solid #c4bac6;
	background:#fefdfe url(../images/fond-boites.png) repeat-x bottom left;
	margin-bottom:17px;
	color:#3c1f4b;
}

.bloc-mod-achat p {
	padding:5px 10px;
}


/*****Page paiement *****/

p.resume-paiement {
	text-align:center;
	border-bottom:1px solid #ccc3ce;
	color:#432750;
	font-size:12px;
	text-transform:uppercase;
	padding:10px;
	background-color:#f8f6f8;
	margin-top: 2px;
   margin-bottom: 4px;
}

p.resume-paiement strong {
	color:#067700;
}

p.intro-paiement {
	border-bottom:1px solid #ccc3ce;
	color:#432750;
	font-size:11px;
	padding:10px;
	background-color:#f8f6f8;
	margin-top: 2px;
	margin-bottom: 4px;
}

div.infos-facturation {
	color:#432750;
	font-size:11px;
	padding:10px;
	background-color:#f8f6f8;
}

div.infos-facturation span.label {
	float:left;
	display:inline;
	clear:left;
	width:200px;
	padding-bottom:5px;
}

div.infos-facturation span.value {
	float:left;
	display:inline;
	width:300px;
	font-weight:bold;
}

p.intro-type-paiement {
	border-bottom:1px solid #ccc3ce;
	color:#b10000;
	font-size:12px;
	padding:10px;
	background-color:#f8f6f8;
	margin-top: 2px;
	margin-bottom: 4px;
}

.form-type-paiement {
	font-size:11px;
	padding:10px;
	background-color:#f8f6f8;
}

.form-type-paiement table td {
	padding:0px 10px 2px 0;
}

.form-type-paiement img {
	display:inline;
}

#terme-paiement div {
	font-size:11px;
	padding:10px;
	background-color:#f8f6f8;
}

#terme-paiement input {
	float:left;
	display:inline;
	width:20px;
}

#terme-paiement p {
	padding-left:25px;
}

#terme-paiement strong {
	color:#b10000;
}

#question-paiement table {
	font-size:11px;
	padding:10px;
	background-color:#f8f6f8;
}

/** OLD **/
caption.titre{
   font-size:16px;
   font-weight:bold;
}

/* --------------------------------- Typo générale ----*/
.txtBlanc { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #FFFFFF; text-decoration:none;}
.texteMauve { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #442CCE; text-decoration:none;}
.texteNoir { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; color: #000000; text-decoration:none;}
.TitreMauve { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 14px; color: #442CCE; text-decoration:none;}
.txtgris { font-family: Arial, Helvetica, sans-serif; font-size: 7px; line-height: 14px; color: #AFADB0; text-decoration:none;}

.input_long {background-color:#FFFFFF; width : 160px; height: 16px; border : solid #000000; border-width : 1px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;}
.input_court {background-color:#FFFFFF; width : 100px; height: 16px; border : solid #000000; border-width : 1px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;}

a:link {text-decoration:none; color:#000000; }
a:hover { text-decoration:underline; color:#331840;}
a:visited {text-decoration:none; color:#000000;}
/*a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; text-decoration:none; color:#000000;}
a:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; text-decoration:none; color:#331840;}*/

/******/
a.titre{color:#442CCE};
a.titre:visited {color:#442CCE};

h1.titre_page{
	font-weight: bold;
	font-size: 20px;
	margin-bottom:10px;
}

ul.faq{
   margin-left: 12px;
}

ul.faq li{
	color: black;
	padding-bottom:8px;
}

.question{
	font-weight: bold;
}

ul.corporatif{

}

ul.corporatif li{
	color: black;
	padding-bottom:8px;
}

table.contact{
	border: 1px solid black;
	width: 100%;
}

table.contact th{
	color: white;
	font-weight: bold;
	text-align:center;
	background-color: black;
}

table.contact td{
	text-align:center;
	padding-bottom: 8px;
}

table.contact_message{
	border: 1px solid black;
	width: 600px;
}

table.contact_message td{
	font-weight:bold;
   font-size:12px;
   padding-left:6px;

}

td.header{
   background-color: #000000;
   color: white;
   font-size:12px;
   font-weight:bold;
}


tr.impair{
   background-color: #E2DDE4;
}

tr.pair{
   background-color: #F6F6F8;
}

.bottom_policy{
   font-family: verdana,arial;
   font-size: 10px;
   color: #777777;
   margin-bottom: 10px;
}

table.big_calendar {
   width:98%;
   border: 1px solid black;
   border-collapse: collapse;
   height: 30px;
}

table.big_calendar_header{
   background-color: black;
   width:98%;
   height: 30px;
}

table.big_calendar th {
   font-size: 12px;
   font-weight: bold;
   color: white;
   background-color:black
}

table.big_calendar_header td {
   font-size: 14px;
   font-weight: bold;
   color: white;
}


table.big_calendar_header a{
   color:white;
   text-decoration:none;
   font-weight: bold;
}

table.big_calendar_header a:hover{
   color:white;
}

table.big_calendar_header a:visited{
   color:white;
   text-decoration:none;
}

span.date_number{
   display:block;
   font-size:16px;
   font-weight:bold;
}

span.date_number_today{
   display:block;
   font-size:16px;
   font-weight:bold;
   text-decoration:underline;
}

span.evenement_calendar{
   display:block;
   margin-bottom: 14px;
}

span.evenement_calendar a{
   color:white;
}

span.evenement_calendar a:hover{
   text-decoration: underline
}

span.evenement_calendar a:visited{
   color:white;
}

.event_day_big span.evenement_calendar a{
   color:black;
}

.today_big span.evenement_calendar a{
   color:white;
}

td#selected{
   background-color: #edb224;
}

#leftCol .smenu .category_menu{
   display:none;
   margin-top: 4px;
   margin-bottom:6px;
}

#leftCol .smenu .category_menu a{
   font-size:12px;
   font-weight:normal;
   text-align:left;
   text-transform:none;
   display:block;
   padding:2px;
}

table.bottom td{
   padding-left: 20px;
   padding-right: 20px;
}

input.facture{
   background: none;
   
}

input.button{
   width:80px;
   background-color:#8B7991;
   color:white;
   font-weight:bold;
   padding:2px;
   border:1px solid #381C45;
   text-align:center;
   font-size:12px;
}

table.artist_info{
}

table.artist_info td{
   font-weight: bold;
   padding-left: 6px;
   padding-right: 6px;
   background-color: black /*#E2DDE4*/;
   color: white;
}

table.search{
   border: 1px solid #371B44;
}

table.search th{
   background-color: black;
   color:white;
   font-size:12px;
}

table.evenements {

   border: 1px solid #371B44;
}

table.evenements th{
   background-color: black;
   color:white;
   font-size:12px;
}

/* VENDRE VOS BILLETS */
div.vendre{
   width:600px;
   margin-bottom:10px;
   
}

div.vendre_desc{
   width:580px;
   margin-top:10px;
   padding: 8px 4px 8px 4px;
   border: 1px solid #371B44;
   background-color: #E2DDE4;
}

table.vendre{
   width:588px;
   border: 1px solid #371B44;
}

table.vendre td{
   background-color: #E2DDE4;
}

table.vendre th{
   background-color: black;
   color:white;
   font-size:12px;
}

table.vendre caption{
   background-color: black;
   color:white;
   font-weight: bold;
   text-align: left;
   padding: 4px;
   font-size:12px;
}

table.vendre_list{
   width:700px;
   border: 1px solid #371B44;
}

table.vendre_list th{
   background-color: black;
   color:white;
   font-size:12px;
}

table.vendre_list caption{
   background-color: black;
   color:white;
   font-weight: bold;
   text-align: left;
   padding: 4px;
   font-size:12px;
}

input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2;}

.alerte{
   border: 1px solid black;
   font-weight: bold;
   color:#950000;
   margin-bottom:10px;
   background: black url(../images/alert.gif) no-repeat;
   padding-left: 32px;
   font-size:12px;
}

.alerte div {
   background-color: #FFFFCC;
   padding: 4px;
}

.alerte_no_img{
   border: 1px solid black;
   font-weight: bold;
   color:red;
   padding: 4px;
   margin-bottom:2px;
   background-color: #FFFFCC;
   font-size:12px;
}

/* SALLE */
table.venue_info {
   border: 1px solid #371B44;
}

table.venue_info table td {
   font-size: 12px;
}

table.venue_info table td a{
   text-decoration: underline;
}

/* PRINCIPAL */
/** http://www.webtoolkit.info/css-vertical-align.html **/
.v-outer {
   width:172px;
   height:117px;
   background-color:#C4C4C4;
   padding:4px;
   
   display: table;
   #position: relative;
   overflow: hidden;
   

   font-size:24px;
   font-weight:bold;
   color: white;
   line-height:24px;
   #cursor:pointer;
}

.v-middle {
   display: table-cell;
   #position: absolute;
   #top: 50%;
   vertical-align: middle;
}

.v-inner {
   #position: relative;
   #top: -50%;
}
                
/* ARTISTE */
div.principal_artist{
   position:relative;
   top:-34px;
   left:-16px;
   z-index:1;
   text-align:center;
}

table.ticket_groups{

}

table.ticket_groups caption{
   text-align:left;
   margin-bottom:0px;
   /*margin-top:10px;*/
   padding-top:10px;
   padding-left: 4px;
   background-color: #E2DDE4;
}

table.ticket_groups caption a{
   font-weight:bold;
   font-size: 12px;
   color:#442CCE;
}

table.ticket_groups td{
   text-align: center;

}

table.ticket_groups th{
   background-color: #887790;
   color:white;
   text-align:center;
}

table.rep_info{
   background-color: #E2DDE4;
}

table.rep_info .first_tr{
   background-color: black;
}

table.rep_info .first_tr td, table.rep_info .first_tr a{
   color:white;
}


table.rep_info td{
   font:bold 12px arial;
   color:#000000;
   padding:4px;
}

table.rep_info td a{
   font:bold 12px arial;
   color:#000000;
}

table.rep_info td.nom_artiste{
   font-size: 14px; line-height: 14px; color: #442CCE; text-decoration:none; font-weight:bold;
}

table.inscription{
   border: 1px solid #371B44;
   width: 100%;
   margin-bottom: 15px;
}

table.inscription caption{
   text-align: left;
   font-size: 12px;
   font-weight: bold;
   color: white;
   background-color: black;
   padding: 4px;
}

table.inscription td{
   width: 250px;
   font-size: 12px;
}

div.div_motpasse{
   margin-bottom:10px;
   font-size: 12px;
   border: 1px solid #371B44;
   padding: 4px;
   background-color: #E2DDE4;
}

div.boite_artiste{
   padding: 8px 4px 8px 4px;
   margin-top:20px;
   margin-bottom:10px;
   border: 1px solid #371B44;
   background-color: #E2DDE4;
}

a.lien_important{
   color: #50315E;
   font-weight:bold;
}

a:visited.lien_important{
   color: #50315E;
}


/* PRÉVENTE */
div.prevente_desc{
   width:536px;
   margin-top:10px;
   margin-bottom:10px;
   padding: 8px 4px 8px 4px;
   border: 1px solid #371B44;
   background-color: #E2DDE4;
   display:block;
}

/* COMMANDES */
table.commande{

}

table.commande tr#recu{
   color: green;
}

table.commande tr#verification{
   color: #FFB900;
}

table.commande tr#annule{
   color: red;
}

table.commande th{
   background-color: black;
   color:white;
   font-size:12px;
}

table.commande td, table.commande th{
   padding: 4px 8px 4px 8px;
}

table.representations{
   width:650px;
   margin-top:10px;
   border: 1px solid #E2DDE4;
}

table.representations caption{
   margin-bottom: 0px;
   margin-top:12px;
   font-weight:bold;
   text-align:left;
   font-size:16px;
}


table.sitemap{
   width:100%;
   padding: 4px 4px 8px 4px;
   margin-bottom:20px;
   border: 1px solid #371B44;
   background-color: #E2DDE4;
}

table.sitemap caption{
   font-size:12px;
   text-align:left;
   background-color:black;
   padding:8px 4px 8px 4px;

   color:white;
   font-weight:bold;
}

table.sitemap caption a{
   color:white;
   font-weight:bold;
}

table.sitemap ul{
   margin-top:0px;
   margin-bottom :0px;
}

table.sitemap ul li{
   margin-bottom:4px;
}


#right_corner_plus{
   font-weight: bold;
   position:relative;
   top: 2px;
   cursor:pointer;
   /*
   padding: 2px 4px 2px 4px;
   width:50px;
   left: 0px;
   */
}


table.event_tickets{
   border: 1px solid #E2DDE4;
   margin-bottom:20px;
   width:546px;
}

.description a{
   text-decoration:underline;
}

div.ticket_note{
   display:none;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1000;
   background-color: #FFFCAF;
   border: 1px solid #CEC831;
   padding: 4px;
   text-align: left;
   width:200px;
   clear:both;
}


#menu_ul{ margin:0px; padding:0px; margin-left:6px; list-style:none; color:#c0c0c0; line-height:40px; display:inline-block; float:left; z-index:1000;font-size:12px; }
#menu_ul a { color:#d0d0d0; text-decoration:none; }
#menu_ul > li {background: #000000; none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 10px 0px 10px;}
#menu_ul > li a:hover {color:#7FCDFE;}
#menu_ul .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
/* sub-menus*/
#menu_ul ul { padding:0px; margin:0px; display:block; display:inline;}
#menu_ul li ul { position:absolute; left:-10px; top:0px; margin-top:30px; width:200px; line-height:16px; background-color: #000000; color:white; /* for IE */ display:none; 	
   filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
 }
#menu_ul li:hover ul { display:block;}
#menu_ul li ul li{ display:block; margin:5px 10px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none; }
#menu_ul li ul li:first-child { border-top: none; }
#menu_ul li ul li a { display:block; color:#white; }
#menu_ul li ul li a:hover { color:#7FCDFE; }

#menu_ul li ul li:hover {  }

.input_erreur{
   border: 1px solid red;
}

table.confirmation_table{
   width:100%;
}

table.confirmation_table td{
   padding:4px;
}

div.artist_description a, div.static_page a{
   text-decoration:underline;
   color: #5C4468;
}

/** Petit calendrier **/
.calendar {
   width:205px;
   /*border: 1px solid black;*/
   border-collapse: collapse;
}

.month {
   background-color:transparent;
   font:bold 12px arial;
   color:#000000;
}

.days {
   font-size: 12px;
   font-family:arial;
   color:black;
   background-color: white;
   padding:2px;
}

.event_day {
   font-size: 12px;
   font-family:arial;
   color:black;
   background-color: #887790;
   color: white;
   padding:2px;
   cursor:pointer;
}

.event_day_big {
   font-size: 12px;
   font-family:arial;
   color:black;
   background-color: white;
   padding:2px;
}

.today_big {
   font-size: 12px;
   font-family:arial;
   background-color: #887790;
   color: white;
   padding:2px;
}

#today{
   font-weight: bold;
   color:#FFFFFF;
   background-color:#887790;
}

/** Sorstu.ca RSS **/
ul.sortu_rss{
   list-style-type: none; 
}

ul.sortu_rss li{
   padding:4px 2px 4px 2px;
   border-top: 1px solid white;
}

ul.sortu_rss li.pair {
	/** background-color:#ffffff; **/
}

ul.sortu_rss li.impair {
/**	background-color:#eae7eb; **/
}

div.bloc-mod-nouvelles{
   padding: 10px 0px 0px 0px; 
   margin-bottom:17px;
   border:1px solid #c4bac6;
   background:#eae6eb url(../images/fond-boites.png) repeat-x top left;
}

div.bloc-mod-nouvelles h3 {
	text-align:center;
	color:#3d2049;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:7px;
}

.artist_disclaimer{
	border: 1px solid #f1be82;	
	background: #fff5e1;
	padding: 10px;
	margin-bottom: 12px;
}
.artist_disclaimer p {
	text-align: center;
	margin: 0;
}

/* NOTES */
fieldset.information{
   margin:10px auto;
   background-color:#fff3da;
   border: 1px solid #f1be82;
   padding: 10px;
   width:440px;

}

legend.information_legend{
   font-weight:bold;
   padding:6px;
   background-color:white;
   border: 1px solid #f1be82;
}

.top_icon{
   float:left;
   width:51px;
   text-align:center;
}

.icon_title{
   font-size:10px;
   color: #A69AAF;
}
