/* REALISATIONS */
#menu_realisations{
	position: absolute;
	top: 120px;
	width: 375px;
	left: 35px;
}
#menu_realisations h2 {
	background-image: url(../images/titre_menu_realisations.png);
	width: 180px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu_realisations li{
	margin-bottom: 5px;
}
#derniere_realisation,#realisation {
	position: absolute;
	top: 10px;
	width: 375px;
	left: 465px;
}
#derniere_realisation h2 {
	background-image: url(../images/titre_derniere_realisation.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#realisation h2 {
	background-image: url(../images/titre_realisation.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#description_realisation h3{
	background-image: url(../images/description.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#screenshots_realisation h3{
	background-image: url(../images/screenshots.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 0px;
	margin-top: 18px;
}
#technologies_realisation h3{
	background-image: url(../images/technologies_outils.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 0px;
	margin-top: 18px;
}
/* POPUP */
#grand_screenshots{
	z-index: 5;
	position: absolute;
	width: 510px;
	height: 300px;
	top: 75px;
	left: 130px;
	background-image: url(../images/fond-popup.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
#grand_screenshots img{
	border: 2px solid #999999;
}
#grand_screenshots img:hover{
	border: 2px solid #007EBB;
}
#screenshots_realisation img{
	border: 2px solid #999999;
	cursor: pointer;
}
#screenshots_realisation img:hover{
	border: 2px solid #007EBB;
}
#grand_screenshots_bas{
	z-index: 10;
	position: absolute;
	background-image: url(../images/coin-fond-popup.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	left: 3px;
	top: 2px;
}
#grand_screenshots_contenu{
	position: absolute;
	top: 25px;
	left: 21px;
}


