/*
//////////////////////////////////////////////////////////////////////////
//																		//
//  _   _     ___  ___      ___   ______  _   _     ___  ___      ___   //
// | | | |   /   |/   |    /   | |___  / | | | |   /   |/   |    /   |  //
// | | | |  / /|   /| |   / /| |    / /  | | | |  / /|   /| |   / /| |  //
// | | | | / / |__/ | |  / / | |   / /   | | | | / / |__/ | |  / / | |  //
// | |_| |/ /       | | / /  | |  / /__  | |_| |/ /       | | / /  | |  //
// \_____/_/        |_|/_/   |_| /_____| \_____/_/        |_|/_/   |_|  //
//                                                                      //
//////////////////////////////////////////////////////////////////////////
//																		//
//  UMAPRESENCE 			: CMS Open Source par Umazuma				//
//  Version      			: 2.5.0										//
//  Auteur         			: Yann Gibert <yann.gibert@umazuma.com>		//
//  Dernière modification	: 31/01/2010								//
//  Copyright © 2004- 2010 Yann Gibert - Umazuma ( www.umazuma.com )	//
//																		//
//////////////////////////////////////////////////////////////////////////   
//																		//
// GNU General Public License (Version 3, Juin 2007)					//
//																		//
////////////////////////////////////////////////////////////////////////// 
  
*/

#preview {
	border:1px solid #CCCCCC;
	margin-left:-60px;
	padding:0;
	text-align:center;
	width:220px;
}

#preview img{
	margin:5px;
	padding:0;
	border:1px solid black;
}

#preview a{
	color:black;
	text-decoration:none;
	border:0;
}

#close_pop{
	position:absolute;
	bottom:5px;
	right:5px;
	border:0;
}

#black_screen{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	filter:alpha(opacity=60);
	opacity:.6;
	z-index:10;
	display:none;
}

#form1{
	position:absolute;	
	margin:0;
	padding:10px;
	top:40px;
	left:50%;
	margin-left:-410px;
	clear:both; 
	background-color:white;
	border:1px solid #333;
	z-index:200;
	text-align:center;
	display:none;
	
}
#go_left,#go_right {
	float:left;
	height:72px;
	width:28px;
	background-color:#eee;
	color:#666;
	border:1px solid #666;
}

#barre_outil{
	clear:both;
	height:50px;
	padding-top:10px;
}

#barre_outil input{
	background-color:#ccc;
	border:1px solid black;
}

#commentaire{
	clear:both;
	padding:5px;
	margin:5px 0;
	border:1px dotted #ccc;
	text-align:left;
	
}
#sel1{
	position:relative;
	float:left;
	display:block;
	height:70px;
	width:700px;
	margin: 0;
	border:1px solid black;
	padding:0;
	overflow:hidden;
}

#list_images{
	position:absolute;
	left:0;
	width:5000px;;
	margin:0;
	padding:0;
	list-style:none;
}

#sel1 li{
	float:left;
	text-align:center;
	height:65px;
	margin:2px;
	overflow:hidden;
	
}
#sel1 img{
	border:1px solid #666;
	margin:2px;
	padding:0;
	height:60px;
}


#sel1 span{
	display:none;
}

#grande_image{
	clear:both;
	border:1px solid #666;
	padding:0;
	margin:0 auto;
	background-color:#000;
	text-align:center;
}

#grande_image img{
	margin:0;
	padding:0;
}
#image_diapo_full{
	opacity:0;
	margin:0;
	padding:0;
	border:0;
	filter:alpha(opacity=0);
}