a.bt-presse{
	display:inline-block;
	margin:2px 5px;
	padding:5px 10px;
	border-radius:5px;
	background:#E6E6E6;
	text-decoration:none;
}
a.bt-presse:hover, a.bt-presse.selected{
	background:#0073aa;
	color:#fff;
}
table.grid-view{
	margin:10px 0;
	width:100%;
}
table.grid-view tr.grid-view-header{
	background:#0073aa;
	color:#ffffff;
	text-align:center;
	vertical-align: middle;
	font-weight:600;
}
div.params div.row-fluid{
	border-bottom:dashed 1px #cccccc;
}
.presse-ok textarea, .presse-login textarea, .presse-password textarea{
	border: solid 1px #008000;
}
.presse-attente textarea, .presse-logout textarea{
	border: solid 1px #eaa30c;
}
.presse-refus textarea, .presse-nolog textarea{
	border: solid 1px #ea0c0c;
}
table.grid-view td{
	padding:5px 10px;
}
table.grid-view td.limit-height div{
	max-height:200px;
	width:100%;
	overflow:scroll;
}
.wp-core-ui .button-alert, .wp-core-ui .button-alert:hover, .wp-core-ui .button-alert:visited, .wp-core-ui .button-alert:focus {
    background: #A7301F none repeat scroll 0 0;
    border-color: #aa0000 #aa0000 #aa0000;
    box-shadow: 0 1px 0 #aa0000;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #aa0000, 1px 0 1px #aa0000, 0 1px 1px #aa0000, -1px 0 1px #aa0000;
}
table.grid-view tr.grid-view-body.once{
	background:#ffffff;
}
table.grid-view tr.grid-view-body.upon{
	background:#FDFDFD;
}
table.grid-view tr.grid-view-body td{
	border-bottom:solid 1px #aaa;
}
table.grid-view a.bt-delete{
	color:#AA0000;
}
table.grid-view a.bt-delete:hover{
	background:#AA0000;
	color:#ffffff;
}
table.grid-view a.bt-update{
	color:#008000;
}
table.grid-view a.bt-update:hover{
	background:#008000;
	color:#ffffff;
}
div.search-the-presse{
	padding:5px 10px;
	border-bottom:dashed 1px #cccccc;
	margin:0 0 10px;
}
div.search-the-presse label{
	display:block;
	font-weight:300;
}
div.search-fields{
	display:none;
	margin-top:40px;
}
div.clear{
	float:none;
	clear:both;
	display:block;
}
#dialog-delete{
	display:none;
}
div.params textarea{
	width:100%;
	height:320px;
}
div.params input[type="text"]{
	width:100%;
}
div.params h3{
	font-size:16px;
}
div.params .col-md-6{
	border: dashed 1px #cccccc;
}
div.params form{
	border:0 none;
}
div.params p.submit{
	text-align:center;
}
div.list-upload{
	min-width:300px;
}
div.list-upload ul li{
	display:block;
	margin:0 0 5px;
}
div.list-upload ul li a{
	display:block;
	width:100%;
	border-bottom:dashed 1px #0073aa;
	padding:4px;
}
div.list-upload ul li a:hover{
	background:#0073aa;
	color:#ffffff;
}

div.demi-size{
	float:left;
	display:inline;
	width:50%;
}
div.stats{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    margin-left: 0;
    margin-top: 20px;
    padding: 26px 24px 46px;
    max-height:1500px;
    overflow:auto;
}
div.stats .grey-bg{
	background-color:gainsboro;
}
div.stats .grey-bg-2, table.grid-view tr.grey{
	background-color:lavenderblush;
}