@charset "utf-8";

/* CSS Document */



.listing {

	width:100%;

	border-collapse:collapse;

}

.listing thead {

	padding:5px 0 5px 0;

}

.listing thead tr th {
    background-color: #E6E6E6;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ffffff;
    white-space: nowrap;
}
.listing th {
    color: #191919;
    font-size: 17px;
    font-weight: 600;
}
.listing th, .listing td {
    padding: 7px;
}
td, th {
    vertical-align: top;
}

.listing tr.gris {

	background-color:#eeeeee;

}

.listing tbody {
    color: #7a7a7a;
}

.listing .check-column {

	vertical-align:top;

	padding:8px 0 0 8px;

}

.listing tfoot tr th {

	background-color:#f9f8f4;

}

.new-contenus tbody a:hover {
    color: #96AF2C;
    text-decoration: underline;
}

.new-contenus tbody .delete:hover {
    color: #ED473E !important;
    text-decoration: underline;
}

.new-contenus a.send {
    color: #27BAE2;
    font-weight: 600;
}

.default_img div, .une_img div, .photo div {
        width: 140px;
    height: 140px;
    font-size: 12px;
    color: #666;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url("../images/picto-aucune-photo.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    margin-bottom:10px !important;
}

.default_img {

    margin-bottom:10px !important;
}

.new-contenus td p:first-child {
    color: #191919;
    font-weight: 600;
}

.new-contenus tbody td:first-child {
    padding-left: 8px;
}
.new-contenus tbody p, .new-contenus tbody td {
    /* color: #7a7a7a; */
    font-size: 15px;
    color: #606060;
}
.new-contenus tbody a .demo_icon {
    font-size: 14px;
}
.listing td {
    font-size: 12px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.tablenav .actions select {
	border-style:solid;
	border-width:1px;
	height:2em;
	line-height:20px;
	padding:2px;
	vertical-align:top;
	background-color:#ffffff;
	border-color:#dddddd;
	color:#333333;
}

.tablenav .actions option {
	text-indent:3px;
}
#page #content .tablenav .button_a {
    margin: 16px 0px 10px 6px;
}

.tablenav .actions .left {

	float:left;

	margin-right:5px;

}

.tablenav .actions .right {

	float:right;

	margin-left:5px;

}

.tablenav .actions .recherche {
    width: 220px;
    border: 1px solid #c9c9c9;
    margin-top: 18px;
    height: initial;
}

#content .head-form {
    /* width: 50%; */
    min-height: 30px;
    padding-top: 18px;
    float: left;
}

#content .head-form, #content .tablenav {
    display: block;
    float: left;
}

#content .tablenav {
    /* width: 50%; */
    margin-right: 19px;
    margin-left: 15px;
    margin-bottom: 6px;
    float: right !important;
}


#content .rub_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.034em;
    color: #000000;
    padding-left: 19px;
    padding-bottom: 10px;
}

#content .head-form .requiert {
    padding: 0 0 10px 19px !important;
}
#content .head-form .requiert, #content .commentaires {
    color: #8E8E8E;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 19px 0;
}



#popup_content .head-form .requiert {
	 padding: 0;
}

.form .input, .form textarea, .form select {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #C9C9C9;
    font-size: 15px;
    padding: 3px 4px;
    margin-bottom: 5px;
    width: 40%;
    min-height: 30px;
}

.form textarea{
 	height: 250px;
}

.form input[readonly], .form input[disabled]{
	border: 0;
}

.form p input, .form p select {
    margin: 5px 0;
}


.new-contenus tbody a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    /* color: #191919; */
    color: #868686;
    margin-right: 3px;
}

.new-contenus tbody td:last-child, .new-contenus thead th:last-child {
    text-align: center;
}
.form .input,.form textarea {

	width:100%;

}

.actif{
	color:#54CC85;
}
.inactif{
	color:#ED473E;
}
.en-attend, .en-attend-moderation{
	color:#FFB744;
}
.actif-publi-differee {
	color:#54CC85;
}

