.fond {
background:url('') fixed no-repeat top center;
}

.text {
color:white;
}

.photoContainer {
	width:100%;
}

.photoDiv {
	width:300px;
	float:left;
	margin-right:10px;
	padding:5px;
	border:1px solid black;
	-moz-border-radius:10px;
}

.photoDiv .image img {
	width:200px;
}

.photoDiv .image {
	float:left;
}

.photoDiv .inputSuppr {
	width:25%;
	text-align:center;	
	float:right;
	margin-top:15%;
}

.clear {
	clear:both;
	height:5px;
}

#submit {
	display:none;
	margin-bottom:30px;
}

.log {
	border-bottom:1px solid black;
	margin-bottom:5px;
}

.resolu {
	float:right;
}
