/* @override http://www.mde-alescevennes.fr/wp-content/plugins/annuaire/css/annuaire.css?ver=3.3.1 */

.annuaire-box {
	width: 99% !important;
	border: none !important;
	font: inherit !important;
	color: inherit !important;
}

.annuaire-box ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.annuaire-box-header {
	padding: 0 6px;
}

.annuaire-box-header ul.ui-widget-header {
	background: none;
	border: none;
	color: none;
}

.annuaire-box-header ul li {
	background-color: #CCD;
	border: 1px solid #AAB;
	padding: 3px 5px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
}

.annuaire-box-header ul li:hover, .annuaire-box-header ul li.ui-state-hover {
	background: #DDE;
	cursor: pointer;
}

.annuaire-box-header ul li a{
	text-decoration: none;
	color: #333;
	float: left;
}

.annuaire-box-header ul li a:hover{
	color: #333;
}

.annuaire-box-header ul li.ui-tabs-selected {
	background: #FFF;
	background-image: -webkit-linear-gradient(center top, #F5F5F5, #FFFFFF);
	background-image: -moz-linear-gradient(center top, #F5F5F5, #FFFFFF);
	background-image: linear-gradient(center top, #F5F5F5, #FFFFFF);
	border-bottom: 1px solid #FFF !important;
	font-weight: bold;
	padding-bottom: 0 !important;
}

.annuaire-box-body .annuaire-box-body {
	border: 1px solid #AAB;
	border-radius: 3px;
}

.annuaire-box .annuaire-box-body .annuaire-box-content {
	padding: 10px !important;
}

.annuaire-box-body .annuaire-box-content .annuaire-liste{
	margin: 0;
	list-style: none;
}

.annuaire-box-body .annuaire-content-element .annuaire-element-title {
	background-color: #DADADA;
	background-image: -webkit-linear-gradient(center top, #DADADA, #B0B0B0);
	background-image: -moz-linear-gradient(center top, #DADADA, #B0B0B0);
	background-image: linear-gradient(center top, #DADADA, #B0B0B0);
	border: 1px solid #AAB;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 14px;
	cursor: pointer;
}

.annuaire-box-body .annuaire-element-title:hover {
	background-color: #D0D0D0;
	background-image: -webkit-linear-gradient(center top, #E5E5E5, #D0D0D0);
	background-image: -moz-linear-gradient(center top, #E5E5E5, #D0D0D0);
	background-image: linear-gradient(center top, #E5E5E5, #D0D0D0);
}

.annuaire-box-body .annuaire-content-element .annuaire-element-content {
	border: 1px solid #AAB;
	border-top: none;
	border-radius: 0 0 3px 3px;
	padding: 3px 5px;
	margin: 0 5px;
	background: #FFF;
}

.annuaire-box-body .annuaire-content-element {
	margin: 5px 0;
}

.annuaire-box-body .annuaire-content-element table{
	border: none;
}

.annuaire-box-body .annuaire-content-element td{
	border: none;
}

.annuaire-content-element .annuaire-titre {
	background: url('../images/arrow-green_14.png') no-repeat 5px center;
	border-bottom: 1px dotted #8BAF0C;
	color: #8BAF0C;
	font-size: 18px;
	padding-left: 20px;
}

/*** WIDGET ***/

.widget.annuaire {
	/*border: 1px solid #88A0CC;
	
	border-radius: 10px;
	box-shadow: -8px 8px 6px #D0D0D0;
	*/
	background: url('../images/bloc-mde.png') no-repeat bottom right;
	padding-bottom: 25px;
}

.widget.annuaire .widget-title {
	/*
	background: #88A0CC;
	background-image: -webkit-linear-gradient(center top, #88A0CC, #335088);
	background-image: -moz-linear-gradient(center top, #88A0CC, #335088);
	background-image: linear-gradient(center top, #88A0CC, #335088);
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	padding: 0 5px;
	*/
	
	background:#e9e9e9 url("/wp-content/plugins/annuaire/images/picto-bloc-annu.png") no-repeat left center;
	margin: 0;
	clear: both;
	padding: 20px 0 20px 80px;
	color: #0056a1;
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.3em;
	border-bottom: 1px solid white;

}

.widget.annuaire .body {
	padding: 0 0 10px 0;
	background: #e9e9e9;
}

.widget.annuaire .annuaire_widget_cat {
	color: #0056a1;
	font-weight: normal;
	line-height: 35px;
	padding: 0 28px;
	cursor: pointer;
	margin: 2px 0;
	min-height: 25px;
	border-bottom: 1px solid #fff;
}
.widget.annuaire .annuaire_widget_cat:hover {
	background: url("/wp-content/plugins/annuaire/images/plus-annu-on.png") no-repeat left center;
	color: #000;
}

.widget.annuaire .annuaire_widget_search {
	display: none;
	padding: 0 3px;
	font-size: 12px;
	margin: 0 0 9px 0;
}

.widget.annuaire .annuaire_widget_search select{
	width: 100%;
}

.widget.annuaire .button {
	cursor: pointer;
	background: url("../images/button-grad.png") repeat-x scroll left top #21759B;
	border-color: #298CBA;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-sizing: content-box;
	border-radius: 11px 11px 11px 11px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 12px !important;
	line-height: 13px;
	padding: 3px 8px;
	text-decoration: none;
}