@charset "UTF-8";
/*** CSS editeur ***/
div.editor_bloc
{
	position:relative;
}

div.sortableActive {
	border:2px dashed #ddd;
}

div.sortableSelected {
	border:1px solid brown;
}


div.selected
{
	border:1px dotted grey;
	background-color:transparent;
}

div.editor_bloc div.selected {
	border:1px solid #999;
	cursor:pointer;
}

div.editor_bloc div.sortableActive{
	border:1px solid #666;
	cursor:move;
}


div.editor_bloc div.delete{
	background:#ffffdf;
	color:#aaa !important;
}
div.editor_bloc div.delete *
{
	color:#aaa !important;
}

div.editor_blocObject 
{
	border:1px solid transparent;
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

div.draftHover {
	background-color:pink;
	border:1px solid white;
}


/*----------------------------------------------+
+ Viaduc Editor                                 +
+----------------------------------------------*/
* { margin:0; padding:0; border:0; outline:none; }
body,
html {
	margin: 0;
	padding: 0;
}
* html {
	overflow-y: hidden;
}
* html body {
    height: 100%;
	width: 100%;
	overflow: hidden;
}
* html body { behavior: url("/skins/editor/csshover3.htc"); }
* html .png { behavior: url("/skins/editor/iepngfix.htc"); }

body {
	position:relative;
}

/* Infos, erreurs */
.messageInfo, 
.messageError {
	display:none;
	background:#ffeebf;
	border:1px solid #ffd35f;
	padding:7px;
	font-weight:bold;
	font-size:12px;
	color:#666;
	width:96%;
	margin:4px auto 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.messageError {
	background:#ffcabf;
	border:1px solid #ff441f;
	color:#222;
}


#canvasEditor a { text-decoration:none; color:#333; }

#canvasPopup, 
#canvasEditor {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", arial, helvetica, sans-serif;
	background: none;
	color: #000;
 	height: 100%;
}
#canvasEditor * {
	margin: 0;
	padding: 0;
	border: none;
}
#canvasEditor a {
	color: #0086f3;
	text-decoration: none;
	font-size: 11px;
}
#canvasEditor #menuEditorTop {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #acacac;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:4;
}
* html #canvasEditor #menuEditorTop {
	position: absolute;
}
#canvasEditor #colEditor {
	width: 201px;
	background: #c3c3c3;
	border-right: 1px solid #acacac;
	position: fixed;
	left: 0;
	top: 51px;
	height: 100%;
}
* html #canvasEditor #colEditor {
	position: absolute;
	height: 100%;	
}
#frameSite {
	position: absolute;
	right: 0;
	top: 51px;
	left: 202px;
	bottom: 0;
	overflow: visible;
	min-width: 990px;
}
#globalEditor {
	/*min-width: 1200px;
	background: red fixed;*/
	margin:0 0 0 202px;
	padding-top: 47px;
}

* html #globalEditor {
	position: absolute;
	right: 0;
	left: 0;
	margin:0;
	padding:51px 0 0 0;
	height: 100%;
	overflow: scroll;
	width: 100%;
	width:expression(document.body.clientWidth < 1200px ? "1200px" : "auto" );
}
#canvasEditor #menuEditorBottom {
    overflow: auto;
    width: 100%;
    height: 8em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background: #ddd;
}

/*----------------------------------------------+
+ toolTip Info                                  +
+----------------------------------------------*/

#canvasEditor .toolTipInfo {
	display:none;
	position:absolute;
	top:43px;
	left:227px;
}
#canvasEditor .toolTipInfo, 
#canvasEditor .toolTipInfo .bottom, 
#canvasEditor .toolTipInfo .content, 
#canvasEditor .toolTipInfo .content .tip, 
#canvasEditor .toolTipInfo .content .closeIt {
	width:237px;
	background-image:url(popup_blockclientinfos_tipinfo_bgd.png);
	background-repeat:no-repeat;
	background-position:-13px 0;
	padding:17px 0 0;
	color:#555;
}
#canvasEditor .toolTipInfo .bottom {
	background-position:-487px bottom;
	padding:0 0 7px;
}
#canvasEditor .toolTipInfo .content {
	position:relative;
	background-repeat:repeat-y;
	background-position:-250px 0;
	padding:0 6px;
	width:225px;
	line-height:14px;
}
#canvasEditor .toolTipInfo .content .tip {
	display:block;
	background-position:-724px 0;
	padding:0 12px 0 18px;
	width:auto;
}
#canvasEditor .toolTipInfo .content .closeIt {
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;
	width:13px;
	height:13px;
	top:-3px;
	right:3px;
}
 #canvasEditor .toolTipInfo .content .closeIt span {	
	display:none;
}

/*----------------------------------------------+
+ Big Loader                                    +
+----------------------------------------------*/

#blockBigLoader {
	display:none;
}
#blockBigLoader .overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	z-index:20000;
	-moz-opacity:0.6;
	filter:alpha(opacity:60);
	opacity:0.6;
}
#blockBigLoader .loader {
	position:fixed;
	display:block;
	top:20%;
	left:40%;
	z-index:20001;
	width:315px;
	color:#f3f3f3;
	text-align:center;
	background:url(ajax-bigloader.gif) no-repeat center 9px #444;
	padding:40px 14px 14px;
	border:0;
	-moz-opacity:0.8;
	filter:alpha(opacity:80);
	opacity:0.8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#blockBigLoader .loader .tip {
	margin:12px 0 0;
	background:#fff;
	color:#444;
	padding:6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#blockBigLoader .loader .tip .title {
	margin:0 0 4px;
	font-weight:bold;
	text-align:left;
}
#blockBigLoader .loader .tip .content {
	text-align:justify;
}
* html #blockBigLoader {
	position:absolute;
	width:100%;
	height:5000px;
}

/*----------------------------------------------+
+ Top                                           +
+----------------------------------------------*/

#canvasEditor #menuEditorTop {
	height:50px;
	background:url(bgd_blockeditormenutop.gif) repeat-x;
	border-bottom:1px solid #b3b3b3;
	color:#fff;
	overflow:visible;
}

/* Menu global (gauche) */
#canvasEditor .blockMenuAccount, 
#canvasEditor .blockMenuAccount .blockDomainSelect, 
#canvasEditor .blockMenuAccount .blockAccount, 
#canvasEditor #menuEditorTop .blockLogo, 
#canvasEditor .blockMenuSeparator, 
#canvasEditor .blockMenu, 
#canvasEditor .blockMenu .btnMenu, 
#canvasEditor .blockMenu .btnMenu .left, 
#canvasEditor .blockMenu .btnMenu .content, 
#canvasEditor .blockMenu .btnMenu .icon, 
#menuEditorPublish .blockMenu, 
#menuEditorPublish .blockMenu .btnMenu, 
#menuEditorPublish .blockMenu .btnMenu .left, 
#menuEditorPublish .blockMenu .btnMenu .content, 
#menuEditorPublish .blockMenu .btnMenu .icon {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	/*margin-left:-2px;*/
}

/* Logo */
#canvasEditor #menuEditorTop .blockLogo {
	background:url(bgd_blockeditormenutop_blocklogo.gif) no-repeat;
	width:137px;
	height:50px;
	overflow:hidden;
	padding:0 10px 0 0;
}
#canvasEditor #menuEditorTop .blockLogo .blockLogoContent {
	background:url(logo_blockeditormenutop_loader.gif) no-repeat;
	width:137px;
	height:50px;
	overflow:hidden;
}
#canvasEditor #menuEditorTop .loadingWait .blockLogoContent {
	background:url(ajax-loader-title.gif) no-repeat center center;
}
/* Menu */
#canvasEditor .blockMenuSeparator {
	height:50px;
	width:10px;
	background:url(bgd_blockeditormenutop_separator.gif) no-repeat center center;
}
#canvasEditor .blockMenuSeparator span {
	display:none;
}
/* Menu non-actif */
#canvasEditor .blockMenu, 
#menuEditorPublish .blockMenu {
	height:50px;
}
#canvasEditor .blockMenu .content, 
#canvasEditor .blockMenu .left, 
#menuEditorPublish .blockMenu .content, 
#menuEditorPublish .blockMenu .left {
	height:50px;
}
#canvasEditor .blockMenu .btnMenu, 
#menuEditorPublish .blockMenu .btnMenu {
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}

/* Menu actif */
#canvasEditor .blockMenu:hover, 
#canvasEditor .blockMenuActiv, 
#menuEditorPublish .blockMenu:hover, 
#menuEditorPublish .blockMenuActiv {
	background:url(bgd_blockeditormenutop_blockmenu_activ_right.gif) no-repeat right center;
}
#canvasEditor .blockMenu:hover .left, 
#canvasEditor .blockMenuActiv .left, 
#menuEditorPublish .blockMenu:hover .left, 
#menuEditorPublish .blockMenuActiv .left {
	background:url(bgd_blockeditormenutop_blockmenu_activ_left.gif) no-repeat left center;
}
#canvasEditor .blockMenu:hover .content, 
#canvasEditor .blockMenuActiv .content, 
#menuEditorPublish .blockMenu:hover .content, 
#menuEditorPublish .blockMenuActiv .content {
	background:none;
}

/* Menu Bouton */
#canvasEditor .blockMenu .btnMenu, 
#canvasEditor .blockMenu .btnMenu .left, 
#canvasEditor .blockMenu .btnMenu .content, 
#menuEditorPublish .blockMenu .btnMenu, 
#menuEditorPublish .blockMenu .btnMenu .left, 
#menuEditorPublish .blockMenu .btnMenu .content {
	height:50px;
	/*margin:0 0 0 -2px;*/
}
#canvasEditor .blockMenu .first, 
#menuEditorPublish .blockMenu .first {
	margin:0;
}
#canvasEditor .blockMenu .btnMenu .left, 
#menuEditorPublish .blockMenu .btnMenu .left {
	background:none;
	padding:0 0 0 7px;
}
#canvasEditor .blockMenu .btnMenu .content, 
#menuEditorPublish .blockMenu .btnMenu .content {
	background:none;
	padding:0 11px 0 0;
}
#canvasEditor .blockMenu .btnMenu .icon, 
#menuEditorPublish .blockMenu .btnMenu .icon {
	height:50px;
	line-height:13px;
}
#canvasEditor .blockMenu .btnMenu .cell, 
#menuEditorPublish .blockMenu .btnMenu .cell {
	height:50px;
	line-height:13px;
}
* html #canvasEditor .blockMenu .btnMenu, 
* html #canvasEditor .blockMenu .btnMenu .left, 
* html #canvasEditor .blockMenu .btnMenu .content {
	margin:0;
}
* html #canvasEditor .blockMenu .btnMenu .cell {
	padding:12px 0 0;
	height:38px;
}
*+html #canvasEditor .blockMenu .btnMenu .cell, 
*+html #menuEditorPublish .blockMenu .btnMenu .cell {
	padding:12px 0 0;
	height:38px;
}

/* Icones, général */
#canvasEditor .blockMenu .btnMenu .icon, 
#menuEditorPublish .blockMenu .btnMenu .icon {
	background-image:url(bgd_blockeditormenutop_blockmenu_icons.png);
	background-repeat:no-repeat;
	background-position:3px top;
	padding:0 0 0 33px;
}
/* Icones, background */
#canvasEditor .blockMenu .btnColorEdit .icon { background-position:3px -50px; }
#canvasEditor .blockMenu .btnLayoutEdit .icon { background-position:3px -100px; }
#canvasEditor .blockMenu .btnFontEdit .icon { background-position:3px -150px; }
#canvasEditor .blockMenu .btnHelp .icon { background-position:3px -200px; }
#canvasEditor .blockMenu .btnUndo .icon { background-position:0 -250px; width:29px; padding:0; }
#canvasEditor .blockMenu .btnRedo .icon { background-position:0 -300px; width:29px; padding:0; }
#canvasEditor .blockMenu .btnPreview .icon { background-position:0 -350px; }
#menuEditorPublish .blockMenu .btnPublish .icon { background-position:3px -400px; }
#menuEditorPublish .blockMenu .btnRestore .icon { background-position:3px -450px; }
#canvasEditor .blockMenu .btnDelete .icon { background-position:0 -500px; }
#canvasEditor .blockMenu .btnMajPack .icon { background-position:0 -550px; }

/* Les boutons Undo et Redo ont un comportement Unactiv (disabled) sauf IE6 */
#canvasEditor .blockMenu .btnUndoUnactiv .icon { background-position:-29px -250px; }
#canvasEditor .blockMenu .btnRedoUnactiv .icon { background-position:-29px -300px; }
* html #canvasEditor .blockMenu .btnUndoUnactiv .icon { background-position:0 -250px; }
* html #canvasEditor .blockMenu .btnRedoUnactiv .icon { background-position:0 -300px; }

/* Pas de textes pr ces boutons */
#canvasEditor .blockMenu .btnUndo .cell, 
#canvasEditor .blockMenu .btnRedo .cell,  
#canvasEditor .blockMenu .btnZoom .cell 
{ display:none; }

