/* CSS pour les rubriques de la barre de navigation */

.rubrique_container {
	/*display: inline-block;*/
}

.rubrique_container ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.rubrique_container ul li {
    display: inline-block;
    position: relative;
}

.rubrique_container li ul {    
    position:absolute;
    left:0;
    top:60px; /* make this equal to the line-height of the links (specified below) */
}

.rubrique_container  li li {
    position:relative;
    margin:0;
    display:block;
}

.rubrique_container li li ul {
    position:absolute;
    top:0;
    margin:0;
}

.rubrique_container .sub-menu {
    display:none;
    z-index: 3000;
}

.rubrique_button {
	margin: 0px; 
	padding: 0px;
}

.sub-menu button {
	width: 150px;
}

.btn_menu {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #0030a1;
	min-width:120px !important;
}

.btn_menu:hover {
	background-color: #3571ff;
}

.btn_menu_hover {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	color: white;
	border-color: #ddd;
	background-color: #3571ff;
	min-width:120px !important;
	text-align: left;
	height: 60px;
	font-size: 16px;
}

.btn_menu:hover {
	background-color: #3571ff;
}

.btn_menu_search {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 8px 12px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #0030a1;
	min-width:12px !important;
}

.btn_menu_search:hover {
	background-color: #3571ff;
	color: white;
}

.button_laverie {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'FontAwesome';
	background-color: #0030a1;
}

.button_laverie:hover {
	background-color: #3571ff;
}

.button_laverie:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content:"\f0f7";
}

.button_intervention {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Glyphicons Halflings';
	background-color: #0030a1;
}

.button_intervention:hover {
	background-color: #3571ff;
}

.button_intervention:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content:"\e136";
}

.button_param , .button_gestion, .button_map{
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'FontAwesome';
	background-color: #0030a1;
}

.button_param:hover, .button_gestion:hover , .button_map:hover {
	background-color: #3571ff;
}

.button_param:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content:"\f085";
}

.button_gestion:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content:"\f090";
}

.button_map:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content:"\f041";
}

h4 {
	font-size: 28px;
	padding-left: 30px;
}

div.box-header > h3.box-title {
	font-size: 22px;
}

.form-group label {
	font-size: 16px;
}

label {
	font-size: 16px;
}

.checkbox_text {
	font-size: 16px;
}

.checkbox_title {
	font-size: 18px;
}

span.sous_titre {
	font-size: 16px;	
}

.form-group textarea {
	height: 65px;
}

div.nav-tabs-custom {
	margin-left: 30px;
	margin-right: 30px;
}

span.input-group-addon {
	cursor: pointer;
}

.button_upload{
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/		
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
	
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;	
	border:solid 2px #cfcfcf !important;
	height:51px !important;
	line-height:51px;
	vertical-align:middle;
	
	text-align:left !important;
	background-color:#0030a1;
	color:white;
}

.little_button_default {
	background-color: #f4f4f4;
	color: white;
}

.little_button_default:hover {
	background-color: #dddddd;
	color: white;
}

.tooltip-inner {
	background-color: red;
}