div.icheck{
	margin-left:-20px;
	margin-right:5px;
}

th.checkbox-column, td.md {
	text-align: center;
}

th.button-column select {
	width: auto;
}

.hero-unit{
	padding: 2%;
}


.hero-unit h1{
	font-size: 2em;
}

.navbar-fixed-top, .navbar-fixed-bottom{
	z-index: 1000;
}

.ui-widget-overlay{
	opacity:0.7;
	background: #000000;
}

.submit.closed input , .submit.closed a,
.showObject #btnDl a, .showObject #btnDl form input {
	/*background: url('/images/templates/background-button.png');
	background-repeat: no-repeat;
	border: none;
    width: 184px;*/
	
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	float:left;
	margin: 20px 25px 0 0;
	display: block;
	width: 186px;
	height: 22px;
	background: #4E9CAF;
	padding: 21px;
	text-align: center;
	color: #fff;
	background-image:-moz-linear-gradient(#eb8b24, #b86c1b);
	font-weight: bold;
	background-image:-webkit-linear-gradient(#eb8b24, #b86c1b);
	background-image:-o-linear-gradient(#eb8b24, #b86c1b);
	background-image:linear-gradient(#eb8b24, #b86c1b);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border-color: #fff #d3d3d3 #d3d3d3 #fff;
	border-style: solid;
    border-width: 2px;
}
.submit.closed.wider input { width: 200px; }
.submit.closed.wider input:hover { width: 200px; }

.submit.closed input:hover , .submit.closed a:hover {	
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	float:left;
	margin: 20px 25px 0 0;
	display: block;
	width: 186px;
	height: 22px;
	background: #4E9CAF;
	padding: 21px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-image:-moz-linear-gradient(#b86c1b, #eb8b24);
	background-image:-webkit-linear-gradient(#b86c1b, #eb8b24);
	background-image:-o-linear-gradient(#b86c1b, #eb8b24);
	background-image:linear-gradient(#b86c1b, #eb8b24);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#stat_jour_id
{
	text-transform: capitalize;
}
