@charset "utf-8";
/* CSS Document */

/* ###     DEFAULT     ### */
* {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: none;
}


/* ###     LOGIN     ### */
#login input{
	margin-left: 5px;
	width: 100px;
}
#login_lb {
	width: 438px;
	margin: 10px auto;
}
#login_lb input{
	margin-left: 5px;
	width: 100px;
}

/* ###     SLIDESHOW     ### */
#left{ 
	float:left;
	margin-left:50px;
	position:absolute;
	background:url(../images/left.png);
	width:28px;
	height:59px;
	border:none;
	margin-left:70px;
	margin-top:60px;
}
#right{
	float:left;
	position:absolute;
	background:url(../images/right.png);
	width:28px;
	height:59px;
	border:none;
	margin-left:779px;
	margin-top:60px;
}
#left:hover{
	background:url(../images/left-over.png);
}
#right:hover{
	background:url(../images/right-over.png);
}


/* ###     NAVIGATION     ### */
.nav_sec{
	text-decoration:none;
	color:white;
	margin-top:5px;
}
.nav_sec:hover{
	text-decoration:none;
	color:#CCC;
}
#nav_el {
	padding: 16px;
}
#nav_el li{	
	float: left;
	list-style: none;
	width: 25%;
	font: 12px Tahoma, Arial;
}
#nav_el li a{	
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	width: auto;
	text-align: center;
	color: #EAFFED;
	white-space: nowrap;
	font-size:18px;
}
#nav_el li a:hover{	
	background: #132c0e;
}
#nav_el li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:1000;!important
}
#nav_el li ul li{
	float: none;
	display: inline;	
}
#nav_el li ul li a{
	padding: 6px 15px;
	text-align: left;
	font-size: 16px;
	width: auto;
	background: #000;
	color:#fff;
	border: solid #132c0e 1px;
}
#nav_el li ul li a:hover{
	background: #FFF;
	color:#000;
}
.top_content{
	float:left;
	width:328px;
	height:224px;
}
.top_content h2{
	color:#FFF;
	margin-top:20px;
	margin-left:25px;
	text-align:center;
}
#nav_prim ul{
	color:#FFF;
}
#nav_prim a{
	color:#FFF;
	text-decoration:none;
}


/* ###     INDEX     ### */
#overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	z-index:100;
}
#form_login_lb {
	z-index:5000;
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:auto;
	margin: -50px 0px 0px -250px;
	background:#fff;
	border:solid black 3px;	
}
#form_inscription {
	z-index:5000;
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:410px;
	margin: -205px 0px 0px -250px;
	background:#fff;
	border:solid black 3px;
}
#form_ticket {
	z-index:5000;
	position:fixed;
	top:50%;
	left:50%;
	width:970px;
	height:340px;
	margin:-170px 0px 0px -495px;
	background:#fff;
	border:solid black 3px;
}
#form_invite {
	z-index:5000;
	position:fixed;
	top:50%;
	left:50%;
	width:355px;
	height:278px;
	margin: -100px 0px 0px -180px;
	background:#fff;
	border:solid black 3px;
}
#activation {
	z-index:5000;
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:80px;
	margin:-40px 0px 0px -250px;
	background:#fff;
	border:solid black 3px;
}


/* ###     PROMOTION     ### */
#promo-wrap {
	width: 983px;
}
#promo-wrap div.head{
	width: 983px;
	height: 44px;
	background: url('../images/promo_code_bg.png') no-repeat right;
}
#promo-wrap div.head *{
	float:left;
}
#promo-wrap div.head p{
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px 10px 0px 0px;
	line-height: 30px;
	font-weight: bold;
}
#promo-wrap div.head img{
	border: none;
}

#promo-wrap div.body {
	width: 973px;
	padding: 5px;
	background: #FFFFFF;
}
#promo-wrap div.ticket-wrap{
	width: 943px;
	padding: 10px;
	margin: 5px 5px 10px 5px;
}


/* ###     TICKET     ### */
.ticket{
	margin:auto;
	position: relative;
	width: 947px;
	height: 261px;
	background: url("../images/void_ticket.png") no-repeat;
}
.ticket .ticket-img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	display: none;
}
.ticket .sponsor {
	float:left;
	width: 246px;
	height: 85px;
	margin:155px 15px 15px 22px;
}
.ticket .sponsor img{
	width:100%;
	height:100%;
}
.ticket-body {
	float:left;
	height:196px;
	margin:8px 5px 0px 5px;
	width:585px;
}
.ticket-body h2{
	background:none repeat scroll 0 0 #FAFAFA;
	margin-bottom:5px;
	padding:2px 5px;
	text-align:left;
	width:575px;
	height:30px;
}
.ticket-image {
	float:left;
	height:160px;
	position:relative;
	width:360px;
}
.ticket-image img{
	position: absolute; 
	left: 50%; 
	width: 300px;
	height:160px;
	margin-left: -150px;
}
.ticket-info{
	float:left;
	height:160px;
	width:225px;
}
.ticket-date{
	height:75px;
	margin: 5px 15px 10px 0px;
	width:100%;
}
.ticket-info td{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.ticket-price{
	width:100%;
}
.ticket-barcode{
	float: left;
	width: 30px;
	height: 132px;
	margin: 40px 10px;
}
.publicity {
	float: left;
	height:30px;
	width: 646px;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 24px;
}
.ticket .ticket_print {
	font-size:16px;
}

/* ###     EVENT     ### */
.event {
	width: 100%;
	background:#FFFFFF;
	margin-bottom:5px;
	padding-bottom:8px;
}
.event h1 {
	background: #000000; 
	color: #FFFFFF; 
	text-align: left; 
	font-size: 28px; 
	line-height: 32px;
	padding:5px;
}
.event h2 {
	font-size: 18px;
	padding: 5px 10px;
}
.comment {
	padding: 10px 0px;
}
.comment .comment-head {
	font-size: 14px;
	margin : 5px 15px;
}
.comment .images-wrap {
	margin: 2px 35px;
}
.comment .comment-wrap .text{
	margin: 5px 30px;
	font-style: italic;
}
.comment img {
	margin: 5px;
}


/* ###     COMPTE     ### */
.r1{
	background-color:#DDD;
	border:none;
	text-align:center;	
}
.r0{
	background-color:#AAA;
	border:none;
	text-align:center;	
}
.r1 *{
	color:inherit;	
}
.r0 *{
	color:inherit;
}
.r1 input{
	color:#0000CC;	
}
.r0 input{
	color:#0000CC;
}
.r1:hover{
	background-color:#000;
	color:#FFF;	
}
.r0:hover{
	background-color:#000;
	color:#FFF;
}
.r1:hover *{
	color:inherit;	
}
.r0:hover *{
	color:inherit;
}
.button {
	border:0px;
	background:none;
	text-decoration:underline;
	cursor:pointer;
	color: #1111FF;
	font-weight:bold;
}
.compte_info thead th{
	padding:5px;
}
.compte_info tbody tr td{
	padding:5px;	
}
