/* CSS Document */

body {
	margin:0px;
	padding:0px;

	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;

	width: 800px;
	height:600px;
	
	cursor:default;
}

#bloc_general {
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-400px;	
	
	background-image:url(../imgs/index/index.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;

	width:800px;
	height:600px;
	border:2px solid #91A3AE;
}


#reference {
	display:none;
}

.espace {
	clear: both;
}

#item-rando-liberte {
	position:absolute;
	top:135px;
	left:114px;
	font-size: 21px;
	text-align:left;
	color:#656B6F;
}

#item-rando-accompagne {
	position:absolute;
	top:135px;
	left:494px;
	font-size: 21px;
	text-align:left;
	color:#656B6F;
}


#membre {
	position: absolute;
	top: 576px;
	left: 13px;
	
	font-size: 15px;
	text-align:center;
	font-weight:normal;
	letter-spacing: 0.05em;
	color: #6F8696;
	width: 780px;
	height: auto;
}

.texte-bold {
	font-weight:bold;
}


#coordonnees {
	position: absolute;
	top: 549px;
	left: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
	font-weight:normal;
	letter-spacing: 0.06em;
	color:#656B6F;
	height: auto;
	width: 780px;
}

a {
	text-decoration: none;
	color:#656B6F;
	cursor:pointer;
}



a:hover {
	text-decoration: none;
	color:#780A2E;
}

