@CHARSET "UTF-8";

/*
	Général 
*/

.zone_status
{
	float: right;
	width: 21px;
	border: 1px solid #BBBBBB;
}

.zone_status .status_ind
{
	height: 5px;
	background-color: #FFFFFF;
}

.zone_status .status_global_1, .zone_status .status_language_1, .zone_status  .status_version_1
{
	background-color: #00CC00;
}

.cg_edit
{
	overflow: hidden;
	padding: 5px;
	padding-top: 2px;
	background: #E2E2E2;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

.cg_edit h1
{
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
	text-transform: none;
	padding: 0px;
	padding-left: 28px;
}

.cg_edit h2
{
	display: block;
	font-size: 12px;
	color: #000000;	
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: none;
}

.cg_edit h2.tab_title
{
	padding-left: 15px;
	color: #555555;
	background: url('/common/images/12/plus3.png') no-repeat 0px 7px;
	cursor: pointer;
}

.cg_edit h2.tab_title:hover
{
	background: url('/common/images/12/plus2.png') no-repeat 0px 7px;
	text-decoration: underline;
}

.cg_edit h2.tab_selected
{
	background: url('/common/images/12/moins3.png') no-repeat 0px 7px;
	color: #000000;	
}

.cg_edit h2.tab_selected:hover
{
	background: url('/common/images/12/moins2.png') no-repeat 0px 7px;
}

.cg_edit h3
{
	display: block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}

.cg_edit .icone
{
	position: absolute;
	top: 2px;
	left: 2px;
	height: 24px;
	width: 24px;
}

.cg_edit .cg_block_h2
{
	border: 1px solid #BBBBBB;
	border-left: 3px solid #BBBBBB;
	background: #FFFFFF;
	padding-left: 5px;	
	padding-bottom: 5px;
}

.cg_edit .tab_block
{
	display: none;	
}

.cg_edit .cg_block_valid
{
	padding-top: 10px;	
}

.cg_line
{
	padding-top: 1px;
	padding-bottom: 1px;
}	

.cg_block_container
{
	overflow: hidden;
}

.cg_block
{
	float: left;
	padding-right: 30px;
}

.c_bg_show
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('/common/images/bg_black_50.png');
	z-index: 50;
}

.c_Page
{
	width: 990px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #FFFFFF;	
}

.c
{
	position: relative;		
}

.c .edit_button_bg
{
	color: white;
	position: relative;
	background: url('/common/images/bg_black_75.png');
	z-index: 98;
}

.c .edit_button
{
	line-height: 24px;
	padding-left: 30px;
	padding-right: 6px;
	background: url('/common/images/24/edit.png') no-repeat;
	cursor: pointer;
	border-top: 1px solid black;
	text-decoration: underline;
}

.c .edit_button:hover
{
	background: url('/common/images/24/edit_container.png') no-repeat;
}

.edit_mode
{
	color: #EBA138;	
}

.c .stop_edit_button
{
	line-height: 24px;
	padding-left: 30px;
	padding-right: 6px;
	background: url('/common/images/24/exit3.png') no-repeat;
	cursor: pointer;
	border-top: 1px solid black;
	text-decoration: underline;
}

.c .stop_edit_button:hover
{
	background: url('/common/images/24/exit.png') no-repeat;
}

.c_Editor_edit_interface
{
	position: relative;
	background: url('/common/images/bg_black_75.png');
	padding: 5px;
	margin: 0px;
}

.c_Editor_edit_interface_explications
{
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.c_Editor_edit_interface .interface_commune
{
	background-color: #E2E2E2;
}

.c_Editor_edit_addable_object
{
	font-size: 11px;
	color: #000000;
	z-index: 200;
	float: left;
	height: 30px;
	min-width: 120px;
	border: 1px solid #666666;
	margin: 2px;
	line-height: 30px;
	padding-left: 35px;
	cursor: move;
}

.c_Editor_drop_zone
{
	border-top : 1px dotted #666666;
	border-bottom : 1px dotted #666666;
	background: url('/common/images/dropzone.png') 3px 3px no-repeat;
	min-height: 20px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	line-height: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.c_Editor_zone
{
	position: relative;
}

.c_Editor_horizontal 
{
	overflow: hidden;	
}

.c_Editor_horizontal .c_Editor_zone
{
	float: left;
}

.c_Editor_edit .c_Editor_horizontal .c_Editor_zone
{
	float: none;
	padding-left: 24px;
}

.c_Editor_zone_buttons
{
	z-index: 100;
	position: absolute;
	left: -24px;
	top: 0px;
}

 .c_Editor_horizontal .c_Editor_zone .c_Editor_zone_buttons
{
	left: 0px;
}

.c_Editor_zone_buttons_item
{
	width: 24px;
	height: 24px;
}

.c_Editor_zone_up
{
	background: url('/common/images/24/up_inactive.png') no-repeat;
}

.c_Editor_zone_up:hover
{
	background: url('/common/images/24/up.png') no-repeat;
}

.c_Editor_zone_down
{
	background: url('/common/images/24/down_inactive.png') no-repeat;
}

.c_Editor_zone_down:hover
{
	background: url('/common/images/24/down.png') no-repeat;
}

.c_Editor_zone_delete
{
	background: url('/common/images/24/delete_inactive.png') no-repeat;
}

.c_Editor_zone_delete:hover
{
	background: url('/common/images/24/delete.png') no-repeat;
}

/*
	Authentification
*/

.c_Authentification_line
{
	overflow: hidden;
	padding: 1px;
}

.c_Authentification_col1
{
	width: 100px;
	float: left;
}

.c_Authentification_col2
{
	float: left;
}

/*
	CreationSelection
*/

.c_CreationSelection_content
{
	padding: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px  dotted #666666;
}

.c_CreationSelection_box, c_CreationSelection_box_visible
{
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.c_CreationSelection_box
{
	display: none;
}

.c_CreationSelection_line
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.c_CreationSelection_info
{
	padding-top: 2px;
	padding-bottom: 6px;
	color: #666666;
	font-style: italic;
}

/* MENU */
.menu_horizontal
{
	overflow: hidden;
}

/*.c_Menu_edit
{
    background-color: #333;
    color: #fff;
    padding: 5px;
}*/

.c_Menu_edit_button
{
    background-color: #fff;
    border: 1px solid #666;
    color: #000;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    padding: 0 5px 0 30px;
}

.c_Menu_edit_props
{
    background: url('/common/images/properties.png') 3px no-repeat #fff;
}

.c_Menu_edit_add_http
{
    background: url('/common/images/pictos_containers/page.png') 3px no-repeat #fff;
}

.c_Menu_edit_add_cont
{
    background: url('/common/images/pictos_containers/container.png') 3px no-repeat #fff;
}

.c_Menu_edit_button:hover
{
    background-color: #edff95;
}

/* LINK HTTP */
.c_LinkHTTP-info
{
	color: #900;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

/*
	Banner 
*/


/*
	Paragraphe	
*/
.c_Paragraph .image_droite
{
	float: right;	
}

.c_Paragraph .image_gauche
{
	float: left;	
}

.c_AdminRedaction .tabs
{
	overflow: hidden;	
}

.c_AdminRedaction .tab_item
{
	float: left;
	width: 130px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
	margin-left: 1px;
	margin-top: 15px;
	color: #CCC;
}

.c_AdminRedaction .tab_item_sel
{
	padding-top: 15px;
	margin-left: 1px;
	margin-top: 10px;
}

.c_AdminRedaction .tab_item_sel a
{
	font-weight: bold;
}

.c_Products
{
	overflow: hidden;	
}