/* ----- Drag & Drop */

.sortable {
	overflow:hidden;
	list-style: none;
	background: #F6F6F6;
	font-family: "Tahoma";
	margin: 0px;
	padding: 0px;
	line-height:20px;
}

.sortable li {
	cursor:move;
	padding:2px;
}

ol{
	list-style-type:none;
	margin-left:0px;
	min-height:10px;
}
/*
ol li {
	margin-left:-40px;
	display:block;
}*/

.domaine{color:#3029d9;}

.cacher{
	display:none;
}
.montrer{
	display:block;
}

.vertical{
	display:none;
}

.sortable li div {
	border:1px solid #CCC;
	display:inline-block;
	text-align:right;
}

.secondaire {
	text-align:left;
	margin-left:2px;
}

.niveau2 {
	margin-left:15px;
}

.headerline div {
	display:inline-block;
	background-color:#E8E8E8;
	text-align:center;
	border:1px solid #E8E8E8;
	font-weight:bold;
	font-size:13px;
}

.lab{
	margin-top:7px;
	padding:3px;
}

.lab2{
	padding:3px;
}

.sortable li:hover{
/*	border:2px solid #E8E8E8;
	-moz-animation: pulse 2s infinite;
	-webkit-animation: pulse 2s infinite; */
}

.btnGestion {
	cursor:pointer;
	width:14px;
	margin-left:2px;
	border:none;
}

.btnGestion img{
	border:none;
}

.btnGestion2 img{
	border:none;
}

.btnGestion img{
	border:none;
}

.btnGestion2 {
	cursor:pointer;
	width:14px;
	margin-left:0px;
	border:none;
}

.btnGestion3 {
	cursor:pointer;
	width:14px;
	margin-left:13px;
	border:none;
}

#infosupp{
	display:none;
	border:1px solid black;
	background-color:#ebebeb;
	color:black;
	right:1px;
	position:absolute;
	max-height:200px;
	width:250px;
	overflow:auto;
}

.corps{
	background:url('/picts/loading.gif') center center no-repeat;
}

.prodinfobulle{
	
}

.refinfobulle{
	list-style:none;
	margin-left:10px;
	font-size:9px;
}

#info:hover #infosupp{
	display:block;
}

#info:hover a{
	color:green;
}

.center{
	text-align:center;
}

.headerline {
	cursor:normal;
}

li.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
	height:20px;
	min-width:400px;
	width:99%;
	max-width:3000px;
}



@-moz-keyframes pulse{
	0%{		box-shadow:0 0 1px #888888;}
	50%{	box-shadow:0 0 8px #888888;}
	100%{	box-shadow:0 0 1px #888888;}
}

@-webkit-keyframes pulse{
	0%{		box-shadow:0 0 1px #888888;}
	50%{	box-shadow:0 0 8px #888888;}
	100%{	box-shadow:0 0 1px #888888;}
}

.tabPages {
	width:580px;
	
}

.tabPages tr:hover {
	background-color:#5E82D8;
	opacity:0.5;
}

.tabPages tr{
	border-bottom:1px solid #CCC;
}

.titre {
	width:250px;
}

.urlpage {
	width:240px;
}

.contentline {
	display:inline-block;
	
	text-align:left;
	font-size:13px;
}

.contentline2 {
	display:inline-block;
	color:red;
	text-align:left;
	font-size:13px;
}

.headerline {
	display:inline-block;
	background-color:#E8E8E8;
	text-align:center;
	border:1px solid #E8E8E8;
	font-weight:bold;
	font-size:13px;
}

.refCar td{
	text-align:center;
	padding:10px;
}

.refCar td.pair{
	background-color:grey;
}

.refCar th{
	/*border-left:1px solid #ced9ec;
	border-top:1px solid #ced9ec;
	border-bottom:1px solid #ced9ec;*/
	padding:10px;
}

.refCar tr.on{
	background-color:#c4e8fd;
}

.MSStats td{
	padding:5px;
	border-left:none;
	border-right:none;
	border-top:none;
}

.MSStats th{
	border-left:none;
	border-right:none;
	border-top:none;
	min-width:100px;
}

.MSStats tr.on{
	background-color:#c4e8fd;
}

.Contentstats{
	width:960px;
	min-height:500px;
}

.temporaire{
	text-align:center;
}

div a h3{
	font-size:11px; color:black;
}

#formaddPage{
	text-align:center;
}

#formaddPage label{
	margin-right:20px;
	font-weight:bold;
	font-size:13px;
}

#ajoutmenu{
	display:none;
	text-align:left;
}

#ajoutmenu .choixMenu{
	width:260px;
	text-align:left;
	margin-bottom: 10px;
}

#ajoutmenu .choixMenu .titreMenu{
	text-align:center;
	margin: 0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
}
.label{
	margin-left:25px;
	font-weight:normal;
	font-size:13px;
}

.red{
	color:red;
}

#ajoutmenu .cl2{
	height:5px;
}

#ajoutmenu .listeRub{
	margin-left:65px;
}

.choixMenu hr{
	border-bottom:1px solid #e2e2e2;
	visibility:visible;
}

#ajoutmenu p{
	text-align:center;
	margin:2px;
}

#formaddPage a.formbutton:hover{border:none;}

#ConteneurConteneur.contFormAdm{
	text-align:center;
	background:#f1f1f1;
}

.formconnectAdm{
	
}

.formconnectAdm input{
	padding:5px;
	font-size:24px;
	margin: 2px 6px 16px 0px;
}

.formconnectAdm input[type="submit"]{
	background:#0795D3;
	border-radius:5px;
	border:none;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:24px;
	padding: 0px 12px 2px;
	margin-top:4px;
	height:28px;
	color:#fff;
	border: 1px solid rgb(0, 116, 162);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.formconnectAdm input[type="submit"].AdmLive{
 border: 2px solid goldenrod;
 border-radius:5px;
 box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
 float:right;
 height:36px;
 margin-top:0px;
}

.formconnectAdm .cl2{
	height:10px;
}

.formconnectAdm label{
	color:#777777;
	font-size:14px;
}

.formconnectAdm label.checkCookie{
	font-size: 12px;
	line-height: 19px;
}

.formconnectAdm #RemembPwdYes{
	margin: 2px 6px 0px 0px;
	float: left;
}

.formconnectAdm #ContentArea{
	padding: 20px;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
	margin-bottom: 40px;
	text-align: left;
}

input.pad1 {padding:3px;width:400px;}
input.pad2 {padding:3px;width:40px;}
input.pad3 {padding:3px;width:500px;}
.livelab1 {display:inline-block;width:120px;}
.livelab2 {display:inline-block;width:120px;text-align:right;}
