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

html, body {
	font: 11.5px Verdana, sans-serif;
	margin: 0;
	/*background-color: #dbd0bf;*/
	background-color: #5d5446;
}

h1, h2, h3 {
	font-family: inherit;
}

img {
	border: none;
}

#menu {
	position: absolute;
	width: 100%;
}

#menu_gene {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: .35em 0;
	text-align: center;
}

#menu_gene li {
	display: inline;
	/*display: inline-block;*/
	margin: auto .5em;
}

#menu a {
	text-decoration: none;
	color: #3e382f;
	padding: 0.3em 1em;
	/*border: 1px solid #b8a59d transparent;*/
	-moz-border-radius: .9em;
	-webkit-border-radius: .9em;
}

.dmsq {
	cursor: pointer;
}