
		.boutons_admin > img{
			border-right: solid 1px #000;
			border-bottom: solid 1px #000;
			border-top: solid 0px #000;
			border-left: solid 0px #000;
		}
		
		.boutons_admin > img:hover{
			border-right: solid 0px #000;
			border-bottom: solid 0px #000;
			border-top: solid 1px #000;
			border-left: solid 1px #000;
		}
		
	.ombre{
		border: 2px solid #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 5px 5px 4px #000;
		-webkit-box-shadow: 0px 0px 10px #000;
		margin-right: 3px;
		margin-bottom: 1px;
	}
	.ombre_portefolio{
		border: 2px solid #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 5px 5px 4px #000;
		-webkit-box-shadow: 0px 0px 10px #000;
		margin-right: 3px;
		margin-bottom: 1px;
	}
	
	.ombre_portefolio:hover{
		box-shadow: 1px 1px 12px #000;
		-moz-box-shadow: 5px 5px 6px #000;
		-webkit-box-shadow: 1px 1px 12px #000;
		margin-right: 0px;
		margin-bottom: 0px;
	}
		#bottomNav > #bottomNavClose > img{
			text-shadow: none;
			border: none;
			margin-bottom: 0px;
		}
		
		#bottomNav > #bottomNavClose > img:hover{
			text-shadow: none;
			border: none;
			margin-bottom: 0px;
		}
		
		#bottomNavClose{
			margin-bottom: 0px;
		}
		
		#bottomNavClose:hover{
			text-shadow: none;
			margin-bottom: 0px;
		}
		
		.body_resize_bottom {
			min-height: 230px;
		}
		
		.prevImg{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/prev.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.prevImgHover{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/prev_hover.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.nextImg{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/next.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.nextImgHover{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/next_hover.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		