@import url("base.css");

/* @override http://grogro.local:8888/~max/atlas/www/vues/style/global.css */

/* polices */

@font-face {
  font-family: "Fertigo";
  font-weight: normal;
  font-style: normal;
  src: url(ttf/Fertigo.otf) format("opentype");
}

body {
	font: 80% Fertigo, "Trebuchet MS";
}

/* blocs */

html, body {
	margin: 0;
	height: 100%;
	background-color: #101010;
	min-width: 700px;
}

img {
	border: none;
}

#nav {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 10em;
	z-index: 1;
}

#logo {
	position: absolute;
	width: 10em;
	height: 14em;
	/*background-color: sandybrown;*/
	/*background-color: #5f6557;*/
	z-index: 2;
	background: #02294f url(img/logo_prov.png) no-repeat center center;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/*#logo img {
	width: 14em;
	height: 10.4em;
	display: block;
	margin: auto;
	margin-top: 1.9em;
}*/

#genres {
	width: 100%;
	position: absolute;
	top: 14em;
	bottom: 0;
	margin: auto;
	/*color: #262626;*/
	height: auto;
	/*height: 50%;*/
	/*overflow: hidden;*/
	background-color: #aa5a1a;
}

#genres img {
	width: 13em;
	height: 7.6em;
	display: block;
	margin: auto;
	position: absolute;
	left: 50%; margin-left: -6.5em;
	/*left: 0; right: 0;*/
	bottom: 50%; margin-bottom: -3.8em;
	/*top: 0; bottom: 0;*/
}

/*#genres .actif img {
	bottom: 0;
	margin-bottom: 3px;
}

#genres .inactif img {
	display: none;
}

#genres div.actif {
	min-height: 96%;
	z-index: 1;
}

#genres .inactif {
	min-height: 4%;
}*/

#genres ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 1em 0 ;
	background-color: inherit;
	/*right: 100%;
	display: none;*/
	z-index: 1;
}

#genres li {
	position: relative;
	border-bottom: 1px solid #779051;
	padding: 0 1em;
	margin: 0;
	height: 30px;
	line-height: 30px;
	background-color: inherit;
}

#genres li.actif > a, #genres li.actif > span {
	font-weight: bold;
	/*color: #7e150f;*/
}

#genres li:first-child {
	border-top: 1px solid #779051;
}

#genres a {
	text-decoration: none;
	/*color: sandybrown;*/
	/*color: #262626;*/
	padding: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

#genres a, #genres span {
	/*color: #5f6557;*/
	color: #191919;
}

#genres li:hover {
	background-color: #c2671d;
}

#genres li:hover li:hover {
	background-color: #de7522;
}

#genres li:hover li:hover li:hover {
	background-color: #f68225;
}

/*#genres li:hover a, #genres li:hover span {
	color: #ffbb7f;
}*/

#genres li ul {
	position: absolute;
	right: auto;
	left: 100%;
	width: 12em;
	display: none;
	top: -1px; /*border*/
	padding:0;
	white-space: nowrap;
	/*display: block;*/
}

#conteneur {
	position: relative;
	/*top: 0;
	left: 14em;
	right: 0;*/
	margin-left: 10em;
}

@media print {

#nav {
	display: none;
}

#conteneur {
	margin-left: 1em;
}

/*#conteneur, #accueil {
	position: static;
}*/

#diapo_1 *, #diapo_2 * {
	display: none;
}

}
