ul 
{
	list-style: none;
}

ul > li 
{
	margin-bottom:1px;
}

ul > li > i 
{
	 margin-right: 5px;
}

.uk-form-horizontal .uk-form-label 
{
	width: 30%;
}

.uk-form-horizontal .uk-form-controls
{
	margin-left: 30%;
}

.conteneur_categorie
{
	margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.conteneur_categorie span
{
	z-index: 1;
    margin: 0px 0px 0px 100px;
    position: relative;
    background: rgb(0,138,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 0%, rgba(82,177,82,1) 0%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 100%, rgba(0,36,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 0%,rgba(82,177,82,1) 0%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%,rgba(0,36,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 0%,rgba(82,177,82,1) 0%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 100%,rgba(0,36,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
    padding: 7px 30px;
    color: white;
	border-radius: 5px;
}

.conteneur_categorie p
{
	position: relative;
    width: 100%;
    border-top: 1px solid #aaa;
    top: -8px;
    margin: 0px 0px 0px 0px !important;
}

.tooltip_aide
{
	color: #960;
	border: 1px solid #FFDF0E;
	background-color: #FEF893;
	padding: 2px 5px;
	display: inline;
	border-radius: 4px;
	cursor: pointer;
}