.actif, .inactif, .en-attend, .en-attend-moderation, .actif-publi-differee {
    width: 30px;
    margin: 0 auto;
}
.actif span {
    margin-left: -72px;
    width: 73px;
    background-image: url(../images/actif.png);
}

.inactif span {
    margin-left: -78px;
    width: 79px;
    background-image: url(../images/inactif.png);
}
.actif span, .inactif span, .en-attend span, .en-attend-moderation span, .actif-publi-differee span {
    z-index: 122;
    display: none;
    /* display: block; */
    position: absolute;
    text-decoration: none;
    height: 38px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: -9px;
}

.actif:hover span, .inactif:hover span, .en-attend:hover span, .en-attend-moderation:hover span, .actif-publi-differee:hover span {
    display: block;
    transition: 0.5s;
    position: absolute;
}

.form .short {

	width:300px;

}

.form .options {
	border-width:1px 0;
	border-color:#cccccc;
	border-style:solid;
	margin-top:8px;
}

.form .options td {
	height:26px;
	padding:0 8px;
	vertical-align:middle;
}

#drag_rub_mod {
    margin-left: initial !important;
}

.form .options label {

	padding:0 10px 0 2px;

	white-space:nowrap;

}

.form .options select {

	padding:0;

	font-size:12px;

}

.form td.label {

	color:#797979;

	font-size:15px;

	font-weight:bold;

	background-color:#efefef;

	text-align:right;

	white-space:nowrap;

}

.form td.sep {

	background-color:#cccccc;

	font-size:0;

	height:3px;

	padding:0;

	border-width:1px 0;

	border-color:#ffffff;

	border-style:solid;

}

.sepv {
    width: 26px;
    background-color: #EEEEEE;
}

.titre {
    width: 70% !important;
    height: 38px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.form .buttons {
    width: 100%;
    clear: left;
}
#page #content .new-editer-btns .button_a {
    margin: 16px 0px 10px 6px !important;
}
#page #content .buttons .button_a {
    margin: 20px 16px 10px;
}
#page #content .button_a, #popup_buttons .button_a {
    background: #A7C23F scroll 0 0;
    font-size: 14px;
}
.button_a {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    text-decoration: none;
    /* font-weight: 600; */
    border-radius: 6px;
    letter-spacing: 0.032em;
    color: #fff;
    text-align: center;
    text-transform: none;
    transition-duration: 1s;
    display: block;
    padding: 6px 14px 6px;
}

.new-editer-btns .button {
    float: right;
    margin-left: 5px;
}

#popup_buttons .button #move {
    position: absolute!important;
    right: 0!important;
    bottom: 0!important;
    margin-bottom: 15px!important;
    margin-right: 20px!important;
    text-decoration: none !important;
    cursor: pointer!important;
    max-width: 100px;
}

.stage {
    color: #191919 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 2.6em !important;
    background-color: #E6E6E6 !important;
    margin: 16px -10px 10px !important;
    clear: left !important;
}

.stage span {
    color: #A7C23F;
    text-transform: uppercase;
    padding: 0 12px;
}

#page #content .label {
    float: left;
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
    clear: both;
}
p.label, p.options, .form p input, .options {
    margin: 8px 0;
}

.form .input, .form textarea, .form select {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #C9C9C9;
    font-size: 15px;
    padding: 3px 4px;
    margin-bottom: 5px;
    width: 40%;
    min-height: 30px;
}
.form p input {
    margin: 5px 0;
}

#paginator {
    /* float: right; */
    font-size: 12px;
    margin-top: 15px;
    /* display: table-cell; */
    display: block;
    vertical-align: middle;
    text-align: right;
}

#paginator a {
    margin: 0;
    color: #606060;
}

#paginator .box {
    padding: 1px 5px;
    margin: 0 1px;
    text-align: center;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
}
#paginator .box:hover {
    cursor: pointer;
    background-color: #A7C23F;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #A7C23F;
}

#paginator .point {

	padding:0 5px;

}

#paginator .aquo {

	font-size:14px;

}

