/* CSS Document */
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#545454;
}
body.index {
	overflow:hidden;
	width:100%;
	height:100%;
}
body.result_search {
	background:url(../../../images/backg_1.jpg) fixed;
}
a {
	color:#5398cd;
}
a:hover {
	color:#545454;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
	display:block;
	height:41px;
	width:248px;
}
.chiffres h1 {
	width:200px;
}
h1 a {
	float:left;
	padding-left:40px;
	color:#fff;
}
h1 a:hover {
	color:#fff;
}
h2 {
	margin:0;
	font-size:18px;
	border-bottom:1px solid #c9c9c9;
	font-weight:normal;
	color:#5398cd;
	line-height:30px;
	margin-bottom:15px;
}
h4 {
	margin:0 0 5px 0;
	font-weight:bold;
	color:#5398cd;
}

.ville h1 a {
	background:url(../../../images/icon_ville.gif) 9px 9px no-repeat;
}
.dep h1 a {
	background:url(../../../images/icon_dep.gif) 9px 9px no-repeat;
}
.chiffres h1 a {
	background:url(../../../images/icon_chiffres.gif) 9px 9px no-repeat;
	cursor:pointer;
}
.ville:hover h1 {
	background:url(../../../images/ville_hover.png);
}
.dep:hover h1 {
	background:url(../../../images/dep_hover.png);
}
.chiffres:hover h1 {
	background:url(../../../images/chiffres_hover.png);
}
a {
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
}

ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
.right {
	float:right;
}

.background {
	position:absolute;
	width:100%;
	min-width:980px;
	z-index:10;
	top:41px;
}
.result_search .background {
	bottom:0;
	top:inherit;
	position:fixed;
}
.result_search .background{
	top:0;
}
#reference {
	background:url(../../../images/logo.png) no-repeat;
	width:459px;
	height:292px;
	position:absolute;
	z-index:20;
	top:41px;
}
#main {
	position:absolute;
	width:100%;
	height:100%;
	z-index:30;
}
.result_search #main {
	overflow:auto !important;
	position:relative;
}
#header {
	width:100%;
	height:46px;
	background:url(../../../images/top_fd.png) repeat-x;
	position:absolute;
	z-index:50;
}
#logo {
	background:url(../../../images/logo_mairie.png);
	width:167px;
	height:31px;
	float:left;
	margin:3px 92px 0 0;
}


/*=====================Menu========================*/
.bt_menu {
	float:left;
	line-height:41px;
	background:url(../../../images/sep_header.png) no-repeat;
	padding-left:2px;
}
.navigation {
	background:url(../../../images/fd_menu.png);
	display:none;
}
.navigation li {
	padding:0;
	margin:0;
	width:248px;
}
.navigation li span, .navigation li a {
	font-size:12px;
	display: block;
	padding:0;
	line-height:25px;
	padding-left:5px;
}
.ville .navigation li span, .ville .navigation li a {
	color:#671a82;
	border-bottom:1px solid #671a82;
	background:url(../../../images/fleche_bas.gif) 230px no-repeat; 
}
.ville .navigation .open a, .ville .navigation .open span { 
	background:url(../../../images/fleche_haut.gif) 230px no-repeat; 
}
.dep .navigation li span, .dep .navigation li a {
	color:#931616;
	border-bottom:1px solid #931616;
	background:url(../../../images/fleche_dep_bas.gif) 230px no-repeat; 
}
.dep .navigation .open a, .dep .navigation .open span { 
	background:url(../../../images/fleche_dep_haut.gif) 230px no-repeat; 
}
.navigation li li a {
	background:none !important;
	border-bottom:none;
	color:#545454 !important;
	font-size:11px;
	display:block;
	padding:1px 0 2px 10px;
	line-height:15px;
	border-bottom:1px solid #ddd !important;
}
.navigation li li a:hover {
	color:#fff !important;
	border-bottom:1px solid #fff !important;
}
.ville .navigation li li a:hover {
	background:#671a82 !important;
}
.dep .navigation li li a:hover {
	background:#931616 !important;
}
.navigation li li {
	margin:0;
	width:248px;
	height:18px;
	border-bottom:1px solid #ddd;
}
li .toggleSubMenu {
	background:url(../../../images/fleche_bas.gif) right no-repeat;
}
#bt_menu_end {
	float:left;
	height:41px;
	background:url(../../../images/sep_header.png) no-repeat;
	padding-left:2px;
}
/*=====================fin Menu========================*/