/* Menu Bouton actif et hover */
#canvasEditor .blockMenu .btnMenu:hover .left, 
#canvasEditor .blockMenu .activ .left, 
#menuEditorPublish .blockMenu .btnMenu:hover .left, 
#menuEditorPublish .blockMenu .activ .left {
	background:url(bgd_blockeditormenutop_blockmenu_btn_activ.png) no-repeat left top;
}
#canvasEditor .blockMenu .btnMenu:hover .content, 
#canvasEditor .blockMenu .activ .content, 
#menuEditorPublish .blockMenu .btnMenu:hover .content, 
#menuEditorPublish .blockMenu .activ .content {
	background:url(bgd_blockeditormenutop_blockmenu_btn_activ.png) no-repeat right -50px;
}

#canvasEditor .blockMenu .btnMenu-2:hover .left, 
#canvasEditor .blockMenu .activ-2 .left, 
#menuEditorPublish .blockMenu .btnMenu-2:hover .left, 
#menuEditorPublish .blockMenu .activ-2 .left {
	background:url(bgd_blockeditormenutop_blockmenu_btn_activ-2.png) no-repeat left top;
}
#canvasEditor .blockMenu .btnMenu-2:hover .content, 
#canvasEditor .blockMenu .activ-2 .content, 
#menuEditorPublish .blockMenu .btnMenu-2:hover .content, 
#menuEditorPublish .blockMenu .activ-2 .content {
	background:url(bgd_blockeditormenutop_blockmenu_btn_activ-2.png) no-repeat right -50px;
}

#canvasEditor .blockMenu .btnDisabled, 
#menuEditorPublish .blockMenu .btnDisabled {
	color:#777;
}
#canvasEditor .blockMenu .btnDisabled .left, 
#menuEditorPublish .blockMenu .btnDisabled .left, 
#canvasEditor .blockMenu .btnDisabled:hover .left, 
#menuEditorPublish .blockMenu .btnDisabled:hover .left {
	background:url(bgd_blockeditormenutop_blockmenu_btn_disabled.png) no-repeat left top;
}
#canvasEditor .blockMenu .btnDisabled .content, 
#menuEditorPublish .blockMenu .btnDisabled .content, 
#canvasEditor .blockMenu .btnDisabled:hover .content, 
#menuEditorPublish .blockMenu .btnDisabled:hover .content {
	background:url(bgd_blockeditormenutop_blockmenu_btn_disabled.png) no-repeat right -50px;
}

/* Bouton mise à jour du pack */
#canvasEditor .blockMenu .btnMajPack .left, 
#canvasEditor .blockMenu .btnMajPack:hover .left {
	background:url(bgd_blockeditormenutop_blockmenu_btnmaj.png) no-repeat left top;
}
#canvasEditor .blockMenu .btnMajPack .content, 
#canvasEditor .blockMenu .btnMajPack:hover .content {
	background:url(bgd_blockeditormenutop_blockmenu_btnmaj.png) no-repeat right -50px;
	font-size:11px;
}
#canvasEditor .blockMenu .btnMajPack .content span.imp {
	font-weight:bold;
	font-size:14px;
}

#canvasEditor .blockMenu .blockListSelect {
	height:50px;
	padding:0 8px;
}
*+html #canvasEditor .blockMenu .blockListSelect {
	padding-top:12px;
	height:38px;
}

/*
* html #canvasEditor .blockMenu .btnMenu:hover .left, 
* html #canvasEditor .blockMenu .activ .left, 
* html #canvasEditor .blockMenu .btnMenu:hover .content, 
* html #canvasEditor .blockMenu .activ .content {
	background-image:url(bgd_blockeditormenutop_blockmenu_btn_activ.gif);
}
* html #canvasEditor .blockMenu .btnMenu-2:hover .left, 
* html #canvasEditor .blockMenu .activ-2 .left, 
* html #canvasEditor .blockMenu .btnMenu-2:hover .content, 
* html #canvasEditor .blockMenu .activ-2 .content {
	background-image:url(bgd_blockeditormenutop_blockmenu_btn_activ-2.gif);
}
* html #canvasEditor .blockMenu .btnMenu .icon {
	background-image:url(bgd_blockeditormenutop_blockmenu_icons.gif);
}
* html #canvasEditor .blockMenu .btnMenu:hover .icon, 
* html #canvasEditor .blockMenu .activ .icon {
	background-image:url(bgd_blockeditormenutop_blockmenu_icons_hover.gif);
}
*/

* html #canvasEditor #menuEditorTop .blockLogo { float:left; margin-left:0; margin-right:5px; }
* html #canvasEditor .blockMenu { float:left; margin-left:0; }
* html #canvasEditor .blockMenuSeparator { float:left; margin-left:0; }
* html #canvasEditor .blockMenu div { float:left; margin-left:0; }
* html #canvasEditor .blockMenu a { float:left; margin-left:0; }
* html #canvasEditor .blockMenu .btnMenu span { float:left; margin-left:0; }

*+html #canvasEditor #menuEditorTop .blockLogo { float:left; margin-left:0; margin-right:5px; }
*+html #canvasEditor .blockMenu { float:left; margin-left:0; }
*+html #canvasEditor .blockMenuSeparator { float:left; margin-left:0; }
*+html #canvasEditor .blockMenu div { float:left; margin-left:0; }
*+html #canvasEditor .blockMenu a { float:left; margin-left:0; }
*+html #canvasEditor .blockMenu .btnMenu span { float:left; margin-left:0; } 
*+html #menuEditorPublish #menuEditorTop .blockLogo { float:left; margin-left:0; margin-right:5px; }
*+html #menuEditorPublish .blockMenu { float:left; margin-left:0; }
*+html #menuEditorPublish .blockMenuSeparator { float:left; margin-left:0; }
*+html #menuEditorPublish .blockMenu div { float:left; margin-left:0; }
*+html #menuEditorPublish .blockMenu a { float:left; margin-left:0; }
*+html #menuEditorPublish .blockMenu .btnMenu span { float:left; margin-left:0; } 

*+html #canvasEditor .blockMenuAccount { width:130px; }

/* Select Aperçu des pages */
#canvasEditor .blockSelectPage {
	height:50px;
}
#canvasEditor .blockSelectPage .label {
	display:block;
}
#canvasEditor .blockSelectPage select {
	display:block;
}

/* Menu client (droite) */
* html #canvasEditor .blockMenuAccount {
	width:300px;
}
#canvasEditor .blockMenuAccount {
	float:right;
}
#canvasEditor .blockMenuAccount .blockDomainSelect, 
#canvasEditor .blockMenuAccount .blockAccount, 
#canvasEditor .blockMenuAccount .blockMenuSeparator {
	margin:0;
	float:right;
	height:50px;
}
#canvasEditor .blockMenuAccount .blockDomainSelect {
	padding:0 10px 0 0;
	color:#c5c5c5;
}
#canvasEditor .blockMenuAccount .blockDomainSelect .titleSelect {
	padding:5px 0 0;
}
#canvasEditor .blockMenuAccount .selectLite {
	height:18px;
	cursor:pointer;
}
* html #canvasEditor .blockMenuAccount .selectLite { float:left; }

#canvasEditor .blockMenuAccount .selectLite .txt {
	background:url(bgd_blockeditormenutop_selector.gif) no-repeat left -18px;
}
#canvasEditor .blockMenuAccount .selectLite .link {
	background:url(bgd_blockeditormenutop_selector.gif) no-repeat right top;
	padding:0 16px 0 7px;
}
#canvasEditor .blockMenuAccount .selectLite .selectLiteMenu {
	display:none;
	border: 1px solid #999;
	background: #c5c5c5;
	color:#333;
	padding:0;
	float: left;
	position: relative;
	margin-top: 19px !important;
	margin-top: -2px;
	z-index: 100;
	clear: both;
	margin-right: -2000px;
	font-size: 13px;
	min-width:128px;
}
#canvasEditor .blockMenuAccount .selectLite .selectLiteMenu label {
	display:block;
	padding:2px 5px;
	cursor:pointer;
}
#canvasEditor .blockMenuAccount .selectLite .selectLiteMenu label:hover {
	background:#999;
	color:#fff;
}
#canvasEditor .blockMenuAccount .selectLite:active .selectLiteMenu {
	display:inline;
}
#canvasEditor .blockMenuAccount .blockAccount {
	padding:0 16px 0 5px;
	width:110px;
}
#canvasEditor .blockMenuAccount .blockAccount .btnGo {
	display:block;
	margin:0;
	color:#c5c5c5;
}
#canvasEditor .blockMenuAccount .blockAccount .btnParam {
	margin-top:1px;
}
#canvasEditor .blockMenuAccount .blockAccount .btnGo .arrow {
	background:url(bgd_blockeditormenutop_blockaccount_bul.gif) no-repeat left center;
	padding:0 0 0 10px;
}

/*----------------------------------------------+
+ Colonne                                       +
+----------------------------------------------*/

/*----------------------------------------------+
+ Accordéon                                     +
+----------------------------------------------*/
#properties
{
	position:relative;
}

#canvasEditor #colEditor .blockAcEditor {
	margin: 4px;
}

#canvasEditor .scrollerContainer
{
	position:relative;
	overflow:hidden;
}

#barScrollerBottom,#barScrollerTop
{
	left:4px;
	width:197px;
	height:19px;
	margin:0;
	padding:0px;
	background-color:#C3C3C3;
	position:fixed;
	display:none;
}

#barScrollerBottom
{
	bottom:0px;
	top:auto;
}

/* Fleches de scoll JS */
#canvasEditor .arrowScrollTop, 
#canvasEditor .arrowScrollBottom {
	background:url(bgd_coleditor-arrow-scroll-top.gif) no-repeat center top;
	width:193px;
	height:19px;
	cursor:pointer;
	z-index:1000;
	margin:0;
	padding:0;
	z-index:2000;
}

#canvasEditor .arrowScrollBottom {
	background-image:url(bgd_coleditor-arrow-scroll-bottom.gif);
}

#canvasEditor .arrowScrollTop
{

}

#barScrollerTop {
	position:relative;
	left:0px;
}

#canvasEditor .arrowScrollTop:hover, 
#canvasEditor .arrowScrollBottom:hover {
	background-position:center -19px;
}
#canvasEditor .arrowScrollTop span
#canvasEditor .arrowScrollBottom span {
	display:none;
}


#canvasEditor #colEditor .blockAcEditor h3.h3Editor {
	height: 32px;
	background: url(globalEditor.png) no-repeat right top;
	font: 12px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #464646;
	padding: 0;
	cursor: pointer;
	position: relative;
	margin: 1px 0 0 0;
}
#canvasEditor #colEditor .blockAcEditor h3.h3Editor span.borderEditor {
	display: block;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(globalEditor.png) no-repeat left top;
	padding: 8px 0 0 10px;
}
#canvasEditor #colEditor .blockAcEditor h3.h3Editor span.arrow {
	padding-left: 11px;
	background: url(bul-arrowEditor1.png) no-repeat 1px center;
}
#canvasEditor #colEditor .blockAcEditor h3.h3Editor:hover,
#canvasEditor #colEditor .blockAcEditor h3.activ {
	background: url(globalEditor.png) no-repeat right -32px;
	color: #0086f3;
}
#canvasEditor #colEditor .blockAcEditor h3.h3Editor:hover span.borderEditor,
#canvasEditor #colEditor .blockAcEditor h3.activ span.borderEditor {
	background: url(globalEditor.png) no-repeat left -32px;
}
#canvasEditor #colEditor .blockAcEditor h3.activ span.arrow,
#canvasEditor #colEditor .blockAcEditor h3.h3Editor:hover span.arrow {
	background: url(bul-arrowEditor2.png) no-repeat left center;
}
#canvasEditor #colEditor .blockAcEditor .contentAcEditor {
	background: #f3f3f3;
	border: 1px solid #aaa;
	border-top: 0;
	position:relative;
}

/*----------------------------------------------+
+ Paramètres                                    +
+----------------------------------------------*/
#canvasEditor .blockFormEditor_top,
#canvasEditor .blockFormEditor_bottom,
#canvasEditor .blockFormEditor {
	margin: 0 1px;
	padding: 7px 7px 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}
#canvasEditor .blockFormEditor_top {
	border-top: none;	
}
#canvasEditor .blockFormEditor_bottom {
	border-bottom: none;
}
#canvasEditor .blockFormEditor_selection {
	padding:0;
	height:233px;
	max-height:233px;
	overflow-x:hidden;
	overflow-y:scroll;
}
#canvasEditor .blockFormEditorLink {
	clear: both;
	padding: 3px 7px 4px;
	text-align: right;
}
#canvasEditor .blockFormEditorLink .btnMore {
	background:url(bgd_blockeditor_add.gif) no-repeat left center;
	padding:0 0 0 10px;
}
#canvasEditor select {
	padding:2px;
	border:1px solid #ccc;
	font-size:11px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#canvasEditor select option {
	padding:0 2px;
}
#canvasEditor #colEditor .blockAcEditor .editorBlockSelect {
	background:url(bgd_editorblockselect.gif) no-repeat;
	border:0;
	height:54px;
}
#canvasEditor #colEditor .blockAcEditor .editorBlockSelect .blockFormEditor {
	border:0;
	padding:6px 7px 0 7px;
}
#canvasEditor #colEditor .blockAcEditor .editorBlockSelect select {
	width:172px;
}
#canvasEditor .selectEditor {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	border: 0;
	vertical-align: top;
}
* html #canvasEditor .selectEditor {
	float: left;
}
#canvasEditor .selectEditorMenu {
	display: none;
	border: 1px solid #c4c4c4;
	background: #fff;
	padding: 1px;
	float: left;
	position: relative;
	margin-bottom: -1000px;
	margin-top: 19px !important;
	margin-top: -2px;
	z-index: 100;
	clear: both;
	margin-right: -2000px;
	font-size: 13px;
}
#canvasEditor .selectEditorMenu label {
	display: block;
	padding: 4px 8px;
}
#canvasEditor .selectEditorMenu label:hover {
	padding: 3px 7px;
	border: 1px solid #64b2f2;
	background: #e0f0ff;
}
#canvasEditor .selectEditorMenu .hidden {
	display: none;	
}
#canvasEditor .selectEditor .txt {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	background: url(globalEditor.png) no-repeat left -74px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
#canvasEditor .selectEditor .content {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	overflow:hidden;
}
#canvasEditor .selectEditor .content img {
	display: block;
}
#canvasEditor .selectEditor .link {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	padding: 2px 20px 0 4px;
	height: 18px;
	text-align: left;
	background: url(globalEditor.png) no-repeat right -114px;
}
#canvasEditor .selectEditor .txtColor .link {
	padding-right: 13px;
	padding-left: 2px;
}
#canvasEditor .selectEditor .txtColor .link .noColor {
	background:#fff url(bgd_selectcolor_nocolor.gif) no-repeat;
}
#canvasEditor .selectEditor:active .txt {
	background: url(globalEditor.png) no-repeat left -94px;
}
#canvasEditor .selectEditor:active .link {
	background: url(globalEditor.png) no-repeat right -134px;	
}

