@CHARSET "UTF-8";

/* elements html */

p
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0;
}

/* chargements ajax */

.load
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/common/images/loading.gif') no-repeat 50% 40px;	
}

.loadbg
{
	position: absolute;
	z-index: 190;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #666666;
	background: url('/common/images/bg_white_75.png');
}

/* debug / report d'erreurs */


.performance_meter_spacing
{
	height: 30px;	
}

.debug, .performance_meter
{
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	min-height: 50px;
	padding: 10px;
	padding-left: 70px;
	color: #000000;
	font-size: 11px;
}

.debug_bm
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;	
}

.debug_stop
{
	background: url('/common/images/stop.png') no-repeat 15px 10px #E2E2E2;		
}

.debug_error
{
	background: url('/common/images/error.png') no-repeat 15px 10px #E2E2E2;		
}

.debug_warning
{
	background: url('/common/images/warning.png') no-repeat 15px 10px #E3DDB0;
		
}

.debug_history
{
	background: url('/common/images/monitor.png') no-repeat 15px 10px #C9DCFF;
}

.debug h1
{
	font-size: 14px;
	padding: 0px;
	margin: 0px;	
}

.debug span.head
{
	color: #333333;	
}

.debug span.value
{
	color: #000000;	
}

.debug_line_error span.value, .debug_line_stop  span.value, .debug_line_warning  span.value, .debug_line_info  span.value
{
	font-weight: bold;
}

.debug_line_debug span.value
{
	font-style: italic;
}

.debug_line_error, .debug_line_stop , .debug_line_warning, .debug_line_info
{
	font-size: 11px;	
}

.debug_line_debug span.head, .debug_line_debug span.value
{
	font-size: 9px;
	color: #666666;
}

.debug_line_error span.head
{
	color: #990000;	
	font-weight: bold;
}

.debug_line_warning span.head
{
	color: #E52D2D;	
	font-weight: bold;
}

.debug_line_info span.head
{
	color: #1C3153;	
	font-weight: bold;
}

/* affichage des performances */

.performance_meter
{
	background: url('/common/images/performance.png') no-repeat 15px 10px #FFFFFF;
	margin-top: 20px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.performance_meter h1
{
	font-size: 14px;
	padding: 0px;
	margin: 0px;	
}

/* popup */
	
#popup_background
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	z-index: 500; 
	background-color: black; 
	opacity: 0.85;
	/*filter : alpha(opacity=85);*/
}

#popup_container
{
	position: absolute;
	width: 950px;
	top: 20px;
	left: 50%;
	right: 50%;
	padding:0px;
	margin-left: -475px;
	margin-right: -475px;
	z-index:501;
	color: #FFFFFF;
}

#popup_content_topmargin
{
	height:30px;
}

#popup_content_background
{
	position: relative;
	z-index:502;
}

#popup_content
{
	width: 950px; 
}

#popup_content_bottommargin
{
	height:30px;
}

#popup_fermer
{
	cursor: pointer;
}

#popup_fermer img
{
	display: inline;
	cursor: pointer;
}

.popup_fermer
{
	height:38px;
	width:40px;
	z-index: 503;
	text-decoration: underline;	
}

.popup_fermer_txt
{
	height: 25px;
	line-height: 25px;
	z-index: 503;
	float: right;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;	
}

.popup_corps
{
	padding: 10px;	
}

#popup_edit_element
{
	padding-top: 15px;
	padding-bottom: 30px;
}

#popup_edit_element iframe
{
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px;
	border-right: 0px;
}

/* structures de pages */
/*
.content {
	margin-left: 290px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    width: 680px;
}

.with_borders_1 .e_Image
{
	border: 1px solid darkblue; 
	margin: 10px 0;
	text-align: center;
}

.with_borders_1 .e_Animation
{
	border: 1px solid darkblue; 
	margin: 10px 0;
	text-align: center;
}

.content_margin
{
	padding-top: 10px;	
}*/

/* barre d'outils des utilisateurs connectés */

.toolbar
{
	z-index: 300;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: url('/common/images/bg_black_75.png');
	color: #FFFFFF;
	font-size: 11px;
	line-height: 28px;
	padding-left: 5px;
}

.toolbar_select select
{
	height: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 20px;
	font-size: 11px;
}

.toolbar_submit input
{
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	font-size: 11px;
}

.toolbar_item
{
	border-right: 1px dotted #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 28px;
}

.toolbar_items div
{
	float: left;	
}

.toolbar_select
{
	margin-left: 5px;
}

.toolbar_buttons
{
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.toolbar_button_show_debug, .toolbar_button_hide_debug
{
	background-color: #C9DCFF;
	color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	width: 90px;
	text-align: center;
	margin-top: 2px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.toolbar_button_show_debug
{
	display: none;
	background-color: transparent;
	border: 1px solid #C9DCFF;
	color: #FFFFFF;
}

.toolbar_hide
{
	float: right;
	background: url('/common/images/24/right_inactive.png') no-repeat 100% 2px;
	margin-right: 2px;
	margin-left: 2px;
	width: 24px;
	height: 28px;
	cursor: pointer;
}

.toolbar_hide:hover
{
	background: url('/common/images/24/right_blue.png') no-repeat 100% 2px;
}

.toolbar_min
{
	display: none;
	z-index: 300;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: url('/common/images/bg_black_75.png');
	color: #FFFFFF;
	font-size: 11px;
}

.toolbar_min_text
{
	padding: 5px;
}

.toolbar_show
{
	background: url('/common/images/24/left_inactive.png') no-repeat 100% 2px;
	padding-right: 26px;
	margin-right: 2px;
	height: 28px;
	cursor: pointer;
}

.toolbar_show:hover
{
	background: url('/common/images/24/left_blue.png') no-repeat 100% 2px;
	text-decoration: underline;
}