/* CSS Document */

.ensemble-contenu-table-header
{
	background-color: #ccbc95;
	font-weight: 600;
	float:left;
	border-bottom:2px solid #FFFFFF;
	color: #000;
    font-size: 1.067em;
	padding:1.2em;
}

.ensemble-contenu-table-header.titre,.ensemble-contenu-table-content.titre
{
	width:23em;	
}

.ensemble-contenu-table-header.afficher-titre,.ensemble-contenu-table-content.afficher-titre
{
	width:6em;	
}

.ensemble-contenu-table-header.cacher-titre,.ensemble-contenu-table-content.cacher-titre
{
	width:3em;	
}

.ensemble-contenu-table-header.type,.ensemble-contenu-table-content.type
{
	width:13em;	
}

.ensemble-contenu-table-header.operation,.ensemble-contenu-table-content.operation
{
	width:9em;	
}

.ensemble-contenu-table-content
{
	background-color: #d9d9d9;
	float:left;
	border-bottom:2px solid #FFFFFF;
    color: #000;
    font-size: 1.067em;
	padding:1.2em;
}

.ensemble-contenu-table-content-line
{
	cursor:move;
	clear: both;
}

.gridly 
{
	position: relative;
	width: 100%;
}
#bouton-sauvegarder
{
	margin-top:1em;
	margin-left:53em;
	display:none;
}

.wrapper-ensemble
{
	margin:3em;
}

/* Theme Seven */
#apti-pages-sections-gestion input.form-submit {
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em; /* LTR */
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  background: url(seven/images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#apti-pages-sections-gestion input.form-submit:active {
  background: #666;
  color: #fff;
  border-color: #555;
  text-shadow: #222 0 -1px 0;
}