.fontFamilly-1 { font-family: arial, helvetica, sans-serif; }
.fontFamilly-2 { font-family: tahoma, geneva, sans-serif; }
.fontFamilly-3 { font-family: verdana, geneva, sans-serif; }
.fontFamilly-4 { font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif }
.fontFamilly-5 { font-family: "Trebuchet MS", arial, helvetica, sans-serif }
.fontFamilly-6 { font-family: times, "Times New Roman", serif }
.fontFamilly-7 { font-family: "Times New Roman",times, serif }
.fontFamilly-8 { font-family: georgia, "Times New Roman", times, serif }
.fontFamilly-9 { font-family: "Courier New", courier, monospace }
.fontFamilly-10 { font-family: "Comic Sans MS", cursive }

#canvasEditor .selectEditorLarge {
	margin-bottom:3px;
}
#canvasEditor .selectEditorLarge .txt {
	width:177px;
	height:54px;
	background: url(globalEditor.png) no-repeat left -276px;	
}
#canvasEditor .selectEditorLarge .content {
	height:52px;
	width:114px;
	font-size:0;
	text-indent:-99999em;
	overflow:hidden;
	padding:2px 0 0 3px;
	float:left;
}
#canvasEditor .selectEditorLarge .link {
	background: url(globalEditor.png) no-repeat right -331px;
	width:60px;
	height:54px;
	line-height:44px;
	padding:0;
	text-align:center;
	color:#007ff2;
	float:left;
}
#canvasEditor .selectEditorLarge .content .background {
	display:block;
	height:50px;
	width:112px;
	background-repeat:repeat;
	background-position:0 0;
}
#canvasEditor .selectEditorLarge:active .txt {
	background: url(globalEditor.png) no-repeat left -276px;	
}
#canvasEditor .selectEditorLarge:active .link {
	background: url(globalEditor.png) no-repeat right -331px;
}

#canvasEditor .selectEditorMid {
	margin-bottom:6px;
}
#canvasEditor .selectEditorMid .txt {
	width:177px;
	height:45px;
	background: url(globalEditor.png) no-repeat left -439px;	
}
#canvasEditor .selectEditorMid .content {
	height:42px;
	width:114px;
	font-size:0;
	text-indent:-99999em;
	overflow:hidden;
	padding:2px 0 0 3px;
	float:left;
}
#canvasEditor .selectEditorMid .link {
	background: url(globalEditor.png) no-repeat right -484px;
	width:60px;
	height:45px;
	line-height:44px;
	padding:0;
	text-align:center;
	color:#007ff2;
	float:left;
}
#canvasEditor .selectEditorMid .content .background {
	display:block;
	height:41px;
	width:112px;
	background-repeat:repeat;
	background-position:0 0;
}
#canvasEditor .selectEditorMid:active .txt {
	background: url(globalEditor.png) no-repeat left -439px;	
}
#canvasEditor .selectEditorMid:active .link {
	background: url(globalEditor.png) no-repeat right -484px;
}

#canvasEditor .selectEditorUnder {
	border:1px solid #ddd;
	border-top:0;
	padding:6px 6px 1px;
	margin:0 0 0 2px;
	background:#f9f9f9 url(bgd_selecteditorunder-shadow.gif) repeat-x;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}
#canvasEditor .selectEditorUnder .propertyEdit {
	margin:0 0 6px;
}

#canvasEditor .selectTypo .txt .link {
	width:112px;
}
#canvasEditor .selectEditor .color {
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: block;
}

/* Slider */
#canvasEditor .sliderEditor {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	height: 21px;
	background: url(globalEditor.png) no-repeat left -153px;
	margin-top: -1px;
	position: relative;
}
#canvasEditor .sliderSize1 {
	width: 90px;
}
#canvasEditor .sliderSize2 {
	width: 73px;
}
#canvasEditor .sliderEditor .sliderBorder {
	background: url(globalEditor.png) no-repeat right -174px;
	height:auto !important;
	padding: 0 4px;
}
#canvasEditor .sliderEditor .btn span {
	display: none;
}
#canvasEditor .sliderEditor .btn {
	overflow: visible;
	width: 17px;
	height: 21px;
	/*background: url(globalEditor.png) no-repeat left -175px; Default*/
	background: url(cursor.png) no-repeat right top;
	margin: 0 -8px 0 -8px;
	visibility: visible;
	display: block;
	position: relative;
}
#canvasEditor .selectAttributeTypo {
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 2px 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	border: 0;
	vertical-align: top;
	width:79px;
	float: left;
	height: 1%;
}
#canvasEditor .selectAttributeTypo .txt {
	display: -moz-inline-box;
	display: inline-block;
	margin:0 -4px 0 0;
	width:20px;
	height:20px;	
}
#canvasEditor .selectAttributeTypo .txt .link { display: none; }
#canvasEditor .selectAttributeTypo .bold { background: url(globalEditor.png) no-repeat left -196px; }
#canvasEditor .selectAttributeTypo .italic { background: url(globalEditor.png) no-repeat -20px -196px; width:17px; }
#canvasEditor .selectAttributeTypo .underline { background: url(globalEditor.png) no-repeat -37px -196px; }
#canvasEditor .selectAttributeTypo .uppercase { background: url(globalEditor.png) no-repeat -57px -196px; }

#canvasEditor .selectAttributeTypo .boldActiv, 
#canvasEditor .selectAttributeTypo .bold:hover {
	background-position: left -216px;
}
#canvasEditor .selectAttributeTypo .italicActiv, 
#canvasEditor .selectAttributeTypo .italic:hover {
	background-position: -20px -216px;
}
#canvasEditor .selectAttributeTypo .underlineActiv, 
#canvasEditor .selectAttributeTypo .underline:hover {
	background-position: -37px -216px;
}
#canvasEditor .selectAttributeTypo .uppercaseActiv, 
#canvasEditor .selectAttributeTypo .uppercase:hover {
	background-position: -57px -216px;
}

#canvasEditor .selectSizeTypo { margin-top:5px; height: 27px; margin-left:4px; }
#canvasEditor .selectSizeTypo .typoBigger { background: url(globalEditor.png) no-repeat right -241px; height: 29px;}
#canvasEditor .selectSizeTypo .typoSmaller { background: url(globalEditor.png) no-repeat left -241px; height: 29px; }

#canvasEditor .selectTextTransform {
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 2px 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	border: 0;
	vertical-align: top;
	width:79px;
	float: left;
	height: 1%;
}
#canvasEditor .selectTextTransform .txt {
	display: -moz-inline-box;
	display: inline-block;
	margin:0 -4px 0 0;
	width:20px;
	height:20px;	
}
#canvasEditor .selectTextTransform .txt .link { display: none; }
#canvasEditor .selectTextTransform .uppercase { background: url(globalEditor.png) no-repeat -57px -196px; }
#canvasEditor .selectTextTransform .lowercase { background: url(globalEditor.png) no-repeat -77px -196px; width:17px; }
#canvasEditor .selectTextTransform .capitalize { background: url(globalEditor.png) no-repeat -94px -196px; }

#canvasEditor .selectTextTransform .uppercaseActiv, 
#canvasEditor .selectTextTransform .uppercase:hover {
	background-position: -57px -216px;
}
#canvasEditor .selectTextTransform .lowercaseActiv, 
#canvasEditor .selectTextTransform .lowercase:hover {
	background-position: -77px -216px;
}
#canvasEditor .selectTextTransform .capitalizeActiv, 
#canvasEditor .selectTextTransform .capitalize:hover {
	background-position: -94px -216px;
}

#canvasEditor .propertyEdit {
}
#canvasEditor .labelEditor1 {
	clear:both;
	padding:0 0 3px;
}
/*#canvasEditor .labelEditorArrow {
	background: url(bul-arrowEditor2.png) no-repeat left center;
	padding-left:11px;
}*/
#canvasEditor .labelEditor2 {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	width: 85px !important;
	width: 82px;
	float: left;
	font-size:12px;
	letter-spacing:-0.05em;
}
#canvasEditor .labelEditor3 {
	display:inline;
	font-size:11px;
	padding:0 0 3px;
}
#canvasEditor .labelEditor4 {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	float: left;
	font-size:12px;
	letter-spacing:-0.05em;
	width:108px;
}
#canvasEditor .labelEditor5 {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	float: left;
	font-size:12px;
	letter-spacing:-0.05em;
	width:auto;
	padding:0 2px 0 0;
}

#canvasEditor .blockSelect {
	border:1px solid #f3f3f3;
	border-bottom:1px solid #dcdcdc;
	border-top:1px solid #fff;
	background:#f3f3f3;
	height:46px;
	padding:5px 0;
	cursor:pointer;
}
#canvasEditor .blockSelectActiv, 
#canvasEditor .blockSelect:hover {
	border:1px solid #64b2f2;
	background:#fff;
}
#canvasEditor .blockSelectFirst {
	border-top:1px solid #dcdcdc;
}
#canvasEditor .blockSelect .visual {
	float:left;
	width:60px;
	padding:0 10px;
}
#canvasEditor .blockSelect .txt {
	float:left;
	width:90px;
}
#canvasEditor .blockSelect .cell {
	height:46px;
}
#canvasEditor .blockSelect .txt span {
	display:block;
	font-size:11px;
	font-weight:bold;
}

#canvasEditor .pageTitle {
	font-size:11px;
	margin:0 0 3px;
	color:#666;
}
#canvasEditor .pageName {
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0086f3;
}
#canvasEditor .pageName .btn {
	display:block;
	float:right;
	height:18px;
	width:18px;
	background:url(bgd_editormenuitem.png) no-repeat 0 -42px;
}
#canvasEditor .pageName .btnDel { background-position:0 -63px; }
#canvasEditor .pageName .btn span { display:none; }

#canvasEditor .blockMenuItem {
	margin:0;
}
#canvasEditor .blockMenuItem .menuItem, 
#canvasEditor .blockMenuItem .menuItem .right, 
#canvasEditor .blockMenuItem .menuItem .btnMenuItem, 
#canvasEditor .blockMenuItem .menuItem .btnMenuItem .icon, 
#canvasEditor .blockMenuItem .menuItem .itemText {
	display:block;
	height:21px;
	background-image:url(bgd_editormenuitem.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

* html #canvasEditor .blockMenuItem .menuItem, 
* html #canvasEditor .blockMenuItem .menuItem .right, 
* html #canvasEditor .blockMenuItem .menuItem .btnMenuItem, 
* html #canvasEditor .blockMenuItem .menuItem .btnMenuItem .icon, 
* html #canvasEditor .blockMenuItem .menuItem .itemText {
	background-image:url(bgd_editormenuitem.gif);
}

#canvasEditor .blockMenuItem .menuItem {
	list-style:none !important;
	background-position:0 -126px;
	display:block;
	min-height:21px;
	height:auto !important;
	height:21px;
	margin:0 0 4px;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:visible;
}
* html #canvasEditor .blockMenuItem .menuItem { margin-bottom:0; }

#canvasEditor .blockMenuItem .menuItem .right {
	background-position:right -84px;
}
#canvasEditor .blockMenuItem .menuItem .btnMenuItem {
	float:left;
	width:18px;
	background-image:none;
	cursor:pointer;
}
#canvasEditor .blockMenuItem .menuItem .btnMenuItem:hover {
	background-image:url(bgd_editormenuitem.png);
	background-position:0 0;
}
#canvasEditor .blockMenuItem .menuItem .btnDel, 
#canvasEditor .blockMenuItem .menuItem .btnEdit {
	float:right;
}
#canvasEditor .blockMenuItem .menuItem .btnDel {
	margin-right:2px;
}
#canvasEditor .blockMenuItem .menuItem .btnMove, 
#canvasEditor .blockMenuItem .menuItem .btnMove:hover {
	background-image:none;
	cursor:move;
}
#canvasEditor .blockMenuItem .menuItem .btnMove .icon { background-position:0 -21px; }
#canvasEditor .blockMenuItem .menuItem .btnDel .icon { background-position:0 -63px; }
#canvasEditor .blockMenuItem .menuItem .btnEdit .icon { background-position:0 -42px; }
#canvasEditor .blockMenuItem .menuItem .btnDel:hover .icon { background-position:-18px -63px; }
#canvasEditor .blockMenuItem .menuItem .btnEdit:hover .icon { background-position:-18px -42px; }