#paginator .previous {

	margin-right:5px;

}

#paginator .next {

	margin-left:5px;

}

#paginator .current {
    font-family: 'Open Sans', sans-serif;
    background-color: #A7C23F;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #A7C23F;
}

.file-title {
	padding: 5px 5px;
	margin: 10px 0;
	background-color: #777;
	color: #fcfcfc;
}

.file-container .itemToDrag {
	cursor:move;
}

.radio_icone, .radio_color {
    cursor: pointer;
    /* display: inline-block; */
    float: left;
    padding: 0 !important;
    border: 2px solid transparent;
}

.radio_icone {
    width: 32px;
    height: 32px;
    margin: 5px;
}

.radio_color {
    width: 30px;
    height: 30px;
}

.radio_color.selected, .radio_icone.selected {

	border:2px solid #555;

}

.radio_input {

	display:none;

}

.label_icone {
    width: 25px;
    height: 25px;
    padding: 0!important;
    margin: 0 10px 0 2px;
    display: inline-block;
}

.new-contenus tbody span a:hover {
    color: #ED473E !important;
    text-decoration: underline;
}

.new-contenus tbody a:hover {
    color: #96AF2C !important;
    text-decoration: underline;
}

.new-contenus tbody span a:last-child:hover {
    color: #96AF2C !important;
    text-decoration: underline;
}
.new-contenus a:hover {
    color: #96AF2C !important;
    text-decoration: underline;
}

.icon-une span {
    width: 106px;
    background-image: url(../images/en-une.png);
}
.icon-une span {
    z-index: 122;
    display: none;
    position: absolute;
    text-decoration: none;
    height: 38px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: -9px;
    margin-left: -100px;
}

.statut-icon .demo-icon {
    font-size: 18px;
    display: block;
    margin: 5px auto 0;
    text-align: center;
    cursor: pointer;
}

.sous-titre{

	margin:10px 0 15px 0;

}

#liste-icon {
    background-color: #cccccc;
    vertical-align: middle;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}


.sous-titre .notif{

	font-style: italic;

	font-size: 12px;

}

#content .new-contenus {
    display: block;
    margin: 0 20px;
    padding-bottom: 20px;
    clear: left;
}

#drag_rub_mod tr th, #drag_contenu tr th {
    background-color: #E6E6E6;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ffffff;
    white-space: nowrap;
}

/* .form select:not([multiple]) { */
    /* -moz-appearance: none; */
    /* -webkit-appearance: none; */
    /* background: transparent url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 98% 3px !important; */
/* } */

.sepv-blanc {
    width: 1px;
    background-color: #cccccc;
}

#drag_rub_mod table, #drag_contenu table {
    width: 98%;
    margin-top: 6px;
    margin-left: 1.6%;
}

#sidetreecontrol a:hover {
    color: #FFA91F;
    text-decoration: underline;
}
#sidetreecontrol a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #A7C23F;
}

.treeheader {
    margin: 0 !important;
    color: #191919;
    font-weight: 600;
    padding-bottom: 2px;
}

#tree li{
	font-size:14px;
	color:#8e8e8e;
	list-style:none;
}

#tree li a{
	font-size:13px;
	color:#8e8e8e;
}
#tree li a:hover{
    color: #A7C23F;
    text-decoration: underline;
}

.recherche-picto:hover {
    color: #FFB744;
}
.recherche-picto {
    font-size: 16px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-transform: none;
    /* transition-duration: 1s; */
    display: block;
    background-color: #434343;
    height: 32px;
    width: 32px;
    margin-top: 17px;
}

.new-contenus a.send {
    color: #27BAE2;
    font-weight: 600;
}

#page #content .sondage-title .stage, #page #content .sondage-resultat .stage {
    display: none;
}

#page #content .sondage-title .label {
    /* font-weight: 300; */
    color: #191919;
    font-size: 21px;
    width: 68%;
    margin-left: 0%;
}

