/* @override http://10.37.129.2:8888/~max/Paca/Paca/views/travail.css */

body {
	height: 100%;
}


#menu {
	display: none;
}

#topo {
	display: block;
}

#items {
	/*position: fixed; (en js)*/
	top: 0;
	left: 0;
	height: 100%;
}

.topo {
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	padding: 0.7em 1.5em;
	min-width: 196px;
	display: none;
	z-index: 10;
	opacity: .85;
	background-color: inherit;
	color: #e5dec4;
}

.item {
	height: 50%;
	cursor: pointer;
	/*position: absolute; (en js)*/
}

.item img{
	border: none;
	display: block;
	height: 94%;
	width: auto;
}

#topo p {
	text-align: justify;
}

#nav {
	position: relative;
	height: 32px;
}

#nav a {
	display: block;
	position: absolute;
}

a#prec {
	left: 8px;
}

a#suiv {
	right: 8px;
}

a#haut {
	left: 50%;
	margin-left: -16px;
}