﻿@charset "utf-8";
/* CSS Document */

body{
	background: rgb(104, 189, 64);
	}

div#carte{
	position: relative;
	margin: 0 0 0 -7px !important;
	margin: 0;
	background: transparent url(../img/com/carte2/carte.jpg) no-repeat left top;
	width: 970px;
	height: 600px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

/* Campings */
#carte div.camping{
	position: absolute;
	width: 297px;
	height: 95px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/com/carte2/camping_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#carte div.camping span.numero{
		position: absolute;
		padding: 47px 0;
		width: 44px;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
		font-size: 10px;
		font-weight: bold;
		color: white;
		text-align: center;
		}
	#carte div.camping img{
		position: absolute;
		width: 107px;
		height: 63px;
		top: 15px;
		left: 39px;
		border: none;
		}
	#carte div.camping span.libelle{
		position: absolute;
		width: 120px;
		top: 19px;
		right: 20px;
		font-size: 11px;
		font-weight: bold;
		color: black;
		text-align: left;
		}
/* Positionnement des Campings */
	/* Campings de gauche */
	#camping-1{
		top: 10px;
		left: 0;
		}
	#camping-2{
		top: 105px;
		left: 0;
		}
	#camping-3{
		top: 200px;
		left: 0;
		}
	#camping-4{
		top: 295px;
		left: 0;
		}
	#camping-5{
		top: 390px;
		left: 0;
		}
	/* Campings de droite */
	#camping-6{
		top: 10px;
		right: 0;
		}
	#camping-7{
		top: 105px;
		right: 0;
		}
	#camping-8{
		top: 200px;
		right: 0;
		}
	#camping-9{
		top: 295px;
		right: 0;
		}
	#camping-10{
		top: 390px;
		right: 0;
		}

/* Pictos */
#carte div.picto{
	position: absolute;
	padding: 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background-color: transparent;
	font-size: 30px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	}

/* Liens */
#carte div.camping a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#carte div.picto a{
	color: white;
	text-decoration: none;
	visibility: hidden;
	}

/* descriptif */
#texte-intro{
	position: absolute;
	top: 466px;
	left: 228px;
	width: 314px;
	height: auto;
	padding: 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	}