.sortie {
	height: 48px;
	border-bottom: #CCC 1px solid;
	overflow: hidden;	
	margin: 0 10px;
	margin-top: 6px;
	padding-bottom: 6px;
	font-size: 0.7em;
	position: relative;
}

.sortie:last-child {
	border: none;
}

.sortie h4 {
	margin-left: 54px;
	margin-right: 100px;
	margin-bottom: 4px;
	line-height: 10px;
	font-size: 1.2em;
	
}
.sortie h4 a {
	font-weight: normal;
	font-size: 12px;
	color: rgb(237, 121, 36);
	text-decoration: none;
	text-transform: capitalize;
}
.sortie h4 a:hover {
	color: #333;	
}

.sortie p {
	font-size: 1em;
	margin-left: 54px;
	height: 11px;
	color: #666;
}

.sortie p.tarifs {
	position: absolute;
	color: #e12017;
	bottom: 4px;
}

.sortie p.dates-horaires {
	color: #AAA;
	font-size: 0.9em;
}

.sortie p.details {
	position: absolute;
	right: 6px;
	bottom: 6px;
}

.sortie .thumbnail {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0px;
}

.sortie .registration {
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 100px;
	height: 10px;
	text-align: right;
	background: white;
}

.sortie .registration a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

.sortie .registeredUsers {
	position: absolute;
	bottom: 6px;
	left: 0;
}

.sortie .registration a:hover {
	color: #000;
}

.sortie .inscription.none a {
	display: block;
}

.sortie .inscription span {
	position: absolute;
	top:0;
	left: 0;
	color: #e12017;
}

.sortie .inscription.none span {
	display: none;
}

.sortie .inscription a:active {
	color: #fcbb52;
}

.sortieFB {
	font-size: 0.7em;
	cursor: pointer;
}

.sortie .addThis {
	position: absolute;
	top:0;
	right: 0;
}


