/* CSS toute page*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;
	max-width: 1100px;
	margin:auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 1000px;
	text-align: center;
	padding: 2%;
	font-size: 16px;
	color: #777;
	line-height: 25px;
}

a img { border: 0; }

a:link, a:visited, a:active {
	color: #39C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}

#logo-ge-entete {
}

#pictoentete img {
	width: 45px;
	height: 45px;
	margin-right: 3%;
	border: 0; 
}

.toutenosactivite {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.legende-photo-index {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
h3 {
	font-size: 10px;
	text-align: right;
	color: #999;
	font-style: italic;
}
#menu-activite img {
	border-radius: 8px;
	width: 100%;
	height: auto;
	font-size: 9px;
}

#link-bas-de-page {
	font-size: 12px;
}

h1 {
	font-size: 26px;
	color: #000;
	font-weight: normal;
	text-shadow:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	line-height: 35px;
}
h2 {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 25px;
}

.imagecoinarrondi {
	border-radius: 8px;
}


.imagecoinarrondicanvalais {
	border-radius: 8px;
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	margin: auto;
}



/* CSS page niveau index */




/* CSS page niveau 1 */

.datehoraireageprix {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#date-horaire-age-prix {
	font-size: 12px;
	font-weight: normal;
	color: #000;

}

#image-activite-et-legende {
	font-size: 10px;
	text-align: right;
	line-height: 0px;
	font-style: italic;
	color: #000;
	margin-bottom: 30px;
	
}
#image-activite img {
		border-radius: 8px;
		width: 100%;
		height: auto;

}

#picto-specifique-activite img {
	width: 50px;
	height: 50px;
	margin-right: 3%;
	border: 0; 
}
#picto-specifique-activite2 img {
	width: 50px;
	height: 50px;
	margin-right: 2%;
	border: 0; 
}
#picto-specifique-activite3 img {
	width: 50px;
	height: 50px;
	margin-right: 2%;
	border: 0; 
}
#picto-specifique-activite4 img {
	width: 50px;
	height: 50px;
	margin-right: 2%;
	border: 0; 
}


/* Bouton du formulaire */

input[type=submit]
{
	font-size: 16px;
	color: #000;
}



/* CSS non utilisé */

@media (max-width: 640px) {
.disparait640 {
	display: none;
	text-align: justify;
  }
}
.vert {
	color: #093;
}
