/***************************************************************************/
/**** TITLE ****************************************************************/
/***************************************************************************/
h1, h2, h3, h4, h5, h6, small
{
	font-weight: 300 !important;
}

/***************************************************************************/
/**** BUTTON ***************************************************************/
/***************************************************************************/
.btn-blue
{
	background-color: #009DCC;
	color: #fff;
}
.btn-blue:hover,
.btn-blue:focus
{
	background-color: #00627F;
	color: #fff;
}

/***************************************************************************/
/**** DROPDOWN *************************************************************/
/***************************************************************************/
.dropdown-menu 
{
	margin-top: 0px !important;
}

/* Dropdown spécifique avec un système .media */
.dropdown-image
{
	padding: 15px;
}
.dropdown-image .media-body
{
	padding: 0px 10px;
}
.dropdown-image ul
{
	font-size: 11px;
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
}

/***************************************************************************/
/**** BADGES ***************************************************************/
/***************************************************************************/
.badge-danger
{
	background-color: #e06666 !important;
}

/***************************************************************************/
/**** TABLES ***************************************************************/
/***************************************************************************/
table th.sorting:after
{
	font-family:'FontAwesome' !important;
	content: "\f0dc" !important;	
}
table th.sorting_asc:after
{
	font-family:'FontAwesome' !important;
	content: "\f0de" !important;	
}
table th.sorting_desc:after
{
	font-family:'FontAwesome' !important;
	content: "\f0dd" !important;	
}

/***************************************************************************/
/**** FORMS ****************************************************************/
/***************************************************************************/
label
{
	font-weight: 300 !important;
}