@import url(evenements.css);

#menu_activite {
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0px;
	list-style-type: none;
	text-align: left;
	line-height: 2em;
}
#menu_activite li {
	border: 1px solid #14B878;
	display: inline;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}


.activite_fiche {
	background-color: transparent;
	width: 100%;
	float: left;
	padding: 0.2em;
	margin: 0.2em;
}
#activite_fiche_photo {
	float: right;
	padding: 0.5em;
	border: 0px;
}
#activite_fiche_logo {
	float: left;
	padding: 0.5em;
}
#activite_fiche_encadrant_liste {
	clear: both;
}
.activite_fiche_encadrant {
	background-color: transparent;
	border: 1px;
	border-color: #14B878;
	border-style: solid;
	width: 305px;
	height: 160px;
	float: left;
	padding: 0.2em;
	margin: 6px;
}
.activite_fiche_encadrant img {
	float: left;
	padding: 0.5em;
	border: 0px;
}
#activite_fiche_sousgroupe_liste {
	clear: right;
}
#activite_fiche_sousgroupe_liste h3 {
	padding-top: 0px;
	margin-top: 0px;
}
.activite_fiche_groupe {
	background-color: transparent;
	border: 1px;
	border-color: #14B878;
	border-style: solid;
	width: 305px;
	height: 250px;
	float: left;
	padding: 0.2em;
	margin: 6px;
}
.activite_fiche_groupe img {
	float: right;
	padding: 0.5em;
	border: 0px;
}
.activite_fiche_groupe p {
	text-align: justify;
}

#activite_preinscription {
	padding: 5px;
	border: thin solid white;
}


.complet {
	background-image: url(images/activites/complet.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}
.annule {
	background-image: url(images/activites/annule.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}
.reporte {
	background-image: url(images/activites/reporte.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}
.nouveau {
	background-image: url(images/activites/nouveau.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}