#deco {
	display: block;
	position: fixed;
	top: 1%;
	right: 1%;
}

#cartesup {
	display: block;
	margin-top: 1em;
}

.infobulles {
	position: absolute;
	margin-top: 1em;
	display: none;
}

input:hover + .infobulles, .infobulles:hover {
	display: block;
}

.gras {
	font-weight: bolder;
	display: table-cell;
	width: 5em;
}

.droite {
	display: table-cell;
}

.fiche, .ue {
	border-style: double;
	border-radius: 5px;
	padding: 1em;
}

.ue {
	margin-bottom: 1em;
}

.fiche img {
	display: block;
	max-width: 30%;
	float: right;
	clear: right;
	height: 4em;
}

h4 {
	margin-top: 0;
	font-size: 1.5em;
}

h5 {
	margin-top: 0;
	text-overflow: ellipsis;
	font-size: 1.25em;	
}

.note {
	font-weight: bolder;
}

h1 {
	text-align: center;
	background-image: url(../img/Logo_UNC.png);
	background-size: 8em;
	background-position: left center;
	background-repeat: no-repeat;
	height: 4em;
	padding-top: 1.5em;
}

#res {
	font-weight: bolder;
	font-size: 2em;
}

input[type="submit"], button {
	background-color: rgb(220,220,255);
	border-radius: 10px;
	color: black;
	padding: 0.5em 2em;
	font-weight: bold;
	box-shadow: 2px 2px 2px black;
}

button {
	padding: 0.5em 1em;
	border-radius: 50px;
	margin-bottom: 5px;
}

input[type='submit']:hover, button:hover {
	cursor: -webkit-grab;
	cursor: grab;
}

input[type='submit']:active, button:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}