@charset "UTF-8";
/* CSS Document */

/* Nvaigateurs modernes */


body {
	background-color: #3B4C6D;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
}

body, html {
	height: 99%;
	font-family:Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	line-height: 20px;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}

.info a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.info {
	font-size: 11px;
	display: block;
	line-height: 15px;
	margin-bottom: 40px;
	text-align: right;
	margin-right: 40px;
}



.info1 {	font-size: 11px;
	display: block;
	line-height: 15px;
	margin-bottom: 40px;
	text-align: right;
	margin-right: 40px;
}

.entre {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
}

.separateur {
	opacity: 0.5;
	filter:alpha(opacity=50);	
	}

.projet {
	opacity: 0.5;
	filter:alpha(opacity=50);
	}
	
	.projet:hover, .projet:hover a, .projet:hover a:visited{
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
	
	.projet .inter, .projet .inter2, .projet .inter3 {display: none;}
	

	.projet:hover .inter, .projet:hover .inter2, .projet:hover .inter3  {
	display: block;
	z-index:1;
	margin:auto;
	position:absolute;
	width:500px;
	padding-top:40px;
	padding-bottom:5px;
	background-color:#3B4C6D;
	font-size:14px;
	line-height:24px;
	}
	
	.projet:hover .inter  {
	margin-left:2px;
	}
	
	.projet:hover .inter2  {
	margin-left:-174px;
	}
	
	.projet:hover .inter3  {
	margin-left:-406px;
	}
	
	.projet:hover .inter a, .projet:hover .inter2 a, .projet:hover .inter3 a  {
	opacity: 0.5;
	filter:alpha(opacity=50);
	font-size:16px;
	line-height:37px;
	}


	
#menu {
	opacity: 1;
	filter:alpha(opacity=100);
	}
	
	
	#menu:hover a, #menu:hover a:visited{
	opacity: 0.5;
	filter:alpha(opacity=50);
	}

	
	#menu #inter {display: none;}
	

	#menu:hover #inter  {
	display: block;
	margin:auto;
	position:absolute;
	width:500px;
	
	}
	
	
	#menu:hover #inter a {
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
	
