@charset "utf-8";
	/******************************/
	/*  Photos                    */
	/******************************/	

	.TabAlbums {
		width: 100%;
	}	
	
	.TabAlbums td {
		padding: 5px;
	}	
	
	.TabAlbums td.Image {
		width: 110px;
	}	

	
	.TabAlbums img {
		border: #FFFFFF solid 2px;
		width: 110px;
	}


	.GalerieHover {
		text-decoration: none;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	.GalerieHover h2 {
		color: #FFFFFF;
	}	
	
	.GaleriePhoto .Navigation, .GaleriePhoto .Images {
		width: 100%;
		text-align: center;
	}

	.GaleriePhoto img {
		border: #FFFFFF solid 2px;
	}
	
	.GaleriePhoto .Titre {
		font-weight: bold;
	}

	.GaleriePhoto .Navigation td {
		width: 33%;
		padding-top: 10px;
	}
	
	.Navigation .Suivant {
		text-align: right;
	}
	
	.Navigation .Precedent {
		text-align: left;
	}
	
	.GaleriePhoto .Images {
		width: 100%;
		border-collapse: collapse;
	}
			
	.GaleriePhoto .Images td {
		padding: 5px;
		width: 25%;
		border: 3px solid #FFFFFF;
		
	}
	
	.TabGaleries {
		width: 100%;
		text-align: left;
	}	
		
	.TabGaleries td.Image {
		width: 65px;
	}
	
	.GalerieCat h1 {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.GalerieCat ul, .GalerieCat li {
		text-decoration: none;
		width: 100%;
		list-style: none;
		margin: 0px;
		margin-bottom: 4px;
		padding: 0px;
	}
	
	/*  Liens */
	
	.GalerieCat a, .GalerieCat a:visited, .GalerieCat a:active {
		text-decoration: none;
		width: 100%;
		padding: 3px;
	}
	
	.GalerieCat a:hover, .GalerieCat a:focus {
		background-color: #EDA5A5;
		width: 100%;
		padding: 3px;
	}
	
	.GalerieCat .CatSelectionne a, .GalerieCat .CatSelectionne a:visited, .GalerieCat .CatSelectionne a:active {
		background-color: #9F2323;
		color: #FFFFFF;
	}
	
	.TabAlbums a, .TabAlbums a:visited, .TabAlbums a:active {
		text-decoration: none;
	}
	
	.TabAlbums a:hover, .TabAlbums a:focus {
		text-decoration: underline;
	}