﻿.cms-bloc-edit
{
  border-width : 1px 1px 1px 1px; 
  border-color : #CCCCCC;
  border-style : solid;
  /*border-bottom : 1px solid #92C31B;*/
  margin-top : 10px;
}

.cms-edit-toolbar
{
 background : url('/StructurePortail/CMS/images/bg-edit.png') repeat-x;
 margin : 0;
 padding : 0;
}

.cms-edit-toolbar li
{
  height : 25px;
  display : inline-block;
  background-image: url("/StructurePortail/CMS/images/bg-edit.png");
  background-repeat: repeat-x;
  /* 
  background-image: -moz-linear-gradient(top, transparent 66%, rgba(0,0,0,0.3) 100%);
  background-image: -o-linear-gradient(top, transparent 66%, rgba(0,0,0,0.3) 100%);
  background-image: -webkit-linear-gradient(top, transparent 66%, rgba(0,0,0,0.3) 100%);
  background-image: -ms-linear-gradient(top, transparent 66%, rgba(0,0,0,0.3) 100%);
  background-image: linear-gradient(top, transparent 66%, rgba(0,0,0,0.3) 100%);
*/
  height: 25px;
  line-height: 25px;
  border-right : 1px solid #CCCCCC;
  width : 110px;
  list-style: none outside none;
}

.cms-edit-toolbar li:first-child
{
  background-image: url("/StructurePortail/CMS/images/bg-edit-first.png");
  background-repeat: repeat-x;
  color: #FFFFFF;
  padding-left : 5px;
}

.cms-edit-toolbar li a 
{
  text-decoration : none;
  color:#333;
  display : block;
  height : 25px;
}

.cms-edit-toolbar li a:hover{
	color:#92c31b;
}

.cms-edit-toolbar li a:before
{
  content : " ";
  height : 25px;
  width : 25px;
  background-image : Url('/StructurePortail/CMS/images/picto-bo.png');
  background-repeat : no-repeat;
  display : inline-block;
  vertical-align : middle;
  margin-right : 3px;
}

.cms-edit-toolbar li.cms-picto-text a:before
{
  background-position : 0px 0px;
}
.cms-edit-toolbar li.cms-picto-image a:before
{
  background-position : -27px 0px;
}
.cms-edit-toolbar li.cms-picto-video a:before
{
  background-position : -54px 0px;
}
.cms-edit-toolbar li.cms-picto-fichier a:before
{
  background-position : -80px 0px;
}
.cms-edit-toolbar li.cms-picto-html a:before
{
  background-position : -107px 0px;
}
.cms-edit-toolbar li.cms-picto-edit a:before
{
  background-position : -128px 0px;
}
.cms-edit-toolbar li.cms-picto-up a:before
{
  background-position : -157px 0px;
}
.cms-edit-toolbar li.cms-picto-down a:before
{
  background-position : -183px 0px;
}
.cms-edit-toolbar li.cms-picto-delete a:before
{
  background-position : -210px 0px;
}

.cms-download-file
{
  background : url('/StructurePortail/CMS/images/download-file.png') no-repeat;
  padding-left : 37px !important;
  height : 15px !important;
  line-height : 22px;
  vertical-align : middle;
}

.cms-area-slot
{
  overflow : hidden;
}

#cms-pagesettings
{
  width : 600px;
}

#cms-pagesettings
{
  padding : 5px;
}


#cms-pagesettings div.editor-label
{
  float : left;
  width : 130px;
  clear : left;
}

#cms-pagesettings div.editor-field
{
  float : left;
  width : 450px;
}
#cms-pagesettings div.editor-field input[type=text]
{
  min-width : 400px;
}