/* @override http://grogro.local:8888/~max/chap/chap/vues/accueil.css */

html, body {
	height: 100%;
	/*background-color: #191919;*/
	width: 100%;
	/*overflow: auto;*/
}

#menu_projets {
	/*width: 40em;*/
	/*overflow: hidden;*/
	text-indent: 0;
	text-align: left;
	/*white-space: nowrap;*/
	padding: 0;
	padding-left: 1em;
	color: #7f7f7f;
	margin:  0;
	margin-top: 4em;
	background: url(img/menu_projet.png) repeat-y 10px;
}

/* background-image: -webkit-gradient(linear, left top, right top, from(rgba(25,25,25,0)), color-stop(.15,rgba(44,44,44,.9)), to(rgba(25,25,25,0))); */

#menu_projets > li {
	list-style-type: none;
	padding: .5em 1em;
	padding-right: 0;
	margin:  0;
}

#menu_projets  ul {
	padding:  0;
	margin-top: 1em;
	list-style-type: none;
}

#menu_projets  ul li {
	padding: 0 1em;
	/*padding-right: 0;*/
	border-left: 1px solid red;
	margin-bottom: .5em;
	/*text-align: right;*/
}

/*#menu_projets a, #menu_gene > li:first-child a {
	color: #80a496;
}*/

#menu_projets a:hover
, #menu_gene > li:first-child a:hover
{
	color: #bf0000;
	/*color: saddlebrown;*/
}

#rechercher {
	margin: .5em 1em;
	margin-right: 0;
}

#rechercher input {
	border: none;
	background-color: silver;
	/*background-color: #7f7f7f;*/
	width: 10em;
	font-size: 11px;
}

#zoom {
	position: absolute;
	top: 20%;
	/*top: -18em;*/
	height: 50%;
	width: 80%;
	min-width: 640px;
	/*left: 20%;*/
	right: 0;
	/*margin-left: 20%;*/
	/*margin-left: 20%;*/
	/*margin-top: 12%;*/
	/*right: 0;*/
	/*bottom: 30%;*/
	/*background-color: #262626;*/
	display: none;
	z-index: 0;
	color: gray;
	/*border-left: 1px solid red;*/
}

.zoom {
	position: absolute;
	height: 100%;
	/*top: 0; left: 0;*/
	/*height: 86%;*/
	width: 100%;
	/*top: 7%; bottom: 7%;*/
	left: 0; /*right: 5%;*/
	/*clear: left;*/
	overflow: hidden;
	display: none;
}

/*.zoom.actif {
	display: block;
}*/

.zoom .topo {
	position: absolute;
	width: 38%;
	right: 60%;
	padding-right: 2%;
	text-align: right;
	/*font-family: "Arial narrow", Tahoma, Verdana, Arial;*/
}

.zoom .image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%;
}

.zoom img {
	/*height: 100%;
	width: auto;*/
	/*float: right;*/
	width: 100%;
	height: auto;
	/*max-height: 100%;*/
}

.zoom h2, .zoom h4 {
	font-weight: normal;
	font-style: normal;	
}

.zoom h2 {
	margin-top: 0;
	/*font-family: "Arial narrow", "Trebuchet MS";*/
	/*font-weight: bold;*/
}

.zoom h4 {
	margin: 0;
	text-transform: uppercase;
	font: .8em "Arial Black";
}

.zoom p {
	margin-top: .0em;
}

#decoupe {
	position: absolute;
	width: 100%;
	height: 13%;
	/*height: 22%;*/
	bottom: 2%;
	overflow: hidden;
}

#frise {
	position: relative;
	height: 100%;
	margin: auto;
	/*left: 0;*/
	width: 200px;
	left: -5000px; /*pour masquer au chargement, raz en js*/
	/*white-space: nowrap;*/
	/*border: 1px solid yellow;*/
}

#frise #curseur {
	position: absolute;
	left: 0;
	/*margin-left: -5px;*/
	height: 100%;
	width: 1px;
	background-color: red;
	border-left: 1px solid #ff4040;
	border-right: 1px solid #7f0000;
	display: none;
}

#frise img {
	display: block;
	position: absolute; /*reporté en js pour chargement*/
	top: 0px;
	height: 70%;
	width: auto;
	margin: 0;
}

#frise img.basse {
	top: auto;
	bottom: 0px;
	/*vertical-align: bottom;*/
}

#def_d, #def_g {
	position: absolute;
	height: 100%;
	width: 20px;
	max-width: 25px;
	top: 0;
}

#def_g {
	left: 0;
}

#def_d {
	right: 0;
}

#def_d:hover, #def_g:hover {
	background-repeat: repeat-y;
	background-position: center;
	/*opacity: .5;
	background-color: #262626;*/
}

#def_d:hover {
	background-image: url(img/f_e_rouge.png);
	background-position: right;
}

#def_g:hover {
	background-image: url(img/f_o_rouge.png);
	background-position: left;
}