@CHARSET "UTF-8";

/*
	GENERAL
*/
.eg_info_insertion
{
	padding: 8px;	
	padding-left: 42px;
	line-height: 24px;
	background: url('/common/core/images/24/info.png') 8px 8px no-repeat;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
}

.eg_info_insertion:hover
{
	text-decoration: underline;
}

/*
	Popup d'accès aux templates
*/

.popup_frame
{
	background: transparent;
	padding: 0px;
	margin: 0px;
}

.popup_frame #using-vars-content-toggle
{
	background-color: #FFFFFF;
    bottom: 0;
    color: #000000;
	height: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 14px;
    cursor: pointer;
}

.popup_frame #using-vars-content-toggle:hover
{
	background-color: #666;
    color: #FFF;
}

.elem_edit_content
{
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

/*
	Edition
*/

.e 
{
	position: relative
}

.e .edit_button_bg
{
	color: white;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url('/common/core/images/bg_black_50.png');
	z-index: 100;
	width: 24px;
}

.e .edit_button
{
	width: 24px;
	height: 24px;
	padding: 0;
	background: url('/common/core/images/24/edit_element2.png') no-repeat;
	cursor: pointer;
	border: none;
	text-decoration: underline;
}

.e .edit_button:hover,
.e .edit_button_bg:hover .edit_button
{
	background: url('/common/core/images/24/edit_element.png') no-repeat;
}

/*
	Element Text / Lien / Lien fichier
*/

.e_Text_edit, .e_Link_edit, .e_File_edit
{
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	cursor: pointer;
}

.e_Text_edit:hover, .e_Link_edit:hover, .e_File_edit:hover
{
	background: url('/common/core/images/bg_black_75.png');
	color: #FFFFFF;
}


.e_Text_t_edit textarea
{
	width: 100%;
}

.e_Text_t_edit a
{
	color: #FFF;
}

.e_Text .valid_0, .e_Text.valid_0
{
	background-color: #FFCCBF;	
}

.e_Text .valid_2, .e_Text.valid_2
{
	background-color: #CCFF99;	
}

.e_Text .autosave, .e_Text .autosave_long
{
	overflow: hidden;	
}

.e_Text .autosave .field, .e_Text .autosave_long .field
{
	float: left;	
}

.e_Text .autosave .edit_in_popup, .e_Text .autosave_long .edit_in_popup
{
	background: url('/common/core/images/24/edit_element2.png') no-repeat;
	float: left;
	height: 24px;
	width: 24px;
	cursor: pointer;
}

.e_Text_multiline
{
	padding: 1px;
	border: 1px solid #999;	
}

.e_Text_multiline .field
{
	position: relative;
}

.e_Text_multiline textarea.multiline
{
	overflow: hidden;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	resize: none;
}

.e_Text_multiline textarea.norm
{
	padding-left: 20px;
	margin-bottom: 5px;
	background-color: #FFF;
	border-top: 0px;
	border-bottom: 2px solid #999;
	padding-bottom: 1px;
}

.e_Text_multiline textarea.bold
{
	background-image: url('/common/core/images/puce.png');
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-left: 20px;
	background-color: #F5D87F;
	font-weight: bold;
}

.e_Text .multiline_display
{
	overflow: hidden;
	padding: 2px;
	background-image: url('/common/core/images/puce2.png');
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-left: 18px;
}

.e_Text .multiline_display .bold
{
	font-weight: bold;
	display: inline;
}

.e_Text .multiline_display .norm
{
	display: inline;
}


.e_Text .autosave .edit_in_popup:hover, .e_Text .autosave_long .edit_in_popup:hover
{
	background: url('/common/core/images/24/edit_element.png') no-repeat;
}

/* Display no_link */
.edit_nolink
{
	height: 50px;	
}
.edit_nolink .e_Text_edit, .edit_nolink .e_Link_edit, .edit_nolink .e_File_edit
{
	border: none;
	float: left;
	cursor: pointer;
	padding: 5px 0;
}
.edit_nolink .e_Text_edit:hover, .edit_nolink .e_Link_edit:hover, .edit_nolink .e_File_edit:hover
{
	background: none;
	color: #000000;
}
.edit_nolink .buttons button {
	margin-right: 10px;
}
.edit_nolink .current_file {
	float: left;
	margin-top: 15px;	
}
	
/*
	Element Video	
*/

.e_Video
{
	margin-left: auto;
	margin-right: auto;	
}

.e_Video_edit
{
	position: relative;
}

.e_Video .text_edit
{
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
	cursor: pointer;
	line-height: 15px;
	color: #000;
}


.e_Video_edit_button_insert
{
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #000000;
}

.e_Video_edit_button_insert:hover
{
	border-bottom: 1px solid green;
	background-color: #ACE1B6;
	color: #000000;
}

.e_Video_edit_button
{
	top: 0px;
	right: 0px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px dotted #666666;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #000000;
}

.e_Video .text_edit .edit_button_bg, .e_Video .text_edit .edit_button
{
	background-position: 3px 3px;
	width: 35px;
	height: 35px;
	left: 0px;
}

.e_Video_edit_button:hover
{
	border: 1px solid green;
	background-color: #ACE1B6;
	color: #000000;
}

.e_Video_t_edit_texte_haut,
.e_Video_t_edit_texte_bas
{
	padding-bottom: 10px;	
}
	
.e_Video_t_edit_image_aide
{
	
}

.e_Video_t_edit_onglets
{
	overflow:hidden;
}

.e_Video_t_edit_onglet
{
	background:#e1e1e1;
	border:1px solid #e1e1e1;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	cursor:pointer;
	float:left;
	height:22px;
	line-height:22px;
	margin-right:1px;
	text-align:center;
	width:100px;
}

.e_Video_t_edit_onglet.selected
{
	background:#f1f1f1;
}

.e_Video_t_edit_onglet_procedure
{
	border:1px solid #e1e1e1;
	margin-bottom:10px;
	padding:5px;
}

/*
	Element Image
*/

.e_Image_edit
{
    position: relative;
}

.e_Image_background
{
	background-repeat: no-repeat; 
	background-position: 50% 50%;
}

.e_Image_popup
{
	cursor: pointer;	
}

.e_Image_edit_button:hover
{
    background-color: #ACE1B6;
    color: #000;
}

.e_Image_edit_button
{
   background-color: #fff;
   border: 1px dotted #666666;
   cursor: pointer;
   height: 20px;
   line-height: 20px;
   padding: 0 10px;
   position: absolute;
   right: 0px;
   text-align: center;
   top: 0;
}

.e_Image_t_edit_area
{
    border: 1px solid #333333;
    margin-top: 10px;
    padding: 10px;
}

.e_Image_t_edit_area_title
{
    font-weight: bold;
    margin-bottom: 10px;
}

.e_Image_t_edit_apercu
{
    background-color: #333333;
    height: 200px;
    margin-right: 10px;
    padding: 0 10px;
    width: 200px;
}

.e_Image_t_edit_menu
{
    background-color: #333333;
    font-weight: bold;
    height: 180px;
    padding: 10px;
}

.e_Image_t_edit_menu a
{
    color: #fff;
}

#crop_area_cadre
{
    border: 1px solid #333;
    position: relative;
}

#crop_area
{
    left: 10px;
    position: absolute;
    top: 20px;
}

#crop_area_filter
{
    background: url('/common/core/images/bg_white_50.png') repeat;
    position: absolute;
    top: 20px;
    left: 10px;
}

#crop_area_cross
{
    background: url('/common/core/images/view-fullscreen.png') no-repeat;
    height: 32px;
    position: absolute;
    width: 32px;
}

#crop_area_top_left, #crop_area_top_right, #crop_area_bottom_left, #crop_area_bottom_right
{
    height: 20px;
    position: absolute;
    width: 20px;
}

#crop_area_top_left
{
    top: 0px;
    left: 0px;
}

#crop_area_top_right
{
    top: 0px;
    right: 0px;
}

#crop_area_bottom_left
{
    bottom: 0px;
    left: 0px;
}

#crop_area_bottom_right
{
    bottom: 0px;
    right: 0px;
}

.phototheque-elem
{
    background-color: #333;
    height: 200px;
    margin: 0 5px;
    padding: 0 5px;
    width: 200px;
}

.phototheque-elem a
{
    color: #fff;
}

/*
	Couleur
*/

.e_Color
{
	height: 20px;
	width: 20px;
	border: 1px solid #333;	
}

.e_Color_edit
{
	cursor: pointer;
}

.e_Color_t_edit .colorpicker
{
	border: 1px solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
	Animation
*/

.e_Animation_edit
{
    position: relative;
    margin-bottom: 22px;
}

.e_Animation_edit_button:hover
{
    background-color: #ACE1B6;
    color: #000;
}

.e_Animation_edit_button
{
   background-color: #fff;
   border: 1px dotted #666666;
   cursor: pointer;
   height: 20px;
   line-height: 20px;
   padding: 0 10px;
   position: absolute;
   right: 0px;
   text-align: center;
   top: 0px;
}

.e_Animation_t_edit_area
{
    border: 1px solid #333333;
    margin-top: 10px;
    padding: 10px;
}

.e_Animation_t_edit_area_title
{
    font-weight: bold;
    margin-bottom: 10px;
}

.e_Animation_t_edit_menu
{
    background-color: #333333;
    font-weight: bold;
    padding: 10px;
}

.e_Animation_t_edit_menu a
{
    color: #fff;
}

.paragraph_edit_title
{
	float: left;
	line-height: 20px;
}