/*
 * Popup Screenshot
 */
.loading_popup_screen
{
	position : absolute;
	background : transparent url('../imgs/loading-small.gif') 50% 50% no-repeat;
}
.popup_screen
{
	z-index : 999;
	position : absolute;
	padding : 4px;
	background : #FFF;
}
.popup_screen img
{
	position : static;
	cursor : move;
	border : 1px solid #000;
}
.popup_screen_fermer
{
	position : absolute;
	height : 20px;
	width : 20px;
	background : #FFF url('../imgs/popup_screen_fermer.gif') top left no-repeat;
	padding : 0;
	border : none;
	top : 4px;
	right : 4px;
	cursor : pointer;
}

.popup_screen_fullscreen
{
	position : absolute;
	height : 20px;
	width : 20px;
	background : #FFF url('../imgs/popup_screen_fullscreen.gif') top left no-repeat;
	padding : 0;
	border : none;
	top : 4px;
	right : 24px;
	cursor : pointer;
}
.popup_screen_resize
{
	position : absolute;
	height : 20px;
	width : 20px;
	background : #FFF url('../imgs/popup_screen_resize.gif') top left no-repeat;
	padding : 0;
	border : none;
	bottom : 4px;
	right : 4px;
	cursor : se-resize;
}

/*
 * Tooltips
 */
.tooltip-tip {
	color: #fff;
	font-size: 0.8em;
	z-index: 13000;
	border : 1px solid gray;
	background : #000; 
	padding: 4px 8px 8px;
}
 
.tooltip-title {
	font-weight: bold;
}
.tooltip-text {
	font-size: 0.8em;
}

/*
 * Liens Admin
 */
#menu-admin
{
	position : absolute;
	top : 30px;
	right : 120px;
	z-index : 200;
}
.lien_admin
{
	float : right;
	height : 20px;
	width : 59px;
	text-align : center;
	line-height : 18px;
	background : transparent url('../imgs/lien_admin.png') top left no-repeat;
	font-weight : bold;
	font-size : 9pt;
}
.lien_admin a
{
	color : #FFFFFF;
}

/*********************\
 * panneau nouveauté *
\*********************/
.new_sign
{
	width : 75px;
	height : 42px;
	background : transparent url('../imgs/nouveaute.gif') 0 0 no-repeat;
}
