body {
	padding-top: 60px;
}
@media (min-width: 992px) {
	body {
		padding-top: 160px;
	}
}

h3 {
	font-weight: bold;
}

.header {
    height: 100px;
    background: url(./image/global/bandeau.png) no-repeat;
	background-color: #000000;
	background-position: center;
}

.text-bold {
	font-weight: bold;	
}

.accueil {
/*	background: url(image/global/accueil.jpg) no-repeat center top ;*/
}

.navbar-inverse {
    background-color: #000;
}

.nav-div {
    color: #fff;
	padding: 15px;
}
.nav-div > a {
    text-decoration: none;
	color: #9D9D9D;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #080808
}

.nav-active  {
	cursor: default;
	background-color: #080808;
	font-weight: bold;
}
.nav-active  > a {
	color: #fff;
}

.panel-fullwidth {
	background: none;
}

.panel-titre {
/*	background: #23295d url(./image/global/fond_titre.png) repeat-y;*/
	line-height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.panel-default > .panel-titre {
	background: #000 ;
	color: #fff ;
}

.panel-corps {
	background-color: #efefef;
}
.panel-corps-fullwidth {
	background-color: #fff6;
}

.panel-corps-condensed {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.panel-header-tool {
	float: right;
}

.blanc {
    color: #fff;
}
.blanc a {
    color: #fff;
	text-decoration: none;
}
.blanc a:hover{
    color: #f00;
}


.table-verycondensed > thead > tr > th,
.table-verycondensed > tbody > tr > th,
.table-verycondensed > tfoot > tr > th,
.table-verycondensed > thead > tr > td,
.table-verycondensed > tbody > tr > td,
.table-verycondensed > tfoot > tr > td {
	padding: 1px;
}

.th-sm {
	font-size: 12px;
}
.td-sm {
	font-size: 12px;
}

.p-condensed {
	line-height: 1 ;
}

.stage_defaut {
	font-size: 10px;
}

.stage_niveau {
	font-style: italic;
}

.stage_jour {
	font-weight: bold;
}



/*Summernote : personnalisation*/
.dropdown-submenu {
	position: relative;
}
.btn-group.open .dropdown-submenu .dropdown-toggle{
	box-shadow:none;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}


.datepicker {
	z-index:1151 !important;
}

fieldset legend {
	font-size: 18px;
	margin-bottom: 5px;
}

fieldset legend span {
	float: right;
	font-size: 12px;
}

fieldset input[type="checkbox"] {
	margin-left: 20px;
}

.table-cours {
	border: 1px solid #000000 ;
}
.table-cours > tbody [rowspan],
.table-cours > tbody [rowspan] ~ th,
.table-cours > tbody [rowspan] ~ td,
.table-cours > tfoot {
	border-top: 1px solid #000000;
}
.table-cours > tbody > tr > td {
	vertical-align: middle ;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.table-cours > tbody > tr > td > p {
	margin: 0 ;
}

.table-prof > tbody > tr > td {
	vertical-align: middle ;
}
.table-prof > tbody > tr > td > p {
	margin: 0 ;
}

.table-inputcolor-column {
	width: 170px;
}