
#Saisie {
	width:66%;
	clear:left;
	float:left;
	margin-top:10px;
}


#PhotoCongres {
	font-family:Bitstream Vera Sans,Trebuchet MS,Arial;
	font-size:12px;
	border:1px solid #808080;
	overflow:auto;
	width:32%;
	margin:0px;
	padding:0px;
	margin-top:15px;
	height:400px;
	color:rgb(64,0,64);
	float:right;
	clear:right;
	position:relative;
}

.img {	
	width:32%;
	margin:0px;
	margin-top:10px;
	border:1px solid #808080;
	background-color:rgb(245,245,245);
	padding:3px 0px;
	text-align:center;
	float:right;
}

#imgBloc {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	background:transparent url('../images/trans.png');
	z-index:15;
}

#insertImage {
	position:absolute;
	padding:0px;
	background:#fff;
	border:1px solid #ccc;
	width:450px;
	height:100px;
}

#Phototeque img {
	margin:5px;
}

body>#imgBloc {position:fixed;}