/* @override 
	http://grogro.local:8888/~max/velorizons/v3/vues/v3.css
	http://velorizons.com/vues/v3.css
*/

@import url("base.css");

/* Xstandard */

@import url("xstandard/xstandard.css");

html, body {
	margin: 0;
	height: 100%;
	font-family: Verdana;
	background-color: #101010;
}

img {
	border: none;
	/*width: auto;
	height: auto;*/
}

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

#logo {
	position: absolute;
	width: 14em;
	height: 14em;
	z-index: 2;
	background: #e2a754 url(img/fond_logo.jpg) left top;
}

#logo img {
	/*max-width: 14em;*/
	width: auto;
	height: 13em;
	display: block;
	margin: auto;
	margin-top: .5em;
}

#genres, #vtt, #route, #vtc {
	width: 100%;
}

#genres {
	position: absolute;
	top: 14em;
	bottom: 0;
	margin: auto;
	color: #262626;
}

#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;
	/*top: auto; bottom: 3px;*/
}

#genres .inactif img {
	display: none;
}

#vtt, #route, #vtc {
	height: auto;
	/*height: 50%;*/
	min-height: 33%;
	position: relative;
	/*overflow: hidden;*/
}

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

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

#vtt {
	background-color: #904127;
}

#route {
	background-color: #727c3d;
	color: #0d3301;
}

#vtc {
	background-color: #cc9933;
	color: #0d3301;
}

#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 gray;
	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: #a62626;*/
}

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

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

#vtt a, #vtt span {
	color: sandybrown;
}

#route a, #route span {
	color: #092600;
}

#vtc a, #vtc span {
	color: #5d2a19;
}

#vtt li:hover {
	background-color: #b25030;
}

#vtt li:hover li:hover {
	background-color: #d8623a;
}

#vtt li:hover li:hover li:hover {
	background-color: #ff7344;
}

#vtc li:hover {
	background-color: #dda637;
}

#vtc li:hover li:hover {
	background-color: #f2b53c;
}

#vtc li:hover li:hover li:hover {
	background-color: #ffbf3f;
}

#route li:hover {
	background-color: #98a551;
}

#route li:hover li:hover{
	background-color: #bbcb63;
}

#route li:hover li:hover li:hover{
	background-color: #dff276;
}

#genres li:hover a, #genres li:hover span {
	color: #332618;
}

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

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

/*.dings {
	font: 1.2em Webdings;
}*/

/* bulles */

/*div.bulle {
	position: absolute;
	z-index: 10;
	color: #3f3f3f;
	background-color: #e5dec7;
	padding: .5em;
	-webkit-border-radius: .9em;
	-moz-border-radius: .9em;
	opacity: .7;
}*/