.spacer {
	clear:both;
	font-size:1px;
}

.form {
	display:inline;
}

.bt_input {
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	border: 1px solid #0aa9e6;
	background-color: #0aa9e6;
}

.files {
	width: 200px;
	border: 1px solid #0aa9e6;
	font-size:10px;
}

/* popup */
#popup {
	position:absolute;
	cursor:move;
	visibility:hidden;
}

#popup_title {
	float:left;
	width: 378px;
	height: 20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#ffffff;
	background-color:#999999;
}

#popup_close {
	float:left;
	width: 20px;
	height: 20px;
	text-align:center;
	background-color:#999999;
	cursor: pointer;
	cursor: hand;		
}

.popup_content {
	width: 398px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

.popup_right {
	width: 10px;
	height: 310px;
	font-size:1px;	
}

.popup_bottom {
	width: 410px;
	height: 10px;
	font-size:1px;
}

.popup_frame {
	width: 398px;
	height: 288px;
}

/* CSS contenu de la popup */
body {
	padding:0px;
	margin:0px;
	scrollbar-base-color: #999999; 
	scrollbar-face-color: #999999; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #999999; 
	scrollbar-3dlight-color: #999999; 	
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	font-family:Arial;
	font-size:10px; 
}

.popup_liste {
	border:0px none;
	width:100%;
	float:left;
}

.liste_titre {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	background-image: url(../images/default/intitule_degrad.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #EDEDED;	
	border-top: 1px solid #EDEDED;								
}

.div_hover {
	float:left;
	background-color:#EDEDED;
	width:100%;	
	border-bottom: 1px solid #EDEDED;		
	cursor:pointer;
}

.div_basic {
	float:left;
	background-color:#ffffff;
	width:100%;	
	border-bottom: 1px solid #EDEDED;		
}

.div_basic_content {
	display:inline;
	padding-right: 10px;
	font-size:11px;
	color:#333333;	
	text-align:left;
}

.img_hover {
	float:left;
	width:186px;
	background-color:#EDEDED;
	text-align:center;
	padding: 15px 0px 15px 0px;	
	cursor: pointer;
	border: 1px solid #EDEDED;		
}

.img_basic {
	float:left;
	width:185px;
	background-color:#ffffff;
	text-align:center;
	padding: 15px 0px 15px 0px;
	border: 1px solid #EDEDED;		
}

.img_hover IMG, .img_basic IMG {
	width:140px;
	height:70px;
}

.popup_cell_bt {
	text-align:center;
	background-color:#FFFFFF;
	border-left: 1px solid #EDEDED;			
}

.popup_cell_ico {
	text-align:center;
	background-color:#ffffff;
}

.popup_cell {
	padding-left: 5px;	
	padding-right: 5px;
	font-size:11px;
	color:#333333;	
	text-align:left;					
	border: 1px solid #EDEDED;
	cursor:pointer;
}

