
		.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_liens{
		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_liens:hover{
		box-shadow: 1px 1px 12px #000;
		-moz-box-shadow: 5px 5px 6px #000;
		-webkit-box-shadow: 1px 1px 12px #000;
		height: 61px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	#bottomNavClose{
		margin-top: 10px;
	}
	
	#bottomNavClose:hover{
		text-shadow: none;
		margin-top: 10px;
	}
	