#canvasEditor .blockMenuItem .menuItem .btnMenuItem .text {
	display:none;
}
#canvasEditor .blockMenuItem .menuItem .itemText {
	background:none;
	background-image:none;
	float:left;
	width:auto;
	max-width:113px;
	overflow:hidden;
	line-height:20px;
	color:#333;
}

#canvasEditor .blockMenuItem .menuItemUnder {
	margin:3px 0 0 3px;
}
#canvasEditor .blockMenuItem .menuItemUnder .menuItem {
	background-position:0 -105px;
	padding-left:13px;
}
#canvasEditor .blockMenuItem .menuItemUnder .itemText {
	color:#555;
}

.editorToolTip {
	position:absolute;
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	z-index:3;
}
.editorToolTip, 
.editorToolTip .right, 
.editorToolTip .content {
	height:21px;
	background-image:url(bgd_tooltipeditor.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 4px;
}
.editorToolTip .right {
	background-position:right -21px;
	padding:0 4px 0 0;
}
.editorToolTip .content {
	background-position:center -42px;
	padding:0 1px;
	line-height:16px;
}

/* Sélecteur d'icones */
#canvasEditor .MenuIconChoice {
	position:relative;
}

.menuIconList {
	display:none;
	width:245px;
	position:absolute;
	background:url(bgd_menuiconlist-top.png) no-repeat center top;
	padding:7px 0 0 0;
	z-index:1000;
}
.menuIconList div.globalContainer {
	background:url(bgd_menuiconlist-bottom.png) no-repeat center bottom;
	padding:6px 11px 10px;
}
.menuIconList .title {
	text-transform:uppercase;
	font-size:10px;
	color:#444;
	background:#f6f6f6;
	padding:0 0 0 4px;
	height:20px;
	line-height:18px;
	margin:0 0 3px;
	width:200px;
}
.menuIconList .title .item {
	margin:0;
}
.menuIconList .btnValid {
	float:right;
	display:block;
	background:url(bgd_menuiconlist-valid.gif) no-repeat;
	width:16px;
	height:16px;
	margin:2px 0 0;
}
.menuIconList .btnValid span {
	display:none;
}
.menuIconList .title .noIcon {
	float:right;
}
.menuIconList .categoryItem {
	padding:0 0 3px;
}
.menuIconList .categoryItem .setName {
	font-style:italic;
	font-size:11px;
	color:#666;
	padding:0 0 3px;
}
.menuIconList .item {
	float:left;
	border:1px solid #ccc;
	padding:1px;
	width:16px;
	height:16px;
	cursor:pointer;
	margin:0 2px 2px 0;
}
.menuIconList .categoryItem .last {
	margin-right:0;
}
.menuIconList .categoryItem .item:hover, 
.menuIconList .categoryItem .activ {
	border:1px solid #0086f3;
}

/* style added to bloc on style editor mode to indicate which bloc user is currently customing */
.styleActiv
{
	cursor: pointer;
}

/*----------------------------------------------+
+ Editor assistant		                        +
+----------------------------------------------*/

#editorAssistant {
	position:fixed;
	right:0;
	bottom:60px;
	width:430px;
}
#editorAssistant .blockHelpBox, 
#editorAssistant .blockHelpBox .bottom, 
#editorAssistant .blockHelpBox .content {
	background:url(bgd_editorassistant.png) no-repeat;
	padding:8px 0 0;
}
#editorAssistant .blockHelpBox {
	width:430px;
	position:relative;
}
#editorAssistant .blockHelpBox .bottom {
	background-position:-430px bottom;
	padding:0 0 8px;
}
#editorAssistant .blockHelpBox .content {
	background-position:-860px 0;
	background-repeat:repeat-y;
	padding:0;
}
#editorAssistant .blockHelpBox .btnClose {
	position:absolute;
	display:block;
	background:url(bgd_editorassistant-close.gif) no-repeat;
	right:6px;
	top:7px;
	width:16px;
	height:16px;
}
#editorAssistant .blockHelpBox .btnClose span {
	display:none;
}
#editorAssistant .blockHelpBox .blockAssistantTitle {
	float:right;
	width:99px;
	padding:20px 0 0;
	font-size:11px;
	color:#555;
	text-transform:uppercase;
}
#editorAssistant .blockHelpBox .blockAssistantTitle span {
	display:block;
	height:13px;
	line-height:13px;
	padding:0 0 0 32px;
	background:url(bgd_editorassistant-title-2.gif) no-repeat 14px center;
}
#editorAssistant .blockHelpBox .blockVisualAssistant {
	position:absolute;
	background:url(bgd_editorassistant-visual.gif) no-repeat right bottom;
	width:99px;
	height:96px;
	right:0;
	bottom:4px;
}
#editorAssistant .blockHelpBox .blockVisualAssistant span {
	display:none;
}
#editorAssistant .blockHelpBox .blockAssistantContent {
	float:left;
	width:310px;
	min-height:123px;
	height:auto !important;
	height:123px;
	padding:4px 0 4px 14px;
	overflow:hidden;
}
#editorAssistant .blockHelpBox .blockAssistantContent h2 {
	margin:0 0 8px;
	font-size:12px;
	color:#555;
	text-transform:uppercase;
}
#editorAssistant .blockHelpBox .blockAssistantContent h2 span {
	display:block;
	background:url(bgd_editorassistant-title.gif) no-repeat;
	padding:0 0 0 23px;
	height:19px;
	line-height:19px;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantContent p {
	text-align:justify;
	padding:0 0 6px;
	margin:0;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantContent .readMore .btnReadMore {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantContent .readMore .btnReadMore span {
	background:url(bgd_editorassistant-readmore.gif) no-repeat left center;
	padding:0 0 0 8px;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantMenu {
	padding:6px 0 0;
	margin:6px 0 0;
	border-top:1px solid #ddd;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantMenu .link {
	float:left;
	display:block;
	color:#666;
	font-size:11px;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantMenu .link span {
	background:url(bgd_editorassistant-linknext.gif) no-repeat right center;
	padding:0 8px 0 0;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantMenu .linkNext {
	float:right;
}
#editorAssistant .blockHelpBox .blockAssistantContent .assistantMenu .linkPrevious span {
	background:url(bgd_editorassistant-linkprevious.gif) no-repeat left center;
	padding:0 0 0 8px;
}

/*----------------------------------------------+
+ Popup class generique                         +
+----------------------------------------------*/

.popupSelection {
	padding:0;
}
.popupSelection .popupColumn-1 {
	float:left;
	width:480px;
	margin:0 16px 12px 0;
}
.popupSelection .popupColumn-2 { 
	float:left;
	width:140px;
	margin:0 0 12px 0;
}
.popupSelection .popupEdito { 
	margin:0 0 12px;
	font-size:12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.popupSelection .popupInfo { 
	padding-left:22px;
	background-image:url("popup_info_bgd.gif");
	background-repeat:no-repeat;
	min-height:16px;
	height:auto !important;
	height:16px;
}
.popupSelection .popupInfoAsterisk { 
	font-style:italic;
	font-size:11px;
	float:left;
	width:500px;
	color:#666;
	text-align:left;
}
.popupSelection .columnTitle { 
	font-size:11px;
	color:#666;
	padding:0 0 10px;
	font-weight:bold;
}
.popupSelection .columnTitle .arrow {
	padding:0 0 0 12px;
	background:url(popup_columntitle_bgd.gif) no-repeat left center;
}

.popupSelection .blockList .listMenu {
	font-size:12px;
	margin:0;
}
.popupSelection .blockList .listMenu li {
	list-style:none;
	display:block;
	padding:0 0 3px;
}
.popupSelection .blockList .listMenu li a {
	display:block;
	height:19px;
}
.popupSelection .blockList .listMenu li a span {
	display:block;
	height:19px;
	background-image:url(popup_blockjobselect_listmenu_bgd.gif);
	background-repeat:no-repeat;
	background-position:8px 0;
	padding:0 0 0 16px;
	line-height:21px;
}
.popupSelection .blockList .listMenu li a span span {
	padding:0;
	background-position:-4px 0;
}
.popupSelection .blockList .listMenu li a.first span span span span:first-letter {
	font-weight:bold;
	color:#0086f3;
	text-transform:uppercase;
}
.popupSelection .blockList .listMenu li a:hover span, 
.popupSelection .blockList .listMenu li a.activ span 
{ background-position:0 -38px; padding:0 0 0 4px; }
.popupSelection .blockList .listMenu li a:hover span span,  
.popupSelection .blockList .listMenu li a.activ span span 
{ background-position:0 -57px; padding:0 0 0 4px; background-repeat:repeat-x; }
.popupSelection .blockList .listMenu li a:hover span span span,  
.popupSelection .blockList .listMenu li a.activ span span span 
{ background-position:0 -19px; padding:0 0 0 8px; background-repeat:no-repeat; }
.popupSelection .blockList .listMenu li a:hover span span span span,  
.popupSelection .blockList .listMenu li a.activ span span span span 
{ background-position:right -76px; padding:0 4px 0 0; background-repeat:no-repeat; }

.popupSelection .themeColorMenu .colorPalette, 
.popupSelection .themeColorMenu .colorPalette .right, 
.popupSelection .themeColorMenu .colorPalette .content {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height:22px;
	background-image:url(popup_blockselecttheme_colorpalette.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.popupSelection .themeColorMenu .colorPalette {
	padding:0 0 0 14px;
	margin:0 0 3px;
	width:97px;
	cursor:pointer;
}
.popupSelection .themeColorMenu .colorPalette .right {
	background-position:right -88px;
	padding:0 1px 0 0;
}
.popupSelection .themeColorMenu .colorPalette .content {
	background-position:0 -44px;
	background-repeat:repeat-x;
	padding:0 0 0 1px;
}
.popupSelection .themeColorMenu .colorPalette:hover, 
.popupSelection .themeColorMenu .activ {
	background-position:0 -22px;
}
.popupSelection .themeColorMenu .colorPalette:hover .right, 
.popupSelection .themeColorMenu .activ .right {
	background-position:right -110px;
}
.popupSelection .themeColorMenu .colorPalette:hover .content, 
.popupSelection .themeColorMenu .activ .content {
	background-position:0 -66px;
}
.popupSelection .themeColorMenu .colorPalette .color {
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin:2px 1px 0 0;
}
.popupSelection .themeColorMenu .colorPalette .color span {
	display:none;
}

/*----------------------------------------------+
+ Edition des textes/pages                      +
+----------------------------------------------*/

#canvasEditor #selectPage {
	width: 175px;
	overflow:hidden;
}
#canvasEditor .pageOrder {
	padding:6px 0 0;
	text-align:right;
}

/*----------------------------------------------+
+ Themes et couleurs                            +
+----------------------------------------------*/

#canvasEditor #colEditor .btnThemeChoice span span span span span {
	width:87px;
}
#canvasEditor .blockDominantColors {
	padding-left:12px;
	padding-bottom:12px;
}
#canvasEditor .blockDominantColors .selectEditor {
	margin-left:-3px;
}

/* popup choix du theme */
.popupThemeChoice {
	padding:10px;
}
.popupThemeChoice .blockThemeColorMenu .themeColorMenu {
	height:264px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.popupThemeChoice .blockThemePreview .themePreview {
	height:264px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.popupThemeChoice .blockThemePreview .blockTheme {
	float:left;
	width:135px;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	padding:5px;
	background:url(ajax-loader.gif) no-repeat center 40px #fff;
	height:90px;
}

.popupThemeChoice .blockThemePreview .last {
	margin-right:0;
}
.popupThemeChoice .blockThemePreview .blockTheme:hover {
	border:1px solid #0086f3;
}
.popupThemeChoice .blockThemePreview .blockThemeActiv, 
.popupThemeChoice .blockThemePreview .activ {
	border:1px solid #0086f3;
}
.popupThemeChoice .blockThemePreview .blockTheme img {
	display:block;
}

/* popup choix des textures */
.popupTextureChoice {
	/*padding:10px;*/
	padding:0;
}
.popupTextureChoice .blockTexturePreview .texturePreview {
	height:340px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.popupTextureChoice .blockTexturePreview .blockTexture {
	float:left;
	width:132px;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	padding:5px;
}
.popupThemeChoice .blockTexturePreview .last {
	margin-right:0;
}
.popupTextureChoice .blockTexturePreview .blockTexture:hover {
	border:1px solid #0086f3;
	background:#f9f9f9;
}
.popupTextureChoice .blockTexturePreview .blockTextureActiv, 
.popupTextureChoice .blockTexturePreview .blockTexture:active {
	border:1px solid #0086f3;
}
.popupTextureChoice .blockTexturePreview .blockTexture .backgroundTexture {
	display:block;
	width:132px;
	height:80px;
}
.popupTextureChoice .blockTexturePreview .blockTexture img {
	display:block;
}

/* popup choix des bords (arrondis, biseau...) */
.popupEdgeChoice {
	padding:10px;
}
.popupEdgeChoice .blockEdgePreview {
	width:auto;
	float:none;
	margin:0;
}
.popupEdgeChoice .blockEdgePreview .edgePreview {
	height:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
.popupEdgeChoice .blockEdgePreview .blockEdge {
	float:left;
	width:132px;
	margin:0 26px 20px 0;
	border:1px solid #ccc;
	padding:0;
	background:#f3f3f3;
}
.popupEdgeChoice .blockEdgePreview .last {
	margin-right:0;
}
.popupEdgeChoice .blockEdgePreview .blockEdge:hover {
	border:1px solid #0086f3;
}
.popupEdgeChoice .blockEdgePreview .blockEdgeActiv, 
.popupEdgeChoice .blockEdgePreview .blockEdge:active {
	border:1px solid #0086f3;
}
.popupEdgeChoice .blockEdgePreview .blockEdge .preview {
	display:block;
	width:132px;
	height:50px;
	background-repeat:no-repeat;
	background-position:right bottom;
}
.popupEdgeChoice .blockEdgePreview .blockEdge img {
	display:block;
}

/*----------------------------------------------+
+ Formulaire (edition des textes/pages          +
+----------------------------------------------*/

#canvasEditor .labelInput {
	font-size:11px;
	color:#555;
	padding:0 0 2px;
}
#canvasEditor .labelInput .nbCarac {
	float:right;
	font-size:9px;
}
#canvasEditor .labelInput .infoMore {
	font-size:10px;
}
#canvasEditor .blockInput {
	margin:0 0 7px;
}
#canvasEditor .typeSelect {
	text-align:right;
}
#canvasEditor input.inputText, 
#canvasEditor textarea.textArea {
	border:1px solid #85c8ff;
	background:#fff;
	padding:3px;
	font-size:12px;
	width:96%;
}
#canvasEditor textarea.textArea {
	min-height:65px;
	height:auto !important;
	height:65px;
}
#canvasEditor input.inputText:hover, 
#canvasEditor input.inputText:focus, 
#canvasEditor textarea.textArea:hover, 
#canvasEditor textarea.textArea:focus {
	border-color:#0086f3;
}
#canvasEditor .editorValid {
	text-align:right;
	padding:6px;
}

