.iNorx_Galerie img{
	border: none;
}

.iNorx_Galerie .iNorx_Galerie_Titre{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}


.iNorx_Galerie_AlbGrille{
	width: 210px;
	height: 250px;
	float: left;
	margin: 3px;
	text-align: center;
}

.iNorx_Galerie_ImgGrille{
	width: 110px;
	height: 110px;
	float: left;
	margin: 3px;
	text-align: center;
}

.iNorx_Galerie_Img{
	background: #DDD;
	border: 1px solid #333;
	padding: 4px;
}

.iNorx_Galerie_Img:hover{
	background: #FFF;
	border: 1px solid #06C;
	padding: 4px;
	cursor: pointer;
}

.iNorx_Galerie_Alb{
	padding: 5px;
	line-height: 30px;
	font-weight: bold;
}

.iNorx_Galerie_PhotosTitre{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.iNorx_Galerie_PhotosTitre span{
	color: #06C;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.iNorx_Galerie_PhotosTitre span:hover{
	color: inherit;
}

.iNorx_Galerie_ViewNav{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

.iNorx_Galerie_ViewNav span{
	color: #06C;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.iNorx_Galerie_ViewNav span:hover{
	color: inherit;
}

