#directorySearchForm {
	background-color: #f2f2f2;
	padding: 20px;
}

#directorySearchForm .line {
	overflow: hidden;
	margin: 10px 0;
}

#directorySearchForm .searchField {
	float: left;
	margin-right: 3px;
}

#tx_wngdirectory_pi1_search {
	width: 640px;
	height: 32px;
	line-height: 32px;
	margin: 0;
}

#directorySearchForm .advancedSearch {
	float: left;	
}

#directorySearchForm .advancedSearch a {
	padding: 0;
	border: 1px solid #e2e2e2;
	width: 25px;
	height: 40px;
	background-color: #f6f6f6;
	background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
	position: relative;
	color: #757575 !important;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 40px;
}

#directorySearchForm .submitButton {
	float: right;
}

#directorySearchForm input[type=submit],
.wng_directory .moreLink {
	background-color: #345995;
	background-image: -moz-linear-gradient(top, #426aab, #1e3f74);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#426aab), to(#1e3f74));
	background-image: -webkit-linear-gradient(top, #426aab, #1e3f74);
	background-image: -o-linear-gradient(top, #426aab, #1e3f74);
	background-image: linear-gradient(to bottom, #426aab, #1e3f74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff426aab', endColorstr='#ff1e3f74', GradientType=0);
	font-family: "allerregular";
	font-size: 13px;
	text-align: center;
	color: #ffffff !important;
	height: 41px;
	padding: 5px 30px;
	line-height: 40px;
	border: none;
	display: block;
}

.wng_directory .moreLink {
	margin: 30px auto 10px auto;
	width: 150px;
	height: 25px;
	line-height: 25px;
}

#directorySearchForm .checkboxList {
	overflow: hidden;	
}

#directorySearchForm .checkboxList .checkbox {
	width: 130px;
	float: left;
	margin: 10px 10px 5px 0;
}

#directorySearchForm .checkboxList .checkbox label {
	color: #1e3f74;	
}

.directoryListContainer .item {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0;
}

.directoryListContainer .details {
	overflow: hidden;	
}

.directoryListContainer .details .activities,
.directoryListContainer .details .location,
.directoryListContainer .details .contact {
	float: left;
	width: 270px;
	margin-right: 20px;
}
/* Annuaire */
#directorySearchForm {
    background-color: #f2f2f2;
    padding: 20px;
}
#directorySearchForm .line {
    overflow: hidden;
    margin: 10px 0;
}
#directorySearchForm .searchField {
    float: left;
    margin-right: 3px;
}
#tx_wngdirectory_pi1_search {
    width: 640px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 4px 6px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 12px;
    color: #8e8e8e;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: -1px -1px 0px 0px #dddddd;
    -moz-box-shadow: -1px -1px 0px 0px #dddddd;
    box-shadow: -1px -1px 0px 0px #dddddd;
}
#directorySearchForm .advancedSearch {
    float: left;
}
#directorySearchForm .advancedSearch a {
    padding: 0;
    border: 1px solid #e2e2e2;
    width: 27px;
    height: 42px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
    position: relative;
    color: #757575 !important;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 42px;
}
#directorySearchForm .submitButton {
    float: right;
}
#directorySearchForm input[type=submit], .wng_directory .moreLink {
    background-color: #345995;
    background-image: -moz-linear-gradient(top, #426aab, #1e3f74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#426aab), to(#1e3f74));
    background-image: -webkit-linear-gradient(top, #426aab, #1e3f74);
    background-image: -o-linear-gradient(top, #426aab, #1e3f74);
    background-image: linear-gradient(to bottom, #426aab, #1e3f74);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff426aab', endColorstr='#ff1e3f74', GradientType=0);

    font-size: 13px;
    text-align: center;
    color: #ffffff !important;
    height: 41px;
    padding: 0 30px;
    line-height: 41px;
    border: none;
    display: block;
}
.wng_directory .moreLink {
    margin: 30px auto 10px auto;
    width: 150px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
}
#directorySearchForm input[type=submit]:hover, .wng_directory a.moreLink:hover {
    background-color: #507cc4;
    background-image: -moz-linear-gradient(top, #6998e4, #1e3f74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6998e4), to(#1e3f74));
    background-image: -webkit-linear-gradient(top, #6998e4, #1e3f74);
    background-image: -o-linear-gradient(top, #6998e4, #1e3f74);
    background-image: linear-gradient(to bottom, #6998e4, #1e3f74);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6998e4', endColorstr='#ff2a5393', GradientType=0);
}
#directorySearchForm .checkboxList {
    overflow: hidden;
}
#directorySearchForm .checkboxList .checkbox {
    width: 130px;
    float: left;
    margin: 10px 10px 5px 0;
}
#directorySearchForm .checkboxList .checkbox label {
    color: #1e3f74;
}
.directoryListContainer .item {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
}
.directoryListContainer .details {
    overflow: hidden;
}
.directoryListContainer .details .activities, .directoryListContainer .details .location, .directoryListContainer .details .contact {
    float: left;
    width: 270px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1.56;
}
.directoryListContainer .details .activities p, .directoryListContainer .details .location p, .directoryListContainer .details .contact p {
    margin-bottom: 0px !important;
}
.directoryListContainer .details .activities a, .directoryListContainer .details .location a, .directoryListContainer .details .contact a {
       color: #C53636 !important;
}
.loader {
    display: block;
    margin: 30px auto;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
#directorySearchForm .checkboxList .checkbox input[type=checkbox] {
    margin-left: 0;
}
.page-link{
    margin: 30px auto 10px auto;
    width: 150px;
    height: 35px !important;
    line-height: 25px !important;
    padding: 5px !important;
    background-color: #345995;
    background-image: linear-gradient(to bottom, #426aab, #1e3f74);
	background-repeat: repeat-x;
	font-size: 13px;
	text-align: center;
	color: #ffffff !important;
	height: 41px;
	padding: 0 30px;
	line-height: 41px;
	border: none;
	display: block;
}
.page-link:hover, #submitFormButton {
    background-color: #507cc4;
    background-image: linear-gradient(to bottom, #6998e4, #1e3f74);
    background-repeat: repeat-x;
    color: #ffffff !important;
}
#submitFormButton {
    background-color: #345995;
    background-image: linear-gradient(to bottom, #426aab, #1e3f74);
    background-repeat: repeat-x;
    font-size: 13px;
    text-align: center;
    color: #ffffff !important;
    height: 41px;
    padding: 0 30px;
    line-height: 41px;
    border: none;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.75px;
    max-width: 100%;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    transform: translateZ(0px);
    transition-duration: 0.2s;
    transition-property: color;
    cursor: pointer;
    font-family: inherit;
}
#submitFormButton:hover {
    background-color: #507cc4;
    background-image: -moz-linear-gradient(top, #6998e4, #1e3f74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6998e4), to(#1e3f74));
    background-image: -webkit-linear-gradient(top, #6998e4, #1e3f74);
    background-image: -o-linear-gradient(top, #6998e4, #1e3f74);
    background-image: linear-gradient(to bottom, #6998e4, #1e3f74);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6998e4', endColorstr='#ff2a5393', GradientType=0);
}
/* End Annuaire */