
/* Style pour le site en générale */

.cadre {
	margin: 0px;
	padding: 10px;
	background-color: #b61622;
	color: #ffffff;
	border: 1px solid #ffcc00;
	text-align: center;
}

.cadre td {
	color: #ffffff;	
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffcc00;
}

a:hover {
	text-decoration: underline;
	color: #ffcc00;
}

/* style pour la mise en page de la photo du groupe qui est affiché */
.photo_groupe {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 400px;
	z-index: 0;
}


/* Style pour la mise en page des photos de groupes */
.cadre_photo {
	position: relative;
	padding: 5px;
	float: left;
	border: 1px #ffcc00 dotted;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 135px;
	z-index: 0;
}

.photo {
	position: relative;
	height: 90px;
	width: 120px;
	background-color: #000000;
	z-index: 0;
	text-align: center;
}

.titre {
	width: 120px;
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


/* infobulle */

a.info {
	position: relative;
	text-decoration: none;
	color: black;
}

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}

a.info:link, a.info:hover, a.info:visited, a.info:active {
	text-decoration: none;
	color: #ffffff;
}

a.info:hover span {
	display: block;
	position: absolute;
	top: 3em;
	left: -2em;
	background: #ffe4b5;
	text-align: center;
	color: #000000;
	padding: 2px;
	z-index: 500;
}


/* Style pour les actualités */


#actualites {
	width: 790px;
	height: 412px;
	overflow-y: scroll;
}

.actualite {
	position: relative;
	width: 550px;
	margin: 10px;
	float: left;
	margin-bottom: 20px;	
}

.image_actu:link, .image_actu:visited{
	display: block;
	width: 160px;
	height: 120px;
	margin: 10px;
	border: solid 1px #FFCC00;
	float: left;
}

.image_actu:hover, .image_actu:active{
	border: solid 1px #FF0000;
}

.actualite_img {
	position: relative;
	width: 160px;
	height: 120px;
	text-align: center;				
}

.actualite_img img {
	border: none;
}

.actualite_content {
	position: relative;
	width: 350px;
	float: left;
	margin-top: 10px;
	text-align: justify;	
}

.actualite_content h1 {
	display: inline;
	font-size: 1.3em;
	color: #FFCC00;	
}