#foot {
	height:52px;
	width:100%;
	bottom:0;
	position:absolute;
	z-index:40;
}
#bloc_footer {
	background:url(../../../images/foot_fd.png);
	margin:0 10%;
	height:52px;
}
.menu_foot {
	width:180px;
	height:52px;
	padding:0 10px;
	background:url(../../../images/sep_foot.png) right no-repeat;
	float:left;
}
.menu_foot a {
	float:left;
	height:39px;
	width:30px;
	margin:6px 10px 0 0;
	cursor:pointer;
}
.menu_foot a.mot {
	width:30px;
	background:url(../../../images/icon_mot.png) no-repeat;
}
.menu_foot a.lexique {
	width:33px;
	background:url(../../../images/icon_lexique.png) no-repeat;
}
.menu_foot a.help {
	width:38px;
	background:url(../../../images/icon_help.png) no-repeat;
}
.menu_foot a.credits {
	width:38px;
	background:url(../../../images/icon_credit.png) no-repeat;
	margin:6px 0 0 0;
}
#search {
	float:left;
	height:31px;
	padding:10px 0 0 0;
}
#loupe {
	float:left;
	width:27px;
	height:31px;
	margin-top:3px;
	background:url(../../../images/loupe.png) left 0px no-repeat;
}
.text {
	width:110px;
	height:17px;
	background:url(../../../images/search_fd.png) repeat-x;
	border:none; margin-top:3px;
	padding:4px 5px;
	float:left;
	color:#617aa9;
}
.valid {
	float:left;
	width:31px;
	height:31px;
	background:url(../../../images/search_valid.png) no-repeat;
	border:none;
	cursor:pointer;
}
#bloc_diapo {
	float:right;
	background:url(../../../images/sep_foot.png) left no-repeat;
	height:52px;
	padding:0 10px;
	width:100px;
}
#bloc_diapo div.bg_nav {
	float:right;
	width:100px;
	height:10px;
}
.lien_diapo {
	color:#fff;
	text-decoration:none;
	text-align:center;
	float:right;
	width:94px;
	margin:4px 4px 8px 4px;
	height:10px;
	background:url(../../../images/fleche_diapo.gif) right 5px no-repeat;
}
.lien_diapo:hover {
	color:#fff;
	text-decoration:underline;
}
.bt_suiv, .bt_pause, .bt_play, .bt_prec {
	background:url(../../../images/bt_suiv.png) no-repeat;
	width:11px;
	height:9px;
	float:right;
	padding:3px;
	margin:5px 7px;
}
.bt_pause {
	background:url(../../../images/bt_pause.png) no-repeat;
}
.bt_play {
	background:url(../../../images/bt_play.png) no-repeat;
}
.bt_prec {
	background:url(../../../images/bt_prec.png) no-repeat;
}

a#icon_pdf {
	float:right;
	height:52px;
	width:45px;
	background:url(../../../images/icon_pdf.png) right no-repeat;
	text-indent:-2500px;
	cursor:pointer;
}
#foot p {
	float:right;
	margin:5px 5px 0 0;
}
#foot p a {
	text-align:right;
	color:#fff;
	text-decoration:none;
	line-height:14px;
	font-size:11px;
}
#legende p {
	width:30%;
	text-align:right;
	float:right;
}
.boxcaption p {
	text-align:left;
	float:left !important;
	margin:0 !important;
	padding:0 5px;
	font-size:11px;
}

/*=====================Tooltip========================*/
div.tooltip {
    background:url(../../../images/foot_fd.png);
    font-size:14px;
    padding:10px;
    width:150px;
    font-size:11px;
    display:none;
    color:#fff;
}
div.tooltip h3 {
    margin:0;
    font-size:14px;
    color:#fff;
	text-align:center;
}
div.tooltip p {
	margin:0;
	padding:0;
}
/*=====================Overlay========================*/
div.mot, div.lexique, div.aide, div.credits {
	background:url(../../../images/bg_overlay.png) no-repeat;
	width:780px;
	height:480px;		
	display:none;
	padding:30px;
}
.box_content {
	width:780px;
	height:420px;
	overflow:auto;
}
div.mot img, div.lexique img, div.aide img {
	float:left;
	margin:0 10px 0 0;
}

div.mot div.close, div.lexique div.close, div.aide div.close, div.credits div.close {
	background:url(../../../images/close_overlay.png) no-repeat;
	position:absolute;
	right:21px;
	top:21px;
	cursor:pointer;
	height:30px;
	width:30px;
}
div.mot div.close:hover, div.lexique div.close:hover, div.aide div.close:hover, div.credits div.close:hover {
	background-position:left bottom;
}


