/*----------------------------------------------------------------------------------
 style  de la page d'accueil d'Escalanques
--------------------------------------------------------------------------------------*/
 
 
*{
	margin: 0;
	padding: 0;
}

/* le fond de la page est noir la police pour tout le texte est verdana et en blanc */
body {
	background-color: #000000;
	margin-bottom: 20px;
	color: white;
	font-size: 12px;
	font-family: Verdana;
}

/* le conteneur est centré etl'image de fond està droite */
#conteneur   {
	position: relative;
	background-image: url("../images/escalanques-accueil.jpg");
	background-repeat: no-repeat;
	background-position: right 50%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 600px
	}


/*---------------------- la plaquette -------------------------------*/
#plaquette {
	margin-top: 10px;
	width: 438px;
	height: 600px;
	position: absolute;
	right: 0px;
	}

#map {
	position: absolute;
	top: -10px;
	width: 438px;
	height: 70px;
	/*border: 1px dashed white;*/
}


a {
	text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
	background: none; /* correction d'un bug IE */
}

a span { /* définition de la balise <span> inclue dans <a> */
	display: none;
}

a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	width: 260px;
	height: 100px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 280px;
	text-align: left;
	color: white;
}

a:hover span#infos { /* le texte d'intro d'Escalanques */
	display: inline;
	position: absolute;
	width: 240px;
	height: 170px;
	/*padding-top: 30px;*/
	margin-left: auto;
	margin-right: auto;
	left: 280px;
	bottom: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	background-repeat: no-repeat;
	color: white;
	/*background-color: #cccc66;*/
}

/* les images cliquables n'ont pas de bordure */
img {
	border: none;
}

#titre {}

#mouette img {
	border: none;
	position: absolute;
	right: 70px;
	top: 190px;
}

/* le titre est en bleu*/
h1 {
	position: absolute;
	right: 25px;
	top: 55px;
	color: #0099ff;
	font-size: 12px;
}

h2 {
	text-indent: -5000px;
}

h3 {
	font-size: 12px;
}

#coordonnees a {
	text-decoration: none;
	color: white;
}

#coordonnees a:hover {
	color: white;
}


#pied_de_page a {
	text-decoration: none;
	color: white;
}

#pied_de_page a:hover {
	font-weight: bold;
	font-size: 1.25em;
}


/* les listes n'ont pas de puce*/
ul {
	list-style-type: none;
}

/*  le menu contient quatre rubriques : boutons, coordonnées, divers et logo   */
#menu {
	
	width: 540px;
	float: left;
}

#activites {}

#titre_suite1, #titre_suite2 {
	padding-top: 10px;
	width: 250px;
	text-align: right;
	color: #0099ff;
	font-weight: bold; 
}

#whatsup {
	padding-top: 10px;
}

#coordonnees  {
	color: grey;
	text-align: right;
	
	padding-top: 10px;
	width: 250px
}

/*  le corps de page comprend un titre, un paragraphe descriptif et une photo  */
#corps {}

#infos {

}

#cours_escalade {
	text-indent: -5000px;
	height: 80px;
	padding-top:40px;	
}

#parcours_aventure {
	text-indent: -5000px;
	margin-top: 10px;	
	height: 80px;
}

#canyoning {
	text-indent: -5000px;
	margin-top: 20px;	
	height: 80px;	
}

#stages {
	text-indent: -5000px;
	margin-top: 20px;	
	height: 80px;
	
}

/* les titres de niveau 2 sont alignés en dehors de la page visible */
h2 {
	font-size: 12px;
}

p  {}

/* le menu pied de page est dans un cadre gris   */
#pied_de_page {
	margin-top: 30px;
	clear: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 15px;
	font-style: normal; 
	font-size: 10px;
	text-align: center;
	
}


