

div.bloc_fiches {
	margin: 0;
	padding: 0;
}


div.fiche_rando {
	position: relative;
	display: inline-block;
	width: 48%;
	height: 550px;
	margin: 10px 3px 10px 3px;
	border: 1px solid #930000;
	background-color: #f8f8f8;
	padding: 0px;
	vertical-align: top;
}

div.fiche_rando p {
	margin:0;
	padding: 10px;
	font-weight: normal;
	line-height: normal;
}

div.fiche_rando div.warning {
	font-family: SE_typewriter, "Times New Roman", Times, serif;
	position: absolute;
	top: 150px;
	z-index: 20;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 60pt;
	text-align: center;
	color: rgba(200, 0, 0, 0.4);
	padding: 0;
	margin: 0;
	-ms-transform: rotate(-30deg); /* IE 9 */
	-webkit-transform: rotate(-30deg); /* Safari */
	transform: rotate(-30deg);
}

div.fiche_rando > p:first-of-type {  
	font-size: 120%; 
	font-weight: 900;  
	text-align: left; 
	color: white; 
	background-color: #930000;
}

div.fiche_rando > div.fiche {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 80px;
	background-color: #e6e6e6;
	padding: 5px 0 5px 0;
	margin: 0;
}

div.fiche_rando > div.fiche > p { 
	font-size: 12pt; 
	font-weight: normal; 
	padding: 0 0 0 25px;
	text-align: left;
}

div.fiche_rando > div.fiche > p > span {
	display: inline-block;
	position: absolute;
	right: 25px;
	text-align: right;
}

div.fiche_rando div.acces {
	padding: 10px 0 0px 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80px;
	background-color: #dddddd;
	width: 100%
}


div.acces a, div.acces p {
	display: block;
	margin: 0;
	padding: 5px 0 0 30px;
    font-size: 11pt;
	line-height: normal;
}

div.acces p:first-of-type {
	padding: 0 0 0 10px;
	font-weight: bold;
}
