html { width: 100%; height: 100%;}

body { width: 100%; height: 100%; margin: 0; padding: 0; 
    background-color: #2C3C47; background-image: url(/images/miseenpage/fond_arriere.png); background-repeat: repeat-x; 
    font-family: "Arial", "Lucida Grande", "Bitstream Vera Sans", "Verdana"; 
    font-size: 1.0em; text-align: center; color: #FFF; }

img { border: 0; }

div.canvas { margin: 0 auto 0 auto; 
    background-color: #4F6B7E; background-image: url(/images/miseenpage/fond_avant.png); background-repeat: repeat-x; }
    
div#zone_menu { margin: 0 auto; padding: 0; }

div#fenetre {
	padding: 2px;
	color: #000;
}
.contenu_fenetre {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
	width: 766px
}
.contenu_fenetre div.bandeau {
	width: 766px;
	height: 112px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.contenu_fenetre h2 {
	padding-top: 15px;
	font-size: 1.2em;
	color: #314B5C;
	line-height: 20%;
}

.transON {
	opacity:.50;
	filter: alpha(opacity=50);
}
.transOFF {
	opacity:1;
	filter: alpha(opacity=100);
}

table.contenu_fenetre table a { text-decoration: none; }
table.contenu_fenetre table a:hover { text-decoration: underline; }


/* Debut: Galerie des activités */
	ul.galerie {
		display: none;
	}
	ul.galerie li {
		width: 120px;
		height: 120px;
	}
	table.galerie_canvas {
		margin: 0px auto 0px auto;
		padding: 0px;
	}
	tr.galerie_canvas_ligne {
	}
	td.galerie_deplacement {
		cursor: pointer;
	}
	td.galerie_contenant {
		cursor: pointer;
	}
	div.galerie_contenant {
		border: 0px solid #000;
	}
	div.galerie_contenant_inner {
	}
	div.galerie_contenant_item {
		background-repeat: no-repeat;
		background-position: center center;
	}
/* Fin: Galerie des activités */
	div.crop {
		width: 120px;
		height: 120px;
/*		overflow: hidden; */
	}
	
	div.contenant_item {
		background-repeat: no-repeat;
		background-position: center center;
		width: 120px;
		height: 120px;
	}

/* Debut Splash */
table.item_splash_table { border: 2px solid #FFF; padding: 0px; margin: 10px; border-collapse: collapse; }
table.item_splash_table tr { }
table.item_splash_table td { background-color: #F00; background-repeat: no-repeat; width: 206px; height: 206px; padding: 0px; margin: 0px; line-height: 0%; }
table.item_splash_table img { padding: 0px; margin: 0px; }

div.splash-item { float: left; width: 206px; height: 206px; border: 2px solid; margin: 7px;}
/* Fin Splash */

/* Debut Artiste */
td.liste_artiste img { border: 2px solid #fff; width: 175px; height: 175px; }
td.liste_artiste:hover img { border: 2px solid #2c3c47; }

td.liste_artiste span a { color: #fff; text-decoration: none; font-size: 1.02em; }
td.liste_artiste:hover span a { text-decoration: underline; }
/* Fin Artiste */