/*----------------------------------------------+
+ Boutons arrondis (a et button)                +
+----------------------------------------------*/

/* Bouton rond 1 (petit) */
#canvasEditor .btnRound-1 {
	display:-moz-inline-box; 
	display:inline-block;
	margin:0; 
	padding:0; 
	white-space:nowrap; 
	text-align:center; 
	vertical-align:middle; 
	cursor:pointer; 
	border:0; 
	background:none; 
	font-size:10px;
	text-transform:uppercase;
	color:#444;
} 
#canvasEditor .btnRound-1 span {
	float:left;
	position:relative;
	padding:0 0 0 7px; 
	vertical-align:middle; 
	background:url(bgd_btnround-1_left.gif) no-repeat; 
} 
#canvasEditor .btnRound-1 span span {
	padding:0 7px 0 0; 
	background:url(bgd_btnround-1_right.gif) no-repeat right top;
} 
#canvasEditor .btnRound-1 span span span {
	height:20px;
	padding:0;
	background:url(bgd_btnround-1.gif) repeat-x; 
}
#canvasEditor .btnRound-1 span span span span {
	height:20px; 
	padding:0 2px 0 8px; 
	line-height:18px; 
	background:url(bgd_btnround-1_arrow.gif) no-repeat; 
} 
#canvasEditor .btnAdd span span span span {
	background:url(bgd_btnround-1_add.gif) no-repeat; 
} 
#canvasEditor .btnRound-1:hover span { background-position:0 -20px; } 
#canvasEditor .btnRound-1:hover span span { background-position:right -20px; } 
#canvasEditor .btnRound-1:hover span span span { background-position:0 -20px; } 
#canvasEditor .btnRound-1:hover span span span span { background-position:0 -20px; } 


#canvasEditor .btnDeleteForm
{
color:#AF3636;
}

/* Bouton rond 2 (grand) */
#canvasEditor .btnRound-2 {
	display:-moz-inline-box; 
	display:inline-block;
	margin:0; 
	padding:0; 
	white-space:nowrap; 
	text-align:center; 
	vertical-align:middle; 
	cursor:pointer; 
	border:0; 
	background:none; 
	font-size:12px;
	text-transform:uppercase;
	color:#444;
} 
#canvasEditor .btnRound-2 span {
	float:left;
	position:relative;
	padding:0 0 0 7px; 
	vertical-align:middle; 
	background:url(bgd_btnround-2_left.gif) no-repeat; 
} 
#canvasEditor .btnRound-2 span span {
	padding:0 7px 0 0; 
	background:url(bgd_btnround-2_right.gif) no-repeat right top;
} 
#canvasEditor .btnRound-2 span span span {
	height:28px;
	padding:0;
	background:url(bgd_btnround-2.gif) repeat-x; 
} 
#canvasEditor .btnRound-2 span span span span {
	height:28px; 
	padding:0 4px 0 12px;
	line-height:30px; 
	background:url(bgd_btnround-2_arrow.gif) no-repeat; 
} 
#canvasEditor .btnRound-2:hover span { background-position:0 -28px; } 
#canvasEditor .btnRound-2:hover span span { background-position:right -28px; } 
#canvasEditor .btnRound-2:hover span span span { background-position:0 -28px; } 
#canvasEditor .btnRound-2:hover span span span span { background-position:0 -28px; } 

/* Bouton désactivé */
#canvasEditor .btnDisabled { color:#999; } 

/* Animation de chargement */
#canvasEditor .btnRound-1 span.loading, 
#canvasEditor .btnRound-2 span.loading 
{ display:none; } 
#canvasEditor .btnLoading span.loading, 
#canvasEditor .btnLoading:hover span.loading {
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	background:url(ajax-loader.gif) no-repeat;
	left:-28px;
	top:2px;
	z-index:250;
}

/* btnBig */
#canvasEditor .btnRoundBig {
	display:-moz-inline-box; 
	display:inline-block;
	margin:0; 
	padding:0; 
	white-space:nowrap; 
	vertical-align:middle; 
	cursor:pointer; 
	border:0; 
	background:none; 
	font-size:12px;
	text-transform:uppercase;
	color:#0086f3;
}
#canvasEditor .btnRoundBig span {
	float:left;
	position:relative;
	padding:0 0 0 13px; 
	vertical-align:middle; 
	background-image:url(bgd_btnround-big.gif); 
	background-repeat:no-repeat; 
	height:54px;
}
#canvasEditor .btnRoundBig span span {
	padding:0 7px 0 0; 
	background-position:right -108px; 
}
#canvasEditor .btnRoundBig span span span {
	padding:0; 
	background-position:0 -54px; 
	background-repeat:repeat-x; 
}
#canvasEditor .btnRoundBig span span span span {
	padding:0 0 0 40px; 
	background-position:0 -216px; 
	background-repeat:no-repeat; 
}
#canvasEditor .btnRoundBig span span span span span {
	padding:0 28px 0 0; 
	background-position:right -162px; 
	background-repeat:no-repeat; 
	display:table-cell;
	vertical-align:middle;
	float:none;
	line-height:15px;
}
#canvasEditor .btnRoundBig:hover {
	color:#555;
}

/* IE */
* html button { width:1%; overflow:visible; } 
*:first-child+html button { overflow:visible; }



/*----------------------------------------------+
+ ASSISTANT                                     +
+----------------------------------------------*/

#canvasEditor #editorAssistant {
	position:fixed;
	right:0;
	bottom:65px;
	width:348px;
	height:144px;
	padding:0;
	margin:0;
	color:#333;
	z-index:801;
}

/*----------------------------------------------+
+ MENU PUBLISH                                  +
+----------------------------------------------*/

#menuEditorPublish {
	position:fixed;
	right:0;
	bottom:5px;
	background:url(bgd_blockeditormenupublish_right.png) no-repeat right top;
	height:51px;
	padding:0 12px 0 0;
	margin:0;
	color:#fff;
	z-index:800;
}
#menuEditorPublish .menuEditorPublishcontent {
	background:url(bgd_blockeditormenupublish_content.png) no-repeat;
	height:51px;
	padding:0 0 0 12px;
	margin:0;
}
* html #canvasEditor #menuEditorPublish {
	width:270px;
	position:absolute;
	bottom:auto;
	top:56px;
}
*+html #menuEditorPublish {
	/*width:270px;
	position:absolute;
	bottom:auto;
	top:56px;*/
}
#menuEditorPublish .blockMenu .btnRestore {
	margin-right:3px;
}

#menuEditorPublish .blockMenu, 
#menuEditorPublish .blockMenuActiv, 
#menuEditorPublish .blockMenu:hover {
	background:none;
}

/*----------------------------------------------+
+ MENU EDITEUR HOVER                            +
+----------------------------------------------*/