.total-votes {
    display: block;
    clear: left;
    color: #868686;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    border: solid 1px #cccccc;
    width: 68%;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 13px;
}

#page #content .sondage-un-resultat, #page #content .sondage-un-resultat .sondage-bar-fond {
    display: block;
    clear: left;
}
#page #content .sondage-resultat .sondage-bar-fond {
    width: 68%;
    background-color: #e8e8e8;
    padding: 0;
}

#page #content .sondage-resultat .sondage-bar {
    margin: 0;
    padding: 0;
    height: 16px;
}

#page #content .sondage-un-resultat .label p {
    display: block;
    clear: left;
    color: #191919;
    font-size: 16px;
    font-weight: 600;
}

#page #content .sondage-un-resultat .label span {
    color: #868686;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}

#page #content .sondage-un-resultat {
    margin-bottom: 13px;
    overflow: hidden;
}

#page #content .sondage-un-resultat .label {
    display: block;
    clear: left;
    margin-left: 0;
    width: 68%;
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

input:disabled {
    border: none!important;
}

.photo div, #image div {
    width: 140px;
    height: 140px;
    font-size: 12px;
    color: #666;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url("../images/picto-aucune-photo.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.photo {
    margin-bottom: 10px;
}

.sender .sender_autre select, .sender .sender_autre input[type=text] {
    height: 38px;
    box-sizing: border-box;
}

.sender {
    margin-left: 30%;
}

.sender .sender_autre label {
    width: 80px;
    display: inline-block;
}

.sender .sender_autre select, .sender .sender_autre input[type=text] {
    height: 38px;
    box-sizing: border-box;
}

.mp-info {
    width: 100%;
    margin: 10px 0 30px;
}

.mp-info .mp-info-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFA91F;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 13px;
}

.mp-info .mp-info-title .demo-icon {
    font-size: 24px;
    vertical-align: -3px;
}

.mp-info .mp-info-contenu {
    width: 76.8%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: #868686;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 20px 26px;
}


/*------ newsletters & Une ------*/
.nl-en-cours, .nl-effectue, .nl-en-attend, .icon-une {
    width: 30px;
    margin: 0 auto;
}
.nl-en-cours, .nl-en-attend {
    color: #FFB744;
}
.nl-effectue {
    color: #54CC85;
}
.nl-en-cours span, .nl-effectue span, .nl-effectue span, .nl-en-attend span{
	z-index:122;
	display:none;
	position: absolute;
	text-decoration:none;
	height: 38px;
	width: 206px;
	margin-left: -204px;
	float:left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -9px;
}
.nl-en-cours:hover span, .nl-effectue:hover span, .nl-en-attend:hover span, .icon-une:hover span{
	display:block;
	transition: 0.5s;
    position: absolute;
}
.nl-en-cours span{
 	background-image: url(images/nl-en-cours.png);
}
.nl-effectue span{
	background-image: url(images/nl-effectue.png);
}
.nl-en-attend span{
	background-image: url(images/nl-en-attend.png);
}







/**
* NOUVEAU STATUT
*/
.listing-status {

}
.listing-status .status {
	position: relative;
	width: 30px;
    margin: 0 auto;
}
.listing-status .icons {
	font-size:18px;
	display: block;
    margin: 5px auto 0;
    text-align: center;
	cursor:pointer;
}
.listing-status .status .tooltip {
    display: none;
    position: absolute;
    right: 100%;
    top: -4px;
	z-index: 100;
	margin-right: 7px;
}
.listing-status .status:hover .tooltip {
    display: block;
}
.listing-status .status .tooltip span {
	color: #fff;
    box-sizing: border-box;
    background: #363636;
    border-radius: 6px;
    padding: 5px 10px;
    line-height: 1.4em;
    font-size: 14px;
	transition: 0.5s;
    white-space: nowrap;
    text-align: center;
	display: block;
}
.listing-status .status .tooltip:before {
	content: ' ';
	display: block;
	position: absolute;
    width: 20px;
    height: 20px;
    background: #363636;
    top: 6px;
    transform: rotate(45deg);
    right: -4px;
	z-index: -1;
}

