@charset "UTF-8";

/* BILLETERIE */
.unSpectacle {
	font-size:18px;
}

.clear{ clear:both;}

.left{ 
	float:left;
	margin-top:8px;}

.right{ 
	float:right; 
	width:150px;
}

.divider{ 
	height:3px; 
	width:100%; 
	background-image:url(../images/divider.png); 
	margin:20px 0px;}

/* BOUTONS */
.carte{ 
	background-color:#FFF;
	font-weight:bold; 
	width:130px; 
	margin-top:3px;
	padding:3px 0px; 
	display:inline-block;
	text-align:center;
	border: 1px solid #555555;
	}



.carte:hover{
	background-color:#70201d;
}

.acheterBillet{ 
	background-color:#FFF;
	font-weight:bold; 
	width:130px; 
	padding:3px 0px; 
	margin-top:3px;
	display:inline-block;
	text-align:center;
	border: 1px solid #555555;
		
	}

.acheterBillet:hover{
	background-color:#70201d;
}

#billets {
	font-size:22px; 
	padding:20px; 
	width:780px;}

.unSpectacle .left { 
	width:300px; 
}

.ville,.date{ 
	font-weight:bold;
	color: #70201d;
	text-transform: uppercase;
}

.unSpectacle a:hover {
	color: #FFF;
}

/* cellulaires */
@media only screen and  (max-width: 650px) {
	.left {
		width: 100%;
	}
	.right {
		width: 100%;
		text-align: center;
	}
	
}
