@charset "utf-8";
/* CSS Document */
.conteneur_image {
	margin: 0 auto;
	width:50%;
	border-right:3px ;
	background-color:white ;
	text-align:center ;
}
.button {
	display:none ;
	border:0px ;
	background-color:deepskyblue ;
	color:white ;
	padding:5px 15px ;
	margin-left:10px ;
}
input[type=file] {
	display: none ;
}
#image-file {
	width:80px ;
	height:70px ;
	border:solid black 1px ;
}
#image-file:hover {
	cursor: pointer;
	opacity: 0.5 ;
}
form#tab_supprime {
	display: block ;
	height:20px ;
	width:90px ;
	margin:auto ;
	margin-top:4px ;
}
input[type=image]
{
	display:inline-block ;
	width:13px ;
	height:13px ;
	background-image:url(../images/decoche.png);
	background-repeat:no-repeat;
}
input[type=image]:hover
{
	background-image:url(../images/coche3.png);
	background-repeat:no-repeat;
}