﻿.panneauImageSVG
{
	/*height: 90%;
	margin: 5%;
	overflow: auto;
	width: 90%;
	border: solid;*/
	position: absolute;
	top: 0;
	z-index: 100;
}

.categorie
{
	background-color: #54CF65;
	border-radius: 5px;
	float: left;
	list-style: none outside none;
	margin: 2px;
	padding: 0 5px 3px;
	cursor: pointer;
	-moz-user-select: none;
}

.categorie::-moz-selection
{
	background-color:#54CF65;
	color:white;
}

.rechercheImageSVG
{
	border: 0 none;
	font-size: 19px;
	height: 25px;
	margin: 5px;
	width: 100%;
}

.listeImages
{
	clear: both;
	padding: 5px 0;
}

.listeCategories
{
	overflow: auto;
}

.imageSVG
{
	color: #000000;
	float: left;
	font-size: 40px;
	height: 100px;
	line-height: 100px !important;
	text-indent: 30px;
	width: 100px;
	cursor: pointer;
}

.imageSVG:hover
{
	color: red;
}

.imageSVG:active
{
	font-size: 34px;
	text-indent: 33px;
	line-height: 103px;
}

.panneauImageSVG .categorie.selectionne
{
	background-color: #eace34;
	color: #444444;
}