.editionHover {
	position:relative;
	padding:10px;
	margin:10px 0;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.menuEditorHover {
	position:absolute;
	/*left:10px;
	top:-21px;*/
	right:6px;
	top:6px;
	z-index:1000;
}
* html .menuEditorHover {
	float:right;
	width:122px;
}
.menuEditorHover .left {
	background:url(bgd_menueditorhover_container.png) no-repeat;
	padding:0 0 0 6px;
}
.menuEditorHover .container {
	background:url(bgd_menueditorhover_container.png) no-repeat right -31px;
	height:31px;
	padding:0 6px 0 0;
}
.menuEditorHover .btnMenu {
	display:block;
	float:left;
	width:25px;
	height:31px;
	background:url(bgd_menueditorhover_container.png) no-repeat right -62px;
	padding:0;
	margin:0 3px 0 0;
	cursor:pointer;
}
.menuEditorHover .last { margin-right:0; }
.menuEditorHover .unActiv, 
.menuEditorHover .btnMenu:hover {
	background:url(bgd_menueditorhover_container.png) no-repeat left -62px;
}

* html .menuEditorHover .btnMenu, 
* html .menuEditorHover .unActiv, 
* html .menuEditorHover .btnMenu:hover {
	background-image:url(bgd_menueditorhover_container.gif);
}

.menuEditorHover .btnMenu .text { display:none; }

.menuEditorHover .btnMenu .icon, .addBlocButton .ico{
	display:block;
	float:left;
	width:25px;
	height:31px;
	background-image:url(bgd_menueditorhover_icons.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.menuEditorHover .btnEdit .icon { background-position:-25px 0; }
.menuEditorHover .btnDel .icon { background-position:-50px 0; }
.menuEditorHover .btnMove .icon { background-position:-75px 0; }
.menuEditorHover .btnCancel .icon { background-position:-100px 0; }

.menuEditorHover .btnMenu:hover .icon { background-position:0 -31px; }
.menuEditorHover .btnEdit:hover .icon { background-position:-25px -31px; }
.menuEditorHover .btnDel:hover .icon { background-position:-50px -31px; }
.menuEditorHover .btnMove:hover .icon { background-position:-75px -31px; }
.menuEditorHover .btnCancel:hover .icon { background-position:-100px -31px; }

.menuEditorHover .btnMove:hover { cursor:move; }

/* Menu des contenus prédéfinis */
.blocButtonBar {
	/*float:right;
	top:auto;
	right:auto;*/
	width:36px;
	position:absolute !important;
	top:7px;
	left:7px;
}
.blocButtonBar .btnMenu {
	margin:0;
}

/*----------------------------------------------+
+ POPUP MESSAGE                                 +
+----------------------------------------------*/

.popupMessageEditor {
	text-align:center;
	position:fixed;
	top:0;
	left:40%;
	/*right:50%;*/
	z-index:1000;
}
.popupMessageEditor .messageContent {
	background:url(bgd_popupmessage.png) no-repeat center bottom;
	width:441px;
	margin:0 auto;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
}

/*----------------------------------------------+
+ POPUP START (Sélection métier, thème, couleur)+
+----------------------------------------------*/

.popupStart {
	background:#fff url(popup_global_bgd.gif) no-repeat left 35px;
	min-height:200px;
	height:auto !important;
	height:200px;
	font-family:"Trebuchet MS", arial,verdana,helvetica,sans-serif;
	margin:0;
	padding:0 0 14px;
}

.popupStart .blockEdito {
	height:70px;
	border-bottom:1px solid #d0d0d0;
	margin:0 0 14px;
}
.popupStart .blockEdito .blockHotline {
	float:right;
	background:url(popup_hotline_bgd.gif) no-repeat;
	width:214px;
	height:62px;
	position:relative;
	color:#fff;
	margin:0 8px 0 0;
}
.popupStart .blockEdito .blockHotline .phoneNumber {
	position:absolute;
	font-size:19px;
	letter-spacing:-0.03em;
	top:23px;
	right:18px;
}
.popupStart .blockEdito .blockHotline .phoneTax {
	position:absolute;
	font-size:9px;
	top:41px;
	right:19px;
}
.popupStart .blockEdito .blockLogo {
	padding:0 0 0 12px;
}
.popupStart .blockEdito .blockLogo .logo {
	display:block;
	margin:20px 8px 0 0;
}
.popupStart .blockEdito .blockLogo .slogan {
	display:block;
	font-size:14px;
}

.popupStart .blockColumn .blockTitle {
	margin:0 0 16px;
}
.popupStart .blockColumn .blockTitle .bigTitle {
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(popupstart_title-part-1_bgd.gif) no-repeat;
	color:#555;
	letter-spacing:0;
	word-spacing:0;
	min-height:32px;
	height:auto!important;
	height:32px;
	line-height:36px;
	padding:0 0 0 40px;
}
.popupStart .blockColumn .blockTitle .underTitle {
	font-size:12px;
	font-style:italic;
	padding:0 0 0 40px;
	color:#777;
	margin:0;
}
.popupStart .blockColumn .blockMiniTitle {
	margin:0 0 7px;
}
.popupStart .blockColumn .blockMiniTitle .bigTitle {
	font-size:13px;
	background:url(popupstart_title-previousstep_bgd.gif) no-repeat;
	min-height:21px;
	height:auto!important;
	height:21px;
	line-height:21px;
	padding:0 0 0 28px;
}

.popupStart .blockJobSelect {
	float:left;
	margin:0;
	padding:6px 0 0 12px;
	width:420px;
}
.popupStart .blockJobSelect .listMenu {
	float:left;
	width:193px;
	margin:0 12px 0 0;
}
.popupStart .blockJobSelect .listMenu-2 {
	margin-right:0;
}
.popupStart .blockJobSelect .listMenu li a.last {
	margin:0 0 2px;
}

/*.popupStart .blockThemeSelect {
	float:left;
	width:420px;
	padding:6px 0 0 12px;
	border-left:1px solid #d0d0d0;
}
.popupStart .blockThemeSelect .blockTitle .bigTitle {
	background-image:url(popupstart_title-part-2_bgd.gif);
}
.popupStart .blockThemeSelect .blockThemes {
	margin:0 0 16px;
	padding:5px 0 0;
}
.popupStart .blockThemeSelect .themeOverview {
	float:left;
	text-align:center;
	width:272px;
	height:188px;
	position:relative;
	background:url(popup_blockselecttheme_pictureshadow_bgd.gif) no-repeat center bottom;
}
.popupStart .blockThemeSelect .themeOverview .picture img {
	display:block;
	margin:0 auto;
}
.popupStart .blockThemeSelect .themeOverview .pictoHover {
	position:absolute;
	right:30px;
	bottom:14px;
	background:url(popup_blockselecttheme_personnalize_hover_bgd.png) no-repeat;
	width:100px;
	height:100px;
	z-index:200;
}
* html .popupStart .blockThemeSelect .themeOverview .pictoHover {
	background:url(popup_blockselecttheme_personnalize_hover_bgd.gif) no-repeat;
}
.popupStart .blockThemeSelect .themeOverview .pictoHover span {
	display:none;
}

.popupStart .blockThemeSelect .themeColorMenu {
	float:left;
	text-align:center;
	width:135px;
	height:171px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.popupStart .themeColorMenu .colorPalette {
	width:97px;
}*/

.popupStart .blockThemeSelect .blockTitle .bigTitle {
	background-image:url(popupstart_title-part-2_bgd.gif);
}

.popupStart .blockValid, 
.popupStart .blockValid .right, 
.popupStart .blockValid .content {
	background:url(popup_blockselecttheme_valid_bgd.gif) no-repeat;
}
.popupStart .blockValid {
	color:#555;
	padding:0 0 0 5px;
	margin:8px 0 0;
}
.popupStart .blockValid .right {
	background-position:right -118px;
	padding:0 5px 0 0;
}
.popupStart .blockValid .content {
	background-position:0 -59px;
	background-repeat:repeat-x;
	height:59px;
}
.popupStart .blockValid .info {
	display:block;
	float:left;
	font-size:13px;
	overflow:hidden;
	line-height:16px;
	padding:10px 0 0 5px;
}
.popupStart .blockThemeSelect .blockValid .info {
	width:400px;
	background:url("popup_info_bgd.gif") no-repeat scroll 0 6px transparent;
	padding:5px 0 0 21px;
}
.popupStart .blockValid .btnContinue {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	float:right;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	height:59px;
}
.popupStart .blockValid .btnContinue span {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height:59px;
	background-image:url(popup_blockselecttheme_btncontinue_bgd.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 5px;
}
.popupStart .blockValid .btnContinue span span {
	background-position:right -177px;
	padding:0 5px 0 0;
}
.popupStart .blockValid .btnContinue span span span {
	background-position:0 -59px;
	background-repeat:repeat-x;
	padding:0 15px 0 12px;
}
.popupStart .blockValid .btnContinue span span span span {
	background-position:0 -118px;
	background-repeat:no-repeat;
	padding:0 0 0 27px;
	line-height:56px;
}

/* Etape 2, domaine */

.popupStart .blockPreviousStep {
	float:left;
	width:172px;
	padding:10px 16px 16px;
	border:1px solid #9acfea;
	background:url(popup_blockpreviousstep_bgd.png) repeat 0 0;
	margin:0 27px 0 12px;
	overflow:hidden;
}
* html .popupStart .blockPreviousStep {
	background:#f2f2f2;
}
.popupStart .blockPreviousStep .recapTitle {
	margin:0 0 5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.popupStart .blockPreviousStep .blockInfo {
	padding:0 0 3px;
	margin:0 0 7px;
	border-bottom:1px dotted #ddd;
	color:#333;
	font-weight:bold;
}
.popupStart .blockPreviousStep .blockInfo .miniLabel {
	font-size:11px;
	color:#666;
}
.popupStart .blockPreviousStep .blockInfo .themeOverview img {
	display:block;
	margin:0 auto 5px;
}
.popupStart .blockPreviousStep .blockInfo .themeColorMenu {
	text-align:center;
}
.popupStart .blockPreviousStep .blockInfo .themeColorMenu .colorPalette {
	width:auto;
}
.popupStart .blockPreviousStep .blockInfo .themeColorMenu .colorPalette .color {
	width:30px;
}
.popupStart .blockPreviousStep .blockBack {
	text-align:center;
}
.popupStart .blockPreviousStep .blockBack .btnBack {
	background:url(popup_blockpreviousstep_btnback_arrow.gif) no-repeat left center;
	padding:0 0 0 8px;
	color:#0086f3;
	text-transform:uppercase;
}
/*.popupStart .blockPreviousStep .blockBack .btnBack {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#fff;
	height:28px;
	line-height:27px;
	text-transform:uppercase;
}
.popupStart .blockPreviousStep .blockBack .btnBack span {
	display:block;
	height:28px;
	background-image:url(popup_blockpreviousstep_btnback.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 5px;
}
.popupStart .blockPreviousStep .blockBack .btnBack span span {
	background-position:right -84px;
	padding:0 5px 0 0;
}
.popupStart .blockPreviousStep .blockBack .btnBack span span span {
	background-position:0 -28px;
	background-repeat:repeat-x;
	padding:0 10px;
}
.popupStart .blockPreviousStep .blockBack .btnBack span span span span {
	background-position:0 -56px;
	background-repeat:no-repeat;
	padding:0 0 0 17px;
}*/

.popupStart .blockDomainSelect {
	padding:0 10px;
}
.popupStart .blockDomainSelect .blockTitle .bigTitle {
	background-image:url(popupstart_title-part-3_bgd.gif);
}
.popupStart .blockDomainSelect .domainSelect {
	background:#f2f2f2;
	border:1px dotted #ddd;
	padding:12px;
	margin:0 0 10px;
}
.popupStart .blockDomainSelect .domainSelect .label {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:13px;
	padding:0 9px 0 0;
	width:190px;
	text-align:right;
}
.popupStart .blockDomainSelect .domainSelect .labelListDomain {
	font-weight:bold;
}
.popupStart .blockDomainSelect .domainSelect .labelNewDomain {
	width:170px;
}
.popupStart .blockDomainSelect .domainSelect select.listDomain, 
.popupStart .blockDomainSelect .domainSelect select.listUnderDomain {
	color:#0086f3;
	padding:5px;
}
.popupStart .blockDomainSelect .domainSelect select.listDomain option, 
.popupStart .blockDomainSelect .domainSelect select.listUnderDomain option {
	padding:1px 9px 1px 2px;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption {
	display:none;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .option {
	margin:5px 0 0;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .info {
	margin:5px 0 0;
	font-style:italic;
	color:#666;
	text-align:center;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .domain {
	padding:0 0 0 4px;
	font-size:13px;
	font-style:italic;
	color:#666;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .protocol {
	padding:0 3px 0 0;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .newSld {
	width:70px;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .dot {
	text-align:center;
	padding:0 3px;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .newDomain {
	font-style:italic;
	color:#666;
	width:185px;
}
.popupStart .blockDomainSelect .domainSelect .domainSelectOption .newDomain:focus {
	font-style:normal;
	color:#333;
}
.popupStart .blockDomainSelect .domainSelect .btnCancel {
	background:url(popup_btncancel_bgd.gif) no-repeat left center;
	float:right;
	font-weight:normal;
	font-size:12px;
	color:#777;
	padding:0 0 0 15px;
}
.popupStart .blockDomainSelect .domainLinkOption {
	margin:0 0 16px;
	text-align:center;
	color:#0086f3;
	font-weight:bold;
}
.popupStart .blockDomainSelect .domainLinkOption .title {
	background:url(popup_blockdomainselect_options_bgd.gif) no-repeat left center;
	padding:0 0 0 8px;
}
.popupStart .blockDomainSelect .domainLinkOption a {
	font-weight:normal;
	font-size:12px;
	color:#0086f3;
	font-style:italic;
}
.popupStart .blockDomainSelect .domainLinkOption a.activ {
	color:#666;
	font-style:normal;
}

.popupStart .blockDomainSelect .blockValid .info {
	width:428px;
	background:url("popup_info_bgd.gif") no-repeat scroll 0 6px transparent;
	padding:5px 0 0 21px;
}
.popupStart .blockDomainSelect .blockValid .info .liveExample .label {
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:0 0 3px;
}
.popupStart .blockDomainSelect .blockValid .info .liveExample .url {
	font-size:16px;
	font-weight:bold;
}

/* Etape 3, infos client */

.popupStart .blockClientInfos {
	padding:0 10px;
	position:relative;
}
.popupStart .blockClientInfos .blockTitle .bigTitle {
	background-image:url(popupstart_title-part-4_bgd.gif);
}
.popupStart .blockClientInfos .clientInfos {
	margin:0 0 16px;
}
.popupStart .blockClientInfos .clientInfos .blockForm {
}
.popupStart .blockClientInfos .clientInfos .blockForm .columnForm-1 {
	margin:0 16px 0 0;
	float:left;
	width:295px;
}
.popupStart .blockClientInfos .clientInfos .blockForm .columnForm-2 {
	margin:0;
	float:left;
	width:295px;
}
.popupStart .blockClientInfos .clientInfos .blockForm .formItem {
	padding:0 0 5px;
	margin:0 0 5px;
	border-bottom:1px dotted #ddd;
}
.popupStart .blockClientInfos .clientInfos .blockForm .formInfoRequired {
	font-style:italic;
	color:#666;
}
.popupStart .blockClientInfos .clientInfos .blockForm .formItem label {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:140px;
	font-size:12px;
	float:left;
	font-weight:bold;
	padding:3px 0 0;
}
.popupStart .blockClientInfos .clientInfos .blockForm .formItem textArea {
	width:140px;
}
.popupStart .blockClientInfos .clientInfos .blockForm .formItem select {
	width:146px;
	max-width:146px;
	overflow:hidden;
	border:1px solid #85C8FF;
}

.tipInfo{
	position:absolute;
	top:306px;
	left:100px;
}
.tipInfo, 
.tipInfo .bottom, 
.tipInfo .content, 
.tipInfo .content .tip, 
.tipInfo .content .closeIt {
	width:237px;
	background-image:url(popup_blockclientinfos_tipinfo_bgd.png);
	background-repeat:no-repeat;
	background-position:-13px 0;
	padding:17px 0 0;
}
.tipInfo .bottom {
	background-position:-487px bottom;
	padding:0 0 8px;
}
.tipInfo .content {
	position:relative;
	background-repeat:repeat-y;
	background-position:-250px 0;
	padding:0 6px;
	width:225px;
}
.tipInfo .content .tip {
	display:block;
	background-position:-724px 0;
	padding:0 12px 0 18px;
	width:auto;
}
.tipInfo .content .closeIt {
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;
	width:13px;
	height:13px;
	top:-3px;
	right:3px;
}
.tipInfo .content .closeIt span {	
	display:none;
}

.popupStart .blockClientInfos .blockInfoPrefilledText {
	background:url(popup_blockclientinfos_textedit_bgd.gif) no-repeat 6px 6px #fff1cf;
	padding:5px 5px 5px 45px;
	margin:14px 0;
	border:1px solid #ffd161;
	font-size:12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.popupStart .blockClientInfos .blockInfoPrefilledText .activitySelect {
	margin:7px 0 0;
}
.popupStart .blockClientInfos .blockInfoPrefilledText .activitySelect .label {
	font-weight:bold;
	color:#666;
}
.popupStart .blockClientInfos .blockInfoPrefilledText .activitySelect select {
	margin:0 4px 0 0;
}
.popupStart .blockClientInfos .blockInfoPrefilledText .activitySelect .noPrefilledText {
	display:block;
	margin:6px 0 0;
	font-size:11px;
}

.popupStart .blockClientInfos .blockValid {
	width:127px;
	margin:10px auto;
	overflow:hidden;
}

/*----------------------------------------------+
+ POPUP EDITION                                 +
+----------------------------------------------*/

#canvasPopup .popupEditor {

	display:none;

	position:absolute;
	top:50px;
	left:45%;
	background: url(bgd_editorpopup-1.png) no-repeat;
	width:510px;
	height:368px;
}
#canvasPopup .popupEditor .popupEditorContent {
	padding:0 16px 16px 16px;
}

#canvasPopup .popupEditor .popupMove {
	height:16px;
	cursor:move;
}
#canvasPopup .popupEditor .popupMove span { display:none; }

#canvasPopup .popupEditor .popupClose {
	float:right;
	margin:0 0 0 6px;
}
#canvasPopup .popupEditor .popupClose .btnClose {
	display:block;
	width:9px;
	height:9px;
	background:url(bgd_editorpopup_btnclose.gif) no-repeat;
	cursor:pointer;
}
#canvasPopup .popupEditor .popupClose .btnClose span { display:none; }

#canvasPopup .popupEditor h2.popupTitle {
	font-size:16px;
	font-weight:bold;
	color:#1968b3;
	border:0;
	padding:0;
	margin:0 0 6px;
}
#canvasPopup .popupEditor .popupMessage {
	border:0;
	padding:0;
	margin:0 0 6px;
}

/*#canvasPopup .popupEditor .menuEditorAddContent .btnMenu, 
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .content {
	background:url(bgd_editorpopupaddcontent_btnmenu.gif) no-repeat;
}*/
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu {
	display:block;
	float:left;
	height:50px;
	padding:0;
	background:url(bgd_editorpopupaddcontent-button.gif) no-repeat 0 0;
	cursor:pointer;
	font-size:14px;
	color:#333;
	overflow:hidden;
	margin:0 6px 4px 0;
	width:155px;
}
#canvasPopup .popupEditor .menuEditorAddContent .last {
	margin-right:0;
}
*+html #canvasPopup .popupEditor .menuEditorAddContent .btnmenu {
	margin-bottom:2px;
	padding-top:6px;
	height:44px;
}

#canvasPopup .popupEditor .menuEditorAddContent .disabled {
	color:#bbb;
}

#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .content {
	/*display:block;*/
	position:relative;
	float:left;
	width:139px;
	height:50px;
	padding:0 8px 0 3px;
	/*background-position:right -100px;*/
}
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .icon {
	/*display:block;*/
	position:relative;
	float:left;
}
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .icon, 
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .text {
	height:50px;
}

#canvasPopup .popupEditor .menuEditorAddContent .btnMenu .icon {
	background-image:url(bgd_editorpopupaddcontent_icons.png);
	background-repeat:no-repeat;
	padding:0 0 0 40px;
}
#canvasPopup .popupEditor .menuEditorAddContent .btnAddText .icon { background-position:0 -50px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddImage .icon { background-position:0 -100px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddImageGallery .icon { background-position:0 -150px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddEdito .icon { background-position:0 -200px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddSeparator .icon { background-position:0 -250px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddTable .icon { background-position:0 -300px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddVideo .icon { background-position:0 -350px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddMenu .icon { background-position:0 -400px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddGoogleMap .icon { background-position:0 -450px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddRssFeed .icon { background-position:0 -500px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddContact .icon { background-position:0 -550px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddQuote .icon { background-position:0 -600px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddWidget .icon { background-position:0 -650px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddDateTime .icon { background-position:0 -700px; }
#canvasPopup .popupEditor .menuEditorAddContent .btnAddDownload .icon { background-position:0 -750px; }

#canvasPopup .popupEditor .menuEditorAddContent .activ, 
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu:hover { 
	background:url(bgd_editorpopupaddcontent-buttonhover.gif) no-repeat 0 0;
	color:#1968b3;
}

/*#canvasPopup .popupEditor .menuEditorAddContent .activ, 
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu:hover 
{ background-position:left -50px; color:#1968b3; }
#canvasPopup .popupEditor .menuEditorAddContent .activ .content, 
#canvasPopup .popupEditor .menuEditorAddContent .btnMenu:hover .content 
{ background-position:right 0; }

#canvasPopup .popupEditor .menuEditorAddContent .disabled:hover 
{ background-position:left -150px; color:#bbb; }
#canvasPopup .popupEditor .menuEditorAddContent .disabled:hover .content 
{ background-position:right -100px; }

*+html #canvasPopup .popupEditor .menuEditorAddContent .btnMenu:hover 
{ background-position:left -150px; }
*+html #canvasPopup .popupEditor .menuEditorAddContent .btnMenu:hover .content 
{ background-position:right -100px; }*/

/*----------------------------------------------+
+ SKIN POPUP jQuery                             +
+----------------------------------------------*/

/* Barre de titre */
.ui-dialog .ui-widget-header {
	background-image:url(bgd_popupjq_ui-widget-header.gif);
	border:1px solid #135c98;
	margin:0 0 8px;
	color:#fff;
}

/* Onglets de nav */
.ui-dialog #dialogClose {
	display:block;
	background:url(bgd_btn-dialogclose.gif) no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:7px;
	right:7px;
	z-index:9999;
}
.ui-dialog #dialogClose span {
	display:none;
}
.ui-dialog .ui-tabs {
	padding:0;
}
.ui-dialog .ui-tabs-nav {
	text-align:center;
}
.ui-dialog .ui-tabs-nav li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	float:none;
	margin-bottom:-4px;
	border:1px solid #135c98;
}
.ui-dialog .ui-tabs .ui-tabs-panel {
	padding:0;
}

