

/* @group search-page */
#search-form {
	width: 360px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
	/* mac-ie5 won't see this \*/
#search-form {
	width: 350px;
}
	/* end hack */


#commune-list {
	width: 190px;
	float: left;
	margin-left: 18px;
	text-align: left;
}

#search-form h1 {
	font-family: georgia, times, serif;
	font-size: 13px;
	color:  #663;
	text-align: left;
	margin: 16px 0 20px 0;
}
#search-form h4 {
	font-family: georgia, times, serif;
	font-size: 11px;
	color:  #663;
	text-align: left;
	margin: 6px 0 4px 0;
	padding: 0;
}

#search-form p {
	font-size: 10px;
	text-align: left;
	line-height: 140%;
	color: #663;
}

#search-form form {
	margin: 0 0 0 0;
	padding: 6px 20px;
	font-size: 10px;
	text-align: left;
	border: 1px solid #c6c69b;
	background-color: #eeb;
}

#search-form form input {
	font-size: 10px;
	text-align: left;
	margin: 0 0 6px 0;
}

#search-form div.carto {
	margin: 10px 0 0 0;
	padding: 6px 20px 12px;
	font-size: 10px;
	text-align: left;
	border: 1px solid #c6c69b;
	background-color: #eeb;
}

#search-form div.flash-map {
	margin: 10px 14px 0 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
	float: left;
}



	/* liste communes */

dl.detail-commune
{
	margin: 0;
	padding: 0;
}
	
.detail-commune dt
{
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #cc3;
}
	
.detail-commune dd
{
	margin: 0 0 0 10px;
	padding: 1px 2px;
}


.detail-commune dd a:link,
.detail-commune dd a:visited,
.detail-commune dd a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	display: block;
}

.detail-commune dd a:hover {
	color: #333;
	background-color: #cc9;
}


.detail-commune dt a:link,
.detail-commune dt a:visited,
.detail-commune dt a:hover {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
}

.detail-commune dt a:hover {
	color: #333;
	background-color: #cc9;
}
/* @end */



