iframe {
/*border: solid 1px black;*/
	height: 30px;
	width: 250px;
	padding: 0px 0px 0px 0px;
/*		float: left;*/
	position: absolute;
	top: 21px;
	left:236px;
}

* html iframe {
	left: 239px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
	float: left;
}

#images {
	position: absolute;
	width: 130px;
	height: 90px;
	top: 80px;
	left: 495px;
	
}


#titreimages {
/*	position: absolute;*/
	float:right;
	margin-right:30px;
	margin-top:5px;
	display: inline;
	width: 138px;
	height: 50px;
/*	top: 25px;
	left: 45px;*/
	text-align: center;
	border: solid 1px #DEDFDE;
	line-height:15px;
	
}

#titreimages * {
	font-size:7.5pt;
}

#images div {
	margin: 0px;
	width: 130px;
	height: 90px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #859C22;
}

#images img.load {
	margin-left: 60px;
	margin-top: 35px;
}

.label_upload {
	float: left;
	width: 197px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-right: 0px;
	margin-right: 21px;
	margin-left: 20px;
	font-weight: bold;
	color: #4E6519;
}