/* Titres */
.ui-dialog h3 {
	font-size:14px;
	color:#0086f3;
	margin:8px 5px;
}

/* Tableaux */
.ui-dialog table {
	width:97%;
	margin:0 auto 8px;
}
.ui-dialog table td {
	padding:5px 0;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}
.ui-dialog table td.label {
	font-weight:bold;
	width:20%;
	text-transform:capitalize;
	padding-right:5px;
}

/* Formulaires */
#titlePreview
{
	position:absolute;
	top:100px;
	right:20px;
}
#titlePreview #column-2
{
	width:200px;
}

.ui-dialog input.text, 
.ui-dialog input.inputText, 
.ui-dialog textarea.textarea, 
.ui-dialog textarea.textArea {
	border:1px solid #85c8ff;
	background:#fff;
	padding:3px;
	font-size:12px;
}
.ui-dialog input.text {
	width:270px;
}
.ui-dialog input.radio {
	width:auto;
}
.ui-dialog textarea.textarea, 
.ui-dialog textarea.textArea {
	min-height:65px;
	height:auto !important;
	height:65px;
}
.ui-dialog  input.text:hover, 
.ui-dialog  input.text:focus, 
.ui-dialog  input.inputText:hover, 
.ui-dialog  input.inputText:focus, 
.ui-dialog  textarea.textarea:hover, 
.ui-dialog  textarea.textarea:focus, 
.ui-dialog  textarea.textArea:hover, 
.ui-dialog  textarea.textArea:focus {
	border-color:#0086f3;
}
.ui-dialog select {
	padding:3px;
	font-size:12px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ui-dialog span.required {
	padding:0 8px 0 0;
	background:url(picto-required.gif) no-repeat right top;
}
.ui-dialog .blockSubmit, 
.ui-dialog .editorValid, 
.ui-dialog .ui-dialog-buttonpane {
	text-align:right;
	margin:6px 5px 8px;
	padding:10px 0 0;
	border-top:1px solid #ddd;
}
.ui-dialog .blockSubmit .loader, 
.ui-dialog .editorValid .loader, 
.ui-dialog .ui-dialog-buttonpane .loader {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	#display:inline;
	background:url(ajax-loader-upload.gif) no-repeat;
	width:16px;
	height:16px;
	padding:0 6px 0 0;
}
.ui-dialog input.submit, 
.ui-dialog input.confirmDelete, 
.ui-dialog input.cancelDelete, 
.ui-dialog .ui-dialog-buttonpane button {
	background:#0086f3;
	color:#fff;
	height:23px;
	padding:0 10px;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #105c9a;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ui-dialog input.inputYear { width:45px; }

/* iFrame upload */
#addFileDialog iframe {
	border:0;
	height:auto;
	overflow:hidden;
}

.ui-dialog iframe body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.ui-dialog .delUpload {
	text-transform: uppercase;
	font-size: 9px;
	padding: 2px 2px 2px 20px;
	margin-right: -1px;
	float: right;
	position: relative;
	margin: -15px 0 0 57px !important;
	margin: -13px 0 -25px 57px;
	clear: both;
	background: url(picto-delete-5.gif) no-repeat 5px center;
	color: #0086f3 !important;
}
.ui-dialog label.fileUpload {
	border: 1px dashed #ccc;
	padding: 5px;
	display: block;
	margin: 7px 0;
	height:80px;
}
.ui-dialog label.fileUpload .jsFancyBoxGalleryLink {
	display: block;
	width: 57px;
	height: 57px;
	float: left;
}
.ui-dialog label.fileUpload .jsFancyBoxGalleryLink img {
	width: 55px;
	height: 55px;
	border: 1px solid #bfccd5;
}
.ui-dialog label.fileUpload span {
	display: block;
	float: left;
	padding: 5px;
}
.ui-dialog label.fileUpload span.fileUploadScreen {
	display: block;
	background:#fff;
	padding:3px;
	border:1px solid #ddd;
	float: left;
	overflow: hidden;
	height:70px;
}
.ui-dialog label.fileUpload span.fileUploadScreen img {
	display: block;
}
.ui-dialog label.fileUpload span.uploadDesc {
	float:left;
	margin:0 0 0 4px;
	text-transform:uppercase;
	color:#666;
	font-size:10px;
}

/* Galerie */
.ui-dialog .jsFancyBoxGallery .jsFilepicker {
	background:url(bgd_popupjq_upload.gif) no-repeat left center;
	padding:0 0 0 13px;
}
.ui-dialog .jsFancyBoxGallery .delUpload {
	background:url(bgd_popupjq_bin.gif) no-repeat left center;
	padding:0 0 0 13px;
}
.ui-dialog .jsFancyBoxGallery .jsFancyBoxGalleryLink {
	display:block;
	border:1px solid #ddd;
	float:left;
	margin:0 5px 0 0;
}
.ui-dialog .jsFancyBoxGallery .jsFancyBoxGalleryLink img {
	display:block;
	border:1px solid #fff;
}
.ui-dialog .jsFancyBoxGallery label {
	display:block;
	clear:both;
}
.ui-dialog .jsFancyBoxGallery label span {
	display:block;
	font-weight:bold;
	padding:0 0 2px;
}

/* Ordre des pages */
.ui-dialog #changeOrder .tree {
	width:330px;
	margin:10px auto;
}

/* Liste page menu */
.ui-dialog li {
	list-style:none;
}
.ui-dialog .NavDirectorySelect {
	margin:0;
}
.ui-dialog .NavDirectorySelect ul {
	border-left:1px solid #0086f3;
	margin:0 0 0 6px;
}
.ui-dialog .NavDirectorySelect li {
	padding:4px;
	border:1px solid #ddd;
	margin:0 0 3px;
}
.ui-dialog .NavDirectorySelect li:hover {
	border:1px solid #bbb;
	background:#f6f6f6;
	
}
.ui-dialog .NavDirectorySelect li li, 
.ui-dialog .NavDirectorySelect li li:hover {
	padding:4px 0 0 16px;
	margin:0 0 0 -1px;
	background:url(bgd_navdirectoryselect_pageparent_arrow.gif) no-repeat 0 7px;
	border:0;
}

/* Confirmation block delete */
.ui-dialog .blockObjectDelete {
	margin:16px;
}
.ui-dialog .blockObjectDelete .infoConfirmation {
	font-size:13px;
	font-weight:bold;
	background:url(bgd_blockobjectdelete.gif) no-repeat;
	min-height:60px;
	height:auto !important;
	height:60px;
	padding:10px 0 0 77px;
	margin:12px 0 0;
}

/* Confirmation Publication */
.ui-dialog .blockPagePublish {
	margin:16px;
}
.ui-dialog .blockPagePublish a {
	color:#147bcf;
	font-size:11px;
}
.ui-dialog .blockPagePublish a:hover {
	color:#147bcf;
	font-weight:underline;
}

.ui-dialog .blockPagePublish .infoConfirmation {
	font-size:13px;
	font-weight:bold;
	background:url(bgd_blockpagepublish.gif) no-repeat;
	min-height:60px;
	height:auto !important;
	height:60px;
	padding:10px 0 0 77px;
	margin:12px 0 0;
}
.ui-dialog .blockPagePublish .infoConfirmation ul {
	font-size:13px;
	font-weight:normal;
	padding:5px;
	margin:5px;
}

.ui-dialog .blockPagePublish .infoPredefinedContent {
	background:#f6f6f6;
	padding:10px;
	margin:8px 0 0;
}
.ui-dialog .blockPagePublish .infoPredefinedContent .picto {
	float:right;
	margin:0 0 5px 20px;
}
.ui-dialog .blockPagePublish .infoPredefinedContent p {
	padding:0 0 10px;
	line-height:14px;
}
.ui-dialog .blockPagePublish .infoPredefinedContent label {
	display:block;
	margin:0 0 3px;
}