.listing-status .status-waiting {
	color:#FFB744;
}
.listing-status .status-enabled {
	color:#54CC85;
}
.listing-status .status-disabled {
	color:#ED473E;
}






.new-btn_ajouter-champ {
    clear: left;
    margin: 23px 8px;
}

.new-btn_ajouter-champ .icon-picto-ajouter-off {
    font-size: 21px;
    margin-top: 2px;
    margin-right: -3px;
}
.new-btn_ajouter-champ .icon-picto-ajouter-off, .new-btn_ajouter-champ input {
    float: left;
}

#page #content .new-btn_ajouter-champ .new-btn_a {
    padding-top: 0px;
    font-weight: 600;
}

#page #content .new-btn_ajouter-champ:hover, #page #content .new-btn_ajouter-champ:hover .new-btn_a {
    color: #A7C23F;
    border-color: #A7C23F;
    cursor: pointer;
}

.nav {
    display: block;
    clear: left;
    margin: 0 19px;
}



/*------ New albums photos ------*/
.files {
    display: block;
    clear: left;
}
.file-container {
    display: block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.file-content {
	position: relative;
}
.file-title {
    color: #191919;
    font-weight: 600;
    font-size: 17px;
    line-height: 2.6em;
    background-color: #E6E6E6;
    margin: 10px 0 13px 0;
    padding: 0 13px;
    clear: left;
}
.file {
    display: block;
    width: 105px;
    margin: 0 3px 12px;
    background-color: #ffffff;
    float: left;
}

.dir, .tout-cocher {
    display: block;
    clear: left;
}

.dir a, .dir{
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    /* color: #191919; */
    color: #868686;
}
.dir a, .dir span{
    margin: 0px 6px;
	display:block;
	float:left;
}

.dir a:hover{
	color: #96AF2C;
    text-decoration: underline;
}

.action a {
    display: block;
    margin-top: -6px;
    float: right;
    color: #191919;
    font-size: 17px;
    margin-right: -1px;
}

.tout-cocher div {
    display: block;
    float: left;
}
.tout-cocher #check-all {
    margin-top: 13px;
    margin-right: 1px;
}
.tout-crocher-options #move{
	margin: 3px 0 0 16px;	
}
.tout-crocher-options #move, .tout-crocher-options #delete, .tout-crocher-options .action-icon {
    color: #363636;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 21px;
}
.tout-crocher-options #delete {
	margin: 3px 0 0 10px;
}
.tout-crocher-options #move, .tout-crocher-options #delete, .tout-crocher-options .action-icon {
    color: #363636;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 21px;
}
.tout-crocher-options:hover #move, .move-photo:hover, .move-album:hover, 
.renommer-photo:hover, .modifier-album:hover, .move-dossier:hover, .view:hover, .move-document:hover {
    color: #A7C23F;
}
.tout-crocher-options:hover #delete, .del-photo:hover, .del-album:hover, .del-dossier:hover, .del-document:hover, .del-video:hover {
    color: #ED473E;
}

.del-album span, 
.move-album span,
.renommer-album span,
.del-photo span,
.renommer-photo span, 
.move-photo span{
	z-index:122;
	display:none;
	/*display:block;*/
	position: absolute;
	text-decoration:none;
	height: 42px;
	float:left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -40px;
}

.del-album:hover span, 
.move-album:hover span,
.renommer-album:hover span,
.del-photo:hover span,
.renommer-photo:hover span, 
.move-photo:hover span{
	display:block;
	transition: 0.5s;
    position: absolute;
}

.del-album span, 
.del-photo span{
    margin-left: -29px;
	width: 83px;
	background-image: url(../images/alnum-supprimer.png);
}

.move-album span, 
.move-photo span{
    margin-left: -29px;
	width: 80px;
	background-image: url(../images/album-deplacer.png);
}

.renommer-album span, 
.renommer-photo span{
    margin-left: -29px;
	width: 86px;
	background-image: url(../images/album-renommer.png);
}
.option-move-select span{
	background-image: url(../images/selection-deplacer.png);
	width:153px;
	margin-left: -102px;
}

