#raccourcisNav
{
	background:white;
	color:black;
	cursor:pointer;
	padding:0.5em;
	font-family: 'Coming Soon', cursive;
	margin:1em 0em;
	display:inline-block;
}
#raccourcisNav img
{
	width:28px;
	vertical-align: middle;
	margin-right:0.5em;
}
#elementsMenu
{
	height:24.5em;
	overflow:auto;
	width:27em;
}
#elementsMenu a:last-child { margin-bottom:0em; }

nav a
{
	border-width: 0.25em 0.25em 0.25em 0.25em;
	border-style: solid;
	border-color: whiteSmoke;
	background:whiteSmoke;
	display:block;
	padding:0.25em;
	padding-left:2.5em;
	margin:0 0em 0.5em 0.25em;
	height:5em;
	line-height:5em;
	text-align:left;
	color:black !important;
	overflow:hidden;
	transition:all 1s;
}

nav a:hover
{
	font-weight:bold;
}
nav #apercuMenu
{
	background:whiteSmoke;
	display:inline-block;
	padding:2.5em 1.5em;
	width:22.5em;
	height:19.5em;
	line-height:2em;
	text-align:center;
	color:black;
	text-align:justify;
	overflow:hidden;
	font-family: 'Coming Soon', cursive !important;
}

nav #apercuMenu h2
{
	font-family: 'Coming Soon', cursive !important;
}
#resultatMenu
{
	padding:2em auto;
}

#resultatMenu img
{
	max-width:90%;
	margin:auto;
}
#apercuDefaut
{
	font-family: 'Coming Soon', cursive !important;
	text-align:center;
	font-size:2em;
	line-height:1.5em;
}