/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 juin 2016, 11:43:09
    Author     : chico
*/
a {
    color: #158dc5;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #158dc5 !important;
}

.menucouleur ul.sub-menu li  a{
	color:#fff;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
	margin:20px;
}
.menucouleur  li.current-menu-item a{
	border-left: 5px solid #fff;
	padding-left:10px;

}
.menucouleur  li.current-menu-item  ul.sub-menu a{
	border-left: 0px solid #fff;
	padding-left:0px;

}

.menucouleur ul.sub-menu {
	padding-bottom:20px;
}
.menucouleur ul{
list-style:none;}


.menucouleur{
	background-color:#158dc5;
	padding-bottom:1px;
	margin-top:-140px;
	padding-top:120px;}

.page-header {
	background-color:#158dc5;
}