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

html, body {
	min-width: 800px;
	/*overflow: visible;*/
	color: #6b6b6b;
	background-color: white;
}

/*html {
	overflow: auto;
}*/

#entete {
	background-color: white;
}

/*#entete {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 800px;
	min-height: 5em;
	padding-bottom: 1em;
	background-color: #191919;
}*/

#menu_gene a {
	text-decoration: none;
	color: #637f74;
	/*color: #254240;*/
}

#liste_projets {
	position: fixed;
	top: 6em;
	left: 0;
	bottom: 0;
	width: 20%;
	min-width: 160px;
	/*background-color: whitesmoke;*/
	/*background-color: #191919;*/
	overflow: auto;
	border-right: 1px solid #272727;
	z-index: 1;
}

#details_projet {
	/*position: relative;
	left: 20%;
	margin: auto;*/
	margin-top: 6em;
	margin-left: 20%;
	padding: 2em;
	padding-left: 3em;
	/*width: 800px;*/
	padding-top: 1.2em;
}

#liste_projets ul {
	margin: 0;
	padding: 1em;
	margin-top: .5em;
	text-align: right;
	list-style-type: none;
	font-size: 1.2em;
}

#liste_projets li {
	margin-bottom: .7em;
}

#liste_projets a {
	color: inherit;
	text-decoration: none;
	display: block;
}

#liste_projets a:hover {
	color: silver;
}

#liste_projets a.actif {
	color: red;
}

dt {
	margin-top: 1.5em;
	text-transform: uppercase;
	font: .8em "Arial Black";
	/*border-left: 5px solid saddlebrown;*/
}

dd {
	margin: 0;
}

#programme {
	margin: 2em 0;
	text-align: justify;
}

#details_projet h2 {
	margin-top: 0;
}

#details_projet img {
	display: block;
	margin: 15px auto;
	width: auto;
	height: auto;
}