.option-delete-select span{
	background-image: url(../images/selection-supprimer.png);
	width:165px;
	margin-left: -121px;
}




.nav #delete:hover {
    color: #ED473E;
    border-bottom-color: #ED473E;
}

#order input {
    display: block;
    float: right;
    margin: 20px 0px 10px 8px;
}
/*---- Style Album ----*/

.file-content .new-photos-position{
	display:block;
	width:99.8%;
	margin: 13px auto;
}

.action {
	clear:left;
}

.action .input-dir{
	margin:4px;
}

.action a{
	display:block;
	margin-top:-2px;
	float:right;
	color:#191919;
	font-size:17px;
	margin-right: -1px;
}

.name{
	clear:left;
	text-align:center;
	font-size:12px;
}

.name a{
	color:#191919;
}

.name a:hover{
	color:#A7C23F;
	text-decoration:underline;
}

.new-btn-icone-album{
	color:#363636;
	font-size:24px;
	background-color:#e6e6e6;
	margin-top: 3px;
	cursor:pointer;
}
.new-btn-icone-album:hover{
	color:#A7C23F;
}

.album-creer span, .album-ajouter-photo span{
	margin-top: -38px;
	height:42px;
}

.album-creer span{
	background-image: url(../images/album-creer.png);
	width:123px;
	margin-left: -87px;
}

.album-creer span, .album-ajouter-photo span {
    margin-top: -38px;
    height: 42px;
}

.album-ajouter-photo span {
    background-image: url(/admin/images/album-ajouter-photos.png);
    width: 210px;
    margin-left: -140px;
}
.album-ajouter-photo span.video {
    background-image: url(images/ajouter-une-video.png)!important;
    width: 210px;
    margin-left: -140px;
}

.album-creer span.document {
    background-image: url(../images/ajouter-document.png)!important;
    width: 210px;
    margin-left: -160px;
}

.album-creer span.dossier {
    background-image: url(../images/creer-un-dossier.png)!important;
    width: 210px;
    margin-left: -140px;
}

.new-contenus a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    /* color: #191919; */
    color: #868686;
    margin-right: 3px;
}
.outils-les-champs {
    display: block;
    clear: left;
    /* background-color: #eeeeee; */
    margin-bottom: 10px;
    padding: 9px 0 13px;
    border-bottom: dashed 1px #cccccc;
    overflow: hidden;
}

.outils-les-champs .formu_champ label {
    font-style: italic;
    font-weight: 600;
    color: #191919;
    font-size: 17px;
}

.pages-bloc-right {
    width: 260px;
    /* background-color: #eeeeee; */
}
.pages-bloc-right .input,
.pages-bloc-right textarea,
.pages-bloc-right select {
    width: 100%;
}

.photo_bloc {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 22px;
    height: 100%;
}

/*---- Style admin contenu ----*/
.new-admin-contenu{
	margin: 20px auto;
	margin-bottom:16px;
	background-color:#efefef;
	clear:left;
	display:block;
	padding:20px;
}
#admin_contenu .commentaires{
	display:block;
	margin-left:0px;
	text-align:center;
}
.new-admin-contenu .new-tab-droits-contenu-title{
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 600;*/
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: left;
	line-height: 1em;
	color:#191919;
	text-align:center;
}
.new-admin-contenu-tab{
	margin:8px 0px 10px;
	width:100%;
}
#admin_contenu .new-admin-contenu-tab td:first-child{
	padding-left:0px;
}
.new-admin-contenu-tab .multiple{
	height:200px;
	margin-left:0px;
	width:100%;
}

.new-admin-contenu-tab .multiple option{
	font-size:15px;
	padding: 5px 4px;
	color:#606060;
}
#admin_contenu .new-admin-contenu-tab table{
	/*display:inline-block;*/
	margin: 35px auto 0;
	width:76%;
}
#admin_contenu .new-admin-contenu-tab .button_a{
	width:100%;
	border-radius: 5px;
	padding: 5px 6px;
	margin: 2px 0;
}