/*=====================Tabs========================*/
ul.tabs { 
	list-style:none; 
	margin:0 0 10px 0 !important; 
	padding:0 0 0 100px;
	height:21px;
	border-bottom:1px solid #c9c9c9;
	
}
.aide ul.tabs {
	padding:0 0 0 220px;
}
ul.tabs li, ul.tabs a {
	float:left;
	font-size:14px;
	display:block;
	height: 20px;  
	line-height:20px;
	border:1px solid #c9c9c9;
	text-align:center;	
	text-decoration:none;
	color:#c9c9c9;
	padding:0px;
	margin:0 0 0 -1px;	
	position:relative;
}
ul.tabs a {
	border:none;
	color:#5398cd;
}
.lexique ul.tabs li, .lexique ul.tabs li a {
	width:20px;
}
.aide ul.tabs li a {
	padding:0 10px;
}
ul.tabs a:active {
	outline:none;		
}
ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#545454;	
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background:#5398cd;
	cursor:default !important; 
	color:#fff !important;
}
.lexique ul.tabs a.current, .lexique ul.tabs a.current:hover, .lexique ul.tabs li.current a {
	width:21px;
}
.aide ul.tabs a.current, .aide ul.tabs a.current:hover, .aide ul.tabs li.current a {
	padding:0 10px;
}
div.panes div.pane {
	display:none;		
}
.panes {
	font-size:12px;
	color:#545454;
}
.panes p {
	margin:0 0 10px 10px;
	font-size:11px;
	line-height:14px;
}
div.lexique div div.panes div {
}
.credits ul {
	padding-left:20px;
}
.credits li {
	float:left;
	width:240px;
	height:20px;
	font-size:12px;
	border-left: 1px solid #c9c9c9;
	padding-left:5px;
	line-height:20px;
}

/*=====================Galerie========================*/
.tog {
	display:none;
	position:absolute;
	width:420px;
	height:100px;
	background:url(../../../images/foot_fd.png);
	padding:0px;
	right:10%;
	bottom:52px;
}
div.scrollab {
	position:absolute;
	top:0px;
	left:18px;
	overflow:hidden;	 	
	width:380px;	
	height:100px;
	float:left;
	padding:0;				
}
div.scrollab div.items {	
	width:20000px;	
	position:absolute;
	clear:both;
	margin-left:0px;
	padding:5px 0;
}
div.scrollab div.items div {
	float:left;
	text-align:center;
	width:120px;
	padding:0px;
	margin:5px;
}
div.scrollab div.items div.active {		
	background-color:#fff;
}
div.scrollab {
	float:left;	
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	position:absolute;
	width:5px;
	height:8px;
	padding:0;
	background:url(../../../images/bt_nav_gal.gif) no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:12px;
}
a.prev {
	top:45px;
	left:8px;
}
a.prev:hover {
	background-position:0px -13px;
}
a.next {
	top:45px;
	right:8px;
	background-position:-8px 0px;
	clear:right;
}
a.next:hover {
	background-position:-8px -13px;
}
a.disabled, a.disabled:hover {
	background-position:-16px -13px;
	cursor:default;	
}
div.navi {
	position:absolute;
	top:-20px;
	left:150px;
	height:10px;
	padding:5px;
	background:url(../../../images/foot_fd.png);
}
div.navi a {
	width:13px;
	height:8px;
	float:left;
	margin:0 5px;
	background:url(../../../images/bt_nav_gal.gif) -23px -13px no-repeat;
	display:block;
}
div.navi a.active, div.navi a:hover {
	background:url(../../../images/bt_nav_gal.gif) -23px 0px no-repeat;     
} 

/*=====================Box caption========================*/
.boxgrid{ 
	width: 120px; 
	height: 80px; 
	float:left; 
	background:#161613;  
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p a{
	text-align:left !important;
	padding:0; 
	color:#545454 !important; 
	font-size:11px;
	float:left !important;
	width:110px;
}			
.boxcaption{ 
	float: left; 
	position: absolute; 
	background:url(../../../images/fd_boxcap.png);
	margin:0 !important;
	height: 80px; 
	width: 100%; 
}
.captionfull .boxcaption {
	top: 80px;
	left: 0;
}
.caption .boxcaption {
	top: 40px;
	left: 0;
}
.boxcaption h3 {
	margin:0;
}
.boxcaption h3 a {
	color:#5398cd;
}

/*=====================Résultat de recherche========================*/

#container {
	width:980px;
	padding:0;
	margin:0 auto;
	margin-top:41px;
	position:relative;
}
body.result_search #container {
	margin-top:0px;
}
#container #fond {
	background:url(../../../images/fd_container.png) repeat-y;
	float:left;
	padding:0;
	margin:0;
	width:980px;
}
#container #header_search {
	width:960px;
	margin-left:10px;
	height:144px;
	float:left;
}
#top_search {
	float:left;
	height:40px;
	width:960px;
	background:#3275ac url(../../../images/logo_search.png) no-repeat;
}

