@CHARSET "UTF-8";

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

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

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

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

/*
	Edition
*/

.e 
{
	position: relative
}

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

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

.e .edit_button:hover
{
	background: url('/common/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/images/bg_black_75.png');
	color: #FFFFFF;
}


.e_Text_t_edit textarea
{
	width: 100%;
}

.e_Text_t_edit a
{
	color: #FFF;
}

/*
	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
{
	padding-bottom: 10px;	
}
	
.e_Video_t_edit_image_aide
{
	padding-bottom: 20px;	
}

/*
	Element Image
*/

.e_Image_edit
{
    position: relative;
}

.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/images/bg_white_50.png') repeat;
    position: absolute;
    top: 20px;
    left: 10px;
}

#crop_area_cross
{
    background: url('/common/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;
}

/*
	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;
}