/*** PROJECT MENU ***/
div.navigation ul li.project {
	width: 83px;
	height: 80px;
	background-image: url('../img/project_on.jpeg');
	background-repeat: no-repeat;
	overflow: hidden;
}


div.projects {
	margin: 0px;
	padding: 0px;
	background-color: #585858;
	width: 462px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
}

div.projects div.date {
	position: relative;
	float: left;
	width: 115px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;	
	padding-right: 20px;
	color: #BFFF62;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

div.projects div.date div.img {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	border: none;
}

div.projects div.date div.img img {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.projects div.core {
	position: relative;
	float: left;
	width: 305px;
}

div.projects div.core div.title {
	font-size: 0.8em;
	font-weight: bold;
}

div.projects div.core div.description {
	font-size: 0.8em;
}

div.projects div.core div.fiche {
	font-size: 0.8em;
}

ul.image {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.image li {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	display: inline;
	margin-left: 8px;
}

ul.image li img {
	margin-top: 8px;
}


span.inprogress {
	display: block;
	font-weight: normal;
	font-style: italic;
}

ul li ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

ul li ul li a {
	font-size: 1.2em;
}

#pass {
	width: 100px;
}