/********************************ADMIN ACCESS PAGE***************/
.new-tab-droits-options thead{
	display: block;
}



.new-tab-droits-options tbody tr{
	/*display: block;*/
}
/*#new-tab-droits colgroup{
	display:none;
}*/
#new-tab-droits tbody td:first-child {
	padding-left: 0px;
}
#new-tab-droits{
	/*width:29.33333333%;
	float:left;
	margin: 10px 2%;
	width:50%;
	margin: 10px 0;
	float:left;*/
}	
.new-tab-droits-options{
	width:29.33333333%;
	float:left;
	margin: 10px 2% 15px;
}

#new-tab-droits .new-tab-droits-options th{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.02em;
	text-align: left;
	line-height: 1em;
	color:#191919;
	border-left: solid 6px #A7C23F;
	padding: 2px 6px;
	display:block;
	margin-bottom:12px;
}

.new-tab-droits-options tbody{
    display: block;
    height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
}

#new-tab-droits .new-tab-droits-options tr:first-child td{
	padding-top:5px;
}
#new-tab-droits .new-tab-droits-options tr:last-child td{
	padding-bottom:5px;
}
#new-tab-droits .new-tab-droits-options tbody td:first-child{
}
#new-tab-droits .new-tab-droits-options tbody td:last-child{
	width: 100px;
}
/*#new-tab-droits table tr:nth-child(2n) td{
	background-color:#e9e9e9;
}*/

#new-tab-droits .new-tab-droits-options tbody tr:hover{
	background-color:#e6e6e6;
}
#new-tab-droits .new-tab-droits-options tbody td{
	font-size: 16px;
	padding: 3px 15px 4px;
}
#new-tab-droits .new-tab-droits-options td p{
	color:#606060;
	float:right;
	padding-right:3px;
}



#new-tab-droits .new-tab-droits-aligner{
	clear:left;
}
/*#new-tab-droits table tr:nth-child(2n+1) td{
	background-color:#e6e6e6;
}*/

#content .commentaires{
	margin-left:1%;
	padding: 8px 0;
}

/**
* Contribution en attente
*/
#contributions-en-attente{
    width: 100%;
    margin: 0 0 50px;
	padding-top: 20px;
	padding-bottom:20px;
}

#contributions-en-attente .cea-title{
	background-color:#EDF4DD;
	font-weight:600;
	text-transform:uppercase;
	color:#191919;
	text-align:center;
	display:block;
	margin-bottom:10px;
	line-height:2.3em;
}

#contributions-en-attente .attente-list{
	width:100%;
}

#contributions-en-attente .attente-list th, #contributions-en-attente .attente-list td{
	text-align:center;
}

#contributions-en-attente .attente-list th:first-child, #contributions-en-attente .attente-list td:first-child{
	text-align:left;
}

#contributions-en-attente .attente-list th{
	color: #191919;
    font-size: 14px;
	font-style:italic;
    font-weight: 600;
	padding-left:5px;
	padding-bottom:3px;
}
#contributions-en-attente .attente-list td{
	border-bottom: dashed 1px #cccccc;
	padding: 5px 6px;
	font-size: 14px;
	font-style:italic;
}

#contributions-en-attente .attente-list tr:hover td{
	background-color:#eeeeee;
}

#contributions-en-attente .attente-list td:last-child{
	text-align: right;
	padding-left:2px;
	padding-right:2px;
}
#contributions-en-attente .attente-list td:first-child{
	color: #191919;
    font-weight: 600;
	font-size: 15px;
	font-style: normal;
	line-height:1.3em;
}
#contributions-en-attente .attente-list td:last-child a{
	margin-left: 2px;
}

.scroll
{
    height: 200px;
    overflow: auto;
    border: 1px solid #666;
    padding: 20px;
    font-family: Arial; 
    font-size:12px;
    width: auto;
	background-color: #F6F5F5;
}