#container #result {
	background:#f2f2f2 url(../../../images/ombre_result.png) bottom no-repeat;
	width:960px;
	margin:0 10px 10px 10px;
	height:59px;
	padding-bottom:10px;
	float:left;
	color:#545454;
	font-size:14px;
	text-align:center;
	line-height:59px;
}
#container #result_tab {
	width:920px;
	margin:0px 30px 20px 30px;
	float:left;
}
#container #search_tit {
	background:url(../../../images/banniere_search.jpg) no-repeat;
	float:left;
	width:599px;
	height:104px;
}
.other_search {
	background:url(../../../images/bloc_search.jpg) no-repeat;
	float:right;
	width:361px;
	height:104px;
}
a.retour_acc:hover {
	background-position:0 -70px;
}
input.autre {
	border:none;
	float:left;
	padding:3px;
	color:#545454;
}
button {
	background:#397aae;
	color:#fff;
	border:none;
	padding:2px;
	cursor:pointer;
}
button:hover {
	background:#6295bf;
}
.search_word, .search_number {
	font-size:16px;
	color:#3678ae;
}
#container table {
	border-bottom:1px solid #c9c9c9;
}
#container tr.titre {
	color:#4e88b8;
	font-size:16px;
}
#container tr.impairs {
	background:#eaf3f7;
}
#container td {
	padding:5px 10px;
}
#container td.gch {
	padding:5px 10px;
	width:580px;
}
#container td.drt {
	border-left:1px solid #fff;
	width:240px;
}
#container td.drt a {
	padding-left:20px;
	background:url(../../../images/right.png) no-repeat;
	display:block;
}
#foot_container {
	width:980px;
	background:url(../../../images/result_foot.png) no-repeat;
	height:40px;
	float:left;
	text-align:center;
}
#container a {
	color:#5a90bd;
}
#container a:hover {
	color:#545454;
}
#top_search a {
	color:#545454;
	font-size:16px;
	float:right;
	width:175px;
	height:40px;
	padding-right:30px;
	background:url(../../../images/close_search.png) 170px 10px no-repeat;
	line-height:40px;
}
#top_search a:hover {
	background-position:170px -50px;
	color:#fff;
}

/* search engine */


.searchheading { font-size: 130%; font-weight: bold; }

.results { font-size: 100%; }
.results {}


.zoom_searchform {
	padding:43px 0 0 140px;
}
.zoom_searchbox {
	float:left;
	padding:3px;
	border:none;
}
.zoom_button {
	width:24px;
	height:22px;
	background:#fff url(../../../images/ico_loupe.png) 1px no-repeat;
	border:none;
	text-indent:-1500px;
	cursor:pointer;
}

div.rsuccess {}
div.rnomatch {
	padding:10px 0 0 100px;
	height:55px;
	background:#FFFFCC url(../../../images/ico_nomatch.png) 30px 10px no-repeat;
}

ol.results {
	margin:0;
	padding:0;
}
ol.results li {
	margin: 3px 3px 8px 3px;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom:1px solid #eee;
	padding:0 10px;
	width:900px;
}
ol.results li h2 {
	border-bottom:none;
	margin-bottom:10px;
	float:left;
	padding-right:20px;
	width:270px;
	min-height:30px;
	color:#545454;
	padding-left:30px;
	background:url(../../../images/ico_pdf.png) 0px 3px no-repeat;
}
ol.results li a { color:#006699; }
ol.results li a:hover { color: #00CC99; }

ul.pager {
	margin: 0;
	padding: 0 ;
	list-style: none;
	float:left;
	white-space:nowrap;
	width:580px;
}
ul.pager li {
	margin: 0;
	padding: 0;
	list-style: none;
	border:none;
	width:15px;
	display:inline;
}
ul.pager li a {
	float:left;
	padding:5px;
	height:15px;
	margin-top:4px;
}