/* Activation du pack */
.ui-dialog .blockUpdateFromDemoAccount {
	padding:16px 225px 0 16px;
	background:url("bgd_blockupdatefromdemoaccount.gif") no-repeat scroll 410px 24px transparent;
}
.ui-dialog .blockUpdateFromDemoAccount h3 {
	margin:0 0 8px;
}
.ui-dialog .blockUpdateFromDemoAccount .label {
	display:block;
	margin:0;
	background:#f6f6f6;
	border:1px solid #bbb;
	color:#0086f3;
	text-shadow:0 1px 0 #fff;
	padding:5px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.ui-dialog .blockUpdateFromDemoAccount .label-2 {
	margin:12px 0 0;
}
.ui-dialog .blockUpdateFromDemoAccount .label .info {
	color:#444;
	font-style:italic;
	font-size:11px;
	text-shadow:none;
	text-transform:none;
	font-weight:normal;
}
.ui-dialog .blockUpdateFromDemoAccount .label:hover {
	background:#e9e9e9;
	border:1px solid #aaa;
}

/*-----------------------------------------------------------------*/

#canvasEditor .infoContent
{
border: 1px solid #f8b80a;
background-color:#ffffcd;
padding:5px;
font-size:11px;
margin: 5px 0 5px 0;
}

#canvasEditor .formError
{
border: 1px solid red;
background-color:#fea4a4;
padding:5px;
font-size:11px;
margin: 5px;
}


/*----------------------------------------------+
+ CONNEXION                                     +
+----------------------------------------------*/

body.editorLogin {
	margin:0;
	padding:0;
	background:url(bgd-editorlogin_body.gif) repeat-x #dbd9d9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
}
#blockGlobalLogin #blockConnexion {
	margin:0 auto;
	width:764px;
	overflow:hidden;
	padding:96px 0 0;
}
#blockGlobalLogin #blockConnexion #blockHeader {
	background:url(bgd-editorlogin_header.png) no-repeat center top;
	width:764px;
	height:88px;
}
#blockGlobalLogin #blockConnexion #blockHeader h1 {
	float:left;
	width:248px;
	height:71px;
	padding:0 0 0 40px;
}
#blockGlobalLogin #blockConnexion #blockHeader h1 img {
	display:block;
}
#blockGlobalLogin #blockConnexion #blockHeader h1 strong {
	display:none;
}
#blockGlobalLogin #blockConnexion #blockHeader h2 {
	float:left;
	font-weight:normal;
	font-size:19px;
	color:#888;
	padding:23px 0 0 83px;
	text-shadow:-1px -1px 3px #aaa;
}
#blockGlobalLogin #blockConnexion #blockHeader h2 strong {
	font-weight:normal;
}
#blockGlobalLogin #blockConnexion #blockContent {
	background:url(bgd-editorlogin_content.jpg) no-repeat center top #0174a1;
	width:764px;
	height:260px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockScreens {
	float:left;
	width:415px;
	padding:0 10px 0 50px;
	color:#fff;
}
#blockGlobalLogin #blockConnexion #blockContent .blockScreens ul {
	visibility:hidden;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields {
	float:left;
	width:209px;
	padding:32px 0 0 5px;
	color:#fff;
	overflow:hidden;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFieldsError {
	padding-top:0;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionError {
	height:30px;
	color:#ffd9d9;
	line-height:12px;
	font-size:12px;
	padding:2px 0 0;
	text-align:center;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields h3 {
	text-transform:uppercase;
	color:#fff;
	padding:8px 0 5px;
	font-weight:bold;
	font-size:14px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields label {
	display:block;
	padding:0 0 8px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields label .title {
	display:block;
	font-size:12px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields label input.field {
	background:url(bgd-editorlogin_field.gif) no-repeat;
	width:199px;
	height:27px;
	border:0;
	color:#666;
	padding:0 5px;
}
* html #blockGlobalLogin #blockConnexion #blockContent .blockLoginFields label input.field {
	padding-top:5px;
	height:22px;
}
*+html #blockGlobalLogin #blockConnexion #blockContent .blockLoginFields label input.field {
	padding-top:5px;
	height:22px;
}

#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid button {
	float:right;
	background:url(bgd-editorlogin_btnconnex.gif) no-repeat;
	width:111px;
	height:29px;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid button span {
	display:block;
	height:27px;
	line-height:23px;
	padding:0 0 0 25px;
	letter-spacing:-0.04em;
}
* html #blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid button span { padding-top:3px; }
*+html #blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid button span { padding-top:3px; }

#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid {
	padding:8px 0 0;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid .permanentConnexion {
	float:left;
	width:95px;
	line-height:14px;
	font-size:11px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .connexionValid .permanentConnexion input {
	margin:1px 4px 10px 6px;
	float:left;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .passForgot {
	font-size:11px;
	padding:17px 0 0 2px;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .passForgot .btnPassForgot {
	color:#ddd;
}
#blockGlobalLogin #blockConnexion #blockContent .blockLoginFields .passForgot .btnPassForgot span {
	padding:0 0 0 6px;
	background:url(bgd-editorlogin_passforgot.gif) no-repeat left center;
}
#blockGlobalLogin #blockConnexion #blockFooter {
	background:url(bgd-editorlogin_footer.png) no-repeat center top;
	width:764px;
	height:58px;
	color:#777;
	font-size:12px;
	margin:0;
}
#blockGlobalLogin #blockConnexion #blockFooter .footerContent {
	padding:28px 60px 0 0;
}
#blockGlobalLogin #blockConnexion #blockFooter .mentions {
	float:right;
	padding:3px 10px 0 0;
}
#blockGlobalLogin #blockConnexion #blockFooter .btnGetaWebsite {
	display:block;
	cursor:pointer;
	float:right;
	background:url(bgd-editorlogin_btnwebsite.gif) no-repeat;
	color:#fff;
	width:160px;
	height:24px;
}
#blockGlobalLogin #blockConnexion #blockFooter .btnGetaWebsite span {
	display:block;
	height:24px;
	line-height:24px;
	text-align:left;
	padding:0 0 0 20px;
	letter-spacing:-1px;
}

/*----------------------------------------------+
+ RAPPEL IDENTIFIANTS                           +
+----------------------------------------------*/

#blockGlobalLogin #blockForgotLogin #blockContent .blockLoginFields p {
	padding:0 0 3px;
}

/*----------------------------------------------+
+ MESSAGE ET ALERTE                             +
+----------------------------------------------*/

#blockGlobalLogin #blockAlert #blockContent {
	background-image:url(bgd-editormessage_content.jpg);
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage {
	padding:40px 20px 0 50px;
	width:400px;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage h3 {
	margin:0 0 8px;
	font-size:16px;
	text-transform:uppercase;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage p {
	padding:0 0 8px;
	text-align:justify;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage h3 span {
	background:url(bgd_editorbrowserAlert-title.gif) no-repeat;
	padding:0 0 0 35px;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage .btnMoreInfos {
	color:#fff;
	text-decoration:none;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage .btnMoreInfos span {
	padding:0 0 0 8px;
	background:url(bgd-editorlogin_passforgot.gif) no-repeat left center;
}
#blockGlobalLogin #blockAlert #blockContent .blockAlertMessage .btnMoreInfos .thisPage {
	text-decoration:underline;
	padding:0;
	background:none;
}

/*----------------------------------------------+
+ NAVIGATEURS ALERTE                            +
+----------------------------------------------*/

#blockGlobalLogin #blockBrowserAlert #blockContent {
	background-image:url(bgd-editorbrowseralert_content.jpg);
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage {
	padding:40px 20px 0 50px;
	width:400px;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage h3 {
	margin:0 0 8px;
	font-size:16px;
	text-transform:uppercase;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage p {
	padding:0 0 8px;
	text-align:justify;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage h3 span {
	background:url(bgd_editorbrowserAlert-title.gif) no-repeat;
	padding:0 0 0 35px;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage .btnMoreInfos {
	color:#fff;
	text-decoration:none;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage .btnMoreInfos span {
	padding:0 0 0 8px;
	background:url(bgd-editorlogin_passforgot.gif) no-repeat left center;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockAlertMessage .btnMoreInfos .thisPage {
	text-decoration:underline;
	padding:0;
	background:none;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice {
	padding:32px 0 0 11px;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice h3 {
	text-transform:none;
	font-size:15px;
	font-weight:normal;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser {
	margin:12px 0 0;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser {
	display:block;
	float:left;
	width:100px;
	height:42px;
	background:url(bgd_editorbrowseralert-btnnav-1.gif) no-repeat;
	color:#fff;
	margin:0 9px 14px 0;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser span {
	display:none;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser-2 {
	background-image:url(bgd_editorbrowseralert-btnnav-2.gif);
	margin-right:0;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser-3 {
	background-image:url(bgd_editorbrowseralert-btnnav-3.gif);
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser-4 {
	background-image:url(bgd_editorbrowseralert-btnnav-4.gif);
	margin-right:0;
}
#blockGlobalLogin #blockBrowserAlert #blockContent .blockBrowserChoice .blockListBrowser .btnBrowser-5 {
	background-image:url(bgd_editorbrowseralert-btnnav-5.gif);
	margin-right:0;
}

/*--------------------------------------------------------*/

/* 
 * 	Document   : jquery.pnotify.default.css
 * 		Created on : Nov 23, 2009, 3:14:10 PM
 * 			Author     : Hunter Perrin
 * 				Description:
 * 						Default styling for Pines Notify jQuery plugin.
 * 						*/

/* Notice
 * ----------------------------------*/
.ui-pnotify {
right: 18px;
position: absolute;
height: auto;
		/* Ensure that the notices are on top of everything else. */
		z-index: 9999;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
margin: 0;
position: absolute;
top: .1em;
left: .1em;
bottom: -.2em;
right: -.2em;
	   z-index: -1;
}
.ui-pnotify-container {
	background-position: 0 0;
padding: .8em;
}
.ui-pnotify-closer {
float: right;
	   margin-left: .2em;
}
.ui-pnotify-title {
display: block;
		 font-size: 1.2em;
		 font-weight: bold;
		 margin-bottom: .4em;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-text a{
text-decoration:underline;
}


.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
	   margin-right: .2em;
}
/* History Pulldown
 * ----------------------------------*/
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
	   border-top: none;
	   /* Ensure that the history container is on top of the notices. */
	   z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}

#changeOrder .blockMenuItem {
	margin:0;
}
#changeOrder .blockMenuItem .menuItem, 
#changeOrder .blockMenuItem .menuItem .right, 
#changeOrder .blockMenuItem .menuItem .btnMenuItem, 
#changeOrder .blockMenuItem .menuItem .btnMenuItem .icon, 
#changeOrder .blockMenuItem .menuItem .itemText {
	display:block;
	height:21px;
	background-image:url(bgd_editormenuitem.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

* html #changeOrder .blockMenuItem .menuItem, 
* html #changeOrder .blockMenuItem .menuItem .right, 
* html #changeOrder .blockMenuItem .menuItem .btnMenuItem, 
* html #changeOrder .blockMenuItem .menuItem .btnMenuItem .icon, 
* html #changeOrder .blockMenuItem .menuItem .itemText {
	background-image:url(bgd_editormenuitem.gif);
}

#changeOrder .blockMenuItem .menuItem, #changeOrder li.sortablePlaceHolder
{
	list-style:none !important;
	background-position:0 -126px;
	display:block;
	min-height:21px;
	height:auto !important;
	height:21px;
	margin:0 0 4px;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:visible;
}
* html #changeOrder .blockMenuItem .menuItem { margin-bottom:0; }

#changeOrder .blockMenuItem .menuItem .right {
	background-position:right -84px;
}
#changeOrder .blockMenuItem .menuItem .btnMenuItem {
	float:left;
	width:18px;
	background-image:none;
	cursor:pointer;
}
#changeOrder .blockMenuItem .menuItem .btnMenuItem:hover {
	background-image:url(bgd_editormenuitem.png);
	background-position:0 0;
}
#changeOrder .blockMenuItem .menuItem .btnDel, 
#changeOrder .blockMenuItem .menuItem .btnEdit {
	float:right;
}
#changeOrder .blockMenuItem .menuItem .btnDel {
	margin-right:2px;
}
#changeOrder .blockMenuItem .menuItem .btnMove, 
#changeOrder .blockMenuItem .menuItem .btnMove:hover {
	background-image:none;
	cursor:move;
}
#changeOrder .blockMenuItem .menuItem .btnMove .icon { background-position:0 -21px; }
#changeOrder .blockMenuItem .menuItem .btnDel .icon { background-position:0 -63px; }
#changeOrder .blockMenuItem .menuItem .btnEdit .icon { background-position:0 -42px; }
#changeOrder .blockMenuItem .menuItem .btnDel:hover .icon { background-position:-18px -63px; }
#changeOrder .blockMenuItem .menuItem .btnEdit:hover .icon { background-position:-18px -42px; }

#changeOrder .blockMenuItem .menuItem .btnMenuItem .text {
	display:none;
}
#changeOrder .blockMenuItem .menuItem .itemText {
	background:none;
	background-image:none;
	float:left;
	width:auto;
	max-width:113px;
	overflow:hidden;
	line-height:20px;
	color:#333;
}

#changeOrder .blockMenuItem .menuItemUnder {
	margin:3px 0 0;
}
#changeOrder .blockMenuItem .menuItemUnder .menuItem {
	background-position:0 -105px;
	padding-left:13px;
}
#changeOrder .blockMenuItem .menuItemUnder .itemText {
	color:#555;
}

#blocobjectform td.disabled,#blocobjectform td.disabled a
{
	color:#DDD;
}
