@CHARSET "UTF-8";

/* elements html */

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

img
{
	border: 0;
}

.print_visible
{
	display: none;
}

/* chargements ajax */

.load
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/common/core/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/core/images/bg_white_75.png');
}

/* boutons */

.buttons button
{
	margin:1px;	
}

.buttons button img
{
	vertical-align: middle;	
	display: inline;
}

.buttons button .text
{
	margin-left: 4px;
	margin-right: 4px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;	
	display: inline;
}


/* 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 h1.debug_title
{
	color: #333;
}

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

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

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

.debug_info
{
	background: url('/common/core/images/info.png') no-repeat 15px 10px #EAEAEE;		
}

.debug_debug
{
	background: url('/common/core/images/debug.png') no-repeat 15px 10px #F0F0F0;		
}

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

.debug h1
{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background: none;
	color: #000;
	font-weight: normal;
	margin: 0px;
	text-transform: none;	
}

.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/core/images/performance.png') no-repeat 15px 10px #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	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 img
{
	display: inline;
	cursor: pointer;
}

.popup_fermer
{
	cursor: pointer;
	height:38px;
	min-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;
	position: absolute;
	top: 2px;
	right: 11px;
}

.popup_corps
{
	padding: 10px;	
}

.popup_edit_element
{
	padding-top: 30px;
	padding-bottom: 15px;
	position: relative;
}

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

/* POPUP GALERIE NAV */
.popup_big_image {
	cursor:pointer;
	height:600px;
	margin:0 auto;
	text-align:center;
	/*width:900px;*/
	position: relative;
	overflow: hidden;
}
.popup_prev_image {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(../images/popup_prev.png) no-repeat left center;
	outline: none;
}
.popup_prev_image:hover { background: url(../images/popup_prev_hover.png) no-repeat left center; }
.popup_next_image {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(../images/popup_next.png) no-repeat right center;
	outline: none;
}
.popup_next_image:hover { background: url(../images/popup_next_hover.png) no-repeat right center; }

.popup_nav {overflow: hidden; position: relative; height: 64px;}
.popup_nav_content {position: absolute; overflow: hidden; left: 50%;}
.popup_nav_fleche_gauche {float: left; background: url('../core/images/popup/precedente.png') 50% 50% no-repeat; width: 20px; height: 14px; cursor: pointer;}
.popup_nav_fleche_droite {float: left; background: url('../core/images/popup/suivante.png') 50% 50% no-repeat; width: 20px; height: 14px; cursor: pointer;}
.popup_nav_num {float: left; width: 64px; height: 64px; margin-right: 10px; cursor: pointer;}
.popup_nav_num img {border: 2px solid #fff;}
.popup_nav_num_selected img {border: 2px solid #FCE401;}

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

.toolbar
{
	z-index: 300;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: url('/common/core/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/core/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/core/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/core/images/bg_black_75.png');
	color: #FFFFFF;
	font-size: 11px;
}

.toolbar_min_text
{
	padding: 5px;
}

.toolbar_show
{
	background: url('/common/core/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/core/images/24/left_blue.png') no-repeat 100% 2px;
	text-decoration: underline;
}

/* confirmation de supression */
.container_delete_confirm
{
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	min-height: 172px;
}

.container_delete_confirm_content
{
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/common/core/images/bg_black_85.png');	
	z-index: 105;
}

.container_delete_confirm_content_dialog
{
	position: absolute;
    padding: 5px;
    z-index: 106;	
}

.container_delete_confirm_content_text
{
	padding-top: 5px;
	padding-bottom: 5px;	
}