@CHARSET "UTF-8";

html {
	font-size: 70%;
	margin: 0;
	padding: 0;
	background-color:  #aaad3e;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2em;
	color: #fff;
	background-color: #aaad3e;
	text-align: center;
}

a {
	color: #003399;
	background-color: transparent;
}

a:visited {
	color: #003399;
	background-color: transparent;
}

a:hover {
	color: #003399;
	background-color: transparent;
}

img {
	border: 0;
}

/*---------- GENERAL LAYOUT ----------*/

#background {
	background: #AAAD3E url(images/shadow.jpg) repeat-y scroll center top;
	padding: 0;
	margin: 0;
}

#background-overlay {
	background: transparent url(images/background.jpg) no-repeat scroll center 40px;
	padding: 0;
	margin: 0;
}

#background-bottom {
	background: #aaad3a url(images/background-bottom.jpg) no-repeat scroll center top;
	padding: 0;
	margin: 0;
	clear: both;
}


/* 2x3 pixels extra for IE6 */

#page {
	width: 824px;	
	margin: 0 auto;
	text-align: left;	
}


#main {
	background-color: #999900;
	display: inline-block;	
}

#footer {
	text-align: center;
	clear: both;
	padding: 2.5em 0 0.5em 0;
	clear: both;	
}

#left {
	float: left;
	width: 205px;
	display: inline-block;
}

#center {
	float: left;
	width: 572px;
	padding: 0;
	margin: 0 7px 0 30px;
	overflow: visible;
}

#right {
	float: right;
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

/*---------- FONT STYLE DEFINITIONS ----------*/

h1 {	
	letter-spacing: -1px;	
	color: #7D2A00;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	color: #7D2A00;
	font-size: 1.5em;
	margin: 1em 0 0 0;
	padding: 0;
	
}

h3 {
	color: #7D2A00;
	font-size: 1.4em;
	margin: 1em 0 0 0;
	padding:  0;
	font-weight: normal;	
}

p {
	margin-top: 0;
}

/*---------- HEADER ----------*/

#language {
	text-align: center;
	margin: 10px 0;
}

#language img {
	margin: 0 4px;
}

#title_header {
	border-bottom: 4px solid #CACC67;
	margin-bottom: 1em;
	position: relative;
	height: 120px;
}

#title_header h1 {
	margin: 10px 0px 0px 0px;
	bottom: 0;
	position: absolute;
}

/*---------- LEFT COLUMN ----------*/

#events {
	text-align: left;
	width: 198px;
}

.left-item {
	text-align: left;
	padding: 8px 8px 2px 9px;
	margin: 6px 0px;
	border: solid 1px #B2B236;
	background-color: #A5A520;
	font-size: 1em;
}

.left-item img, #center img {
	margin: 3px 0;
	border-top: 3px solid #78783C;
	border-left: 3px solid #78783C;
	border-right: 3px solid #CCCC66;
	border-bottom: 3px solid #CCCC66;
}

#center img.langs {
    border: 0;
    margin: 0 3px -2px 3px;
}

.left-item a, .left-item a:visited {
	text-decoration: none;
	color: #666600;
}

.left-item h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}

#right img {
	border-top: 4px solid #78783C;
	border-left: 4px solid #78783C;
	border-right: 4px solid #CCCC66;
	border-bottom: 4px solid #CCCC66;
}

/*---------- TABLES ----------*/

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

th {
	text-align: left;
}

th, td {
	padding: 4px 12px;
	border-bottom: 1px dotted #ccc;
}

td {
	display: table-cell;
}

/*---------- FORMS ----------*/

fieldset {
	border: 1px dotted #ccc;
	padding: 10px;
}

legend {
	font-size: 140%;
	font-weight: bold;
	background-color: #7F804D;
	color: white;
	padding: 2px 4px;
}

dt {
	float: left;
	clear: left;
	width: 128px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

dd {
	text-align: left;
	padding: 2px 0 4px 8px;
	margin: 0 0 0 4px;
}

dd ul {
	margin: 0 0 0 8px;
}

.zend_form p {
    padding: 0;
    margin: 0 0 12px 128px;;
}

.long-dt {
	width: 400px;
}

form input.text {
	width: 250px;
}

form input.text.long {
	width: 400px;
}

form input.submit, form input.submitbutton {
	background-color: #000;
	border: 1px outset #CCC;
	padding: 0.3em 2em;
	color: #fff;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1em;
}

form input.form-submit {
	margin-top: 2em;
}

form input.submit-search {
	background-color: #000;
	border: 1px outset #CCC;
	padding: 0.2em 0.4em;
	color: #fff;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1em;
}

textarea {
	height: 4em;
	overflow: auto;
	font-family: inherit;
	font-size: 1em;
}

textarea.long {
	height: 8em;
}

dd textarea {
	width: 400px;
	font-family: Georgia;
	font-size: inherit
}

input.submitbutton {
	padding: 0.2em 2em;
}

.errors li, #nom_error li, #email_error li {
	list-style-type: none;
	list-style-image: url(images/error.png);
	list-style-position: outside;
	margin: 8px 12px 12px 12px !important;
}

.errors, #nom_error, #email_error {
	margin-bottom: 0.5em;
}

.required {
	background: url(images/required-blanc.png) no-repeat right top;
	padding-right: 12px;
}

#form-rechercher {
	margin: 8px 0 10px 10px;
	padding: 0;	
	width: 180px;
}
#form-rechercher div {
	margin: 0;
	padding: 0;		
	height: 20px;
	background-color: #fff;
	width: 134px;
}
input.rechercher {	
	width: 130px;
	border: 1px solid #CCCC66;
	font-size: 0.8em;
	margin: 0 0 0 0;
	padding: 1px 0 1px 3px;	
	height: 16px;
	
}
input.button {	
	width: 40px;
	height: 20px;	
	
	margin: 0 0 0 2px;
	float: right;
	background: #000 url(images/recherche.png) no-repeat center center;
	border: 0 solid transparent;
}

#participationimages dt {
    width: 228px;
}

dd #foo-input {
    margin-left: 126px;
}
#artisan_contact .errors {    
    padding-left: 0;
}



/*---------- MENU ----------*/

#menu {
	width: 198px;
}

#menu ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #cccc66;
}

#menu li {
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #999900;
	color: #999;
	width: 198px;
	border-bottom: 1px solid #cccc66;
}

#menu li a {
	display: block;
	text-align: left;
	color: #F5F5E5;
	padding: 6px 0 6px 10px;
	margin: 0;
	font-weight: bold;
}

#menu li a:hover {
	background-color: #9F9F0C;    
}

#menu a {
	text-decoration: none;
    display: block;      
}

#menu li.selected {
	background-color: #A5A520;
}

#menu li.selected a {
	color: #fff;
}
#menu li#search a, #menu li#plan a {
	background: transparent url(images/picmap.gif) no-repeat 92% center;
	padding: 6px 0 20px 10px;    
}

#menu li#search a:hover, #menu li#plan a:hover {
	background-color: #9F9F0C;
}

#menu .sublabel {
	font-weight: normal;
	color: #666600;
	width: 112px;
	margin-top: 0.2em;
}

/*
.artisan.item a {
	font-size: 1em;
	color: #7D2A00;
}*/

.artisan-item a, .random-content a {
    color: #fff;
    text-decoration: none;
    cursor: pointer; /*ie6*/
    display: block;
    width: 100%; /*ie6*/
}

.artisan-item a:hover, .random-content a:hover,
.artisan-item a:visited , .random-content a:visited {
    color: #fff;
}

.artisan.item.title {
	font-style: italic;
}

.artisan.item.name {
	color: #7D2A00;
    text-decoration: underline;
}

/* -------- MAP RELATED -------- */

a#mapresetbtn {
	padding: 2px 8px 0.5em 8px !important;	
	border-left: 1px solid #8c8c12 !important;	
	border-right: 1px solid #8c8c12 !important;
	border-top: 1px solid #8c8c12 !important;
	/*background-color: #8c8c12;*/	
}

/* fix font color for google map balloons */

#map div, #map p {
	color: #000;
}

#maplink {
	background-color: #C1C253;
	margin-top: 24px;
}

#maplink a {
	display: block;
	padding: 38px 38px 38px 110px;
	background-image: url(images/picmap.gif);
	background-position: 17px 10px;
	background-repeat: no-repeat;
}

#maplink a:hover {
	background-color: #C4C647;
}

#legenda img {
	border: none;
	margin: 0.8em 0 0 1.5em !important;	
}

/* -------- CATEGORY PAGES -------- */

#categories, #departements {
	margin-top: 4px;
	background-color: #A5A520;
	border: 1px solid #B2B236;
	display: inline-block;
    width: 570px;
    
}

#categories ul, #departements ul {
	list-style-type: none;
	width: 178px;
	float: left;
	padding: 8px 2px 8px 10px;
	margin: 0;
	color: #E6E6A6;
}

#categories ul a, #departements ul a {
	color: #666600;
	text-decoration: none;
}

#categories ul a:hover, #departements ul a:hover {
	color: #666600;
	text-decoration: underline;
}

#subcategories {
	list-style-type: none;
	width: 220px;	
	padding: 4px;
	margin: 0;
	color: #E6E6A6;
}

#subcategories li {
	padding: 1px;
	margin: 0;	
}

#subcategories a {
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

#subcategories a:hover {	
	text-decoration: underline;
}

#subcategories li.selected a {	
	color: #444400; 
}

#category-intro a {
	color: #F3F3E5;
	text-decoration: none;
	display: block;
	height: 100%;
}
#category-intro a:hover {
    color: #fff;
}
#category-intro h3 {
	margin: 0;
	padding: 0;
}
#category-intro {
	width:572px;
	display: inline-block;
	float:left;
	overflow:hidden;
	margin-bottom: 1em;
}
.category-container {
	float:left;
	width:180px;	
	margin-bottom: -200px !important; 
	padding-bottom: 200px !important;
}

#departements li.all, #categories li.all {
    margin-bottom: 1em;
}

/* -------- DIVERS -------- */

hr.spacer {
	clear: both;
	border: 0;
	background-color: #abab00;
	color: #abab00;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	padding: 0;		
}


hr.spacer2 {
	clear: both;
	border: 0;
	background-color: #abab00;
	color: #abab00;
	width: 100%;
	height: 1px;
	margin: 1em 0 0 0;
}

hr.spacer-graisse {
	clear: both;
	border: 0;
	background-color: #CACC67;
	color: #abab00;
	width: 100%;
	height: 2px;
	margin: 1em 0;
}

#profiler {
	clear: both;
	margin-top: 20px;
	display: block;
}

#ad_header {
	text-align: center;
}

#adblock-hor {
	display: inline-block;
	width: 468px;
	height: 60px;
	margin: 4px;
	overflow: hidden;
}

.adblock-left {
	width: 185px;
	height: 150px;
	margin: 1em 0 1em 9px;
	overflow: hidden;
}

#expand, #expands {
	padding-left: 20px;
}

#center img {
	margin: 2px 0;
}

#strip {
	line-height: 0px;
}
#strip img {
	margin: 0 0 3px 0;
}

.artisan-item a img {
	border: 1px solid #abab00;
	padding: 2px;
}

.find_label {
	margin-bottom: 4px;
}

img.portrait {
	float: right;
}

.address {
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(125, 42, 0);
	position: relative;
	width: 50%;
	margin: 1em 0 0 0;
}

/*----- IE6 ----*/

#find {
	width: 250px;
}

#fullImage img {
	margin: 0;
	padding: 0;
}

#expander {
	display: none;
	background: url(images/expand.png) center top no-repeat;
}

#expander a {
	text-align: center;
	display: block;
	height: 31px;
	padding-top: 10px;
	text-decoration: none;
	color: #666600;
}

#expandarrow.closed a, #expandsarrow.closed a, #contactformarrow.closed a {
	background: url(images/arrow.png) left center no-repeat;
	padding: 0 0 0 16px;
}

#expandarrow.open a, #expandsarrow.open a, #contactformarrow.open a {
	background: url(images/arrow-down.png) left center no-repeat;
	padding: 0 0 0 16px;
}

/* -------- RANDOM ARTISAN -------- */

.random-header {
	text-align: center;
	padding: 4px;
	color: #e6e6a6;
	margin: 1em 0 -0.85em 0;
	z-index: 10;
	position: relative;
}

.random-header span {
	background-color: #999900;
	padding: 0.3em 1em;
	font-weight: normal;
}

.random-artisan {
	padding: 1em 0 0 0;
	border: solid 1px #B2B236;
	width: 100%;
	overflow: auto;
	z-index: 1;
	position: relative;
	margin-bottom: 1em;
}

.random-content {
	padding: 4px 4px 10px 4px;
}

.random-content .small-image {
	padding: 0 0 4px 12px;
}

/* make sure no space in div flashcontent ??*/

#flashcontent {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#flashcontent p {
	margin: 0;
	padding: 1em 0;	
}

#resultintro {
	padding: 1em 0 0 0;
}

.button.participation {
	margin: 1em 0 0 0;
}

.images-bottom {
	margin: 0.5em 0 0 0;
}

.images-top {
	margin: 0 0 0.6em 0;
}

/* -------- COMMENT -------- */

.images-right {
	margin: 0 0 0 6px !important;
}

.images-left {
	margin: 0 6px 0 0 !important;
}

#expand select, #expands select {
	margin-left: 20px;
	position: relative;
}

#footer a {
	color: #666600;
	text-decoration: none;
}

#footer a:hover {
	color: #666600;
	text-decoration: underline;
}

.center {
	text-align: center;
}

#target {
	margin: 1em 0 2em 0;
	
}
.resultat {
	background: url(images/ppoint.png) no-repeat 2px 60%;    
	padding:  0 0 0 36px;
	/* display: inline-block; */
    display: inline;
    zoom: 1; /* force hasLayout for IE */
    line-height: normal;   
}

#slideshow1 {width: 570px; height: 176px; margin-bottom: 1em;}
.slideShowTitle {display: none;}
.slideShowHidden {
	position: absolute;
	display: none;
	height: 1px;
	width: 1px;
}
#slideshowcontainer {
	width: 570px; 
	height: 176px;
}

.mefslidescontent {
	margin: 3px 0;
	border-top: 3px solid #78783C;
	border-left: 3px solid #78783C;
	border-right: 3px solid #CCCC66;
	border-bottom: 3px solid #CCCC66;
	height: 172px;
}

#footer img {
	margin: 0 8px;
}

#searchoptions {
	/*margin-bottom: 0.6em;*/
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;    
}
#searchoptions a, .crumb {
	padding: 0;
	color: #666600 !important;
	text-decoration: none;
}
#searchoptions a:hover {
	text-decoration: underline;
}
#searchoptions #categorie-nav {
	float: right;
}

a#bigger:hover {
	text-decoration: underline;
}

#progressing {
	background: url(/images/ajax-loader.gif) no-repeat 40% center;
	height: 200px;
	display: none;	
}
.notification {
    padding: 24px;
    margin: 12px 0 0 0;
}

a.crumb:focus {outline: none;}
a.crumb {
    cursor: pointer;
    color: #696900;
    text-decoration: none;
    background: url(images/arrow-updown.png) right center no-repeat;
    padding-right: 14px !important;
    display: inline-block;
}
a.crumb:hover {
    color: #696900;
    cursor: pointer;
    text-decoration: underline;    
}
/*
a.crumb.selected {
    background-color: #A5A520;
	border-top: 1px solid #B2B236;
    border-right: 1px solid #B2B236;
    border-left: 1px solid #B2B236;
    padding: 3px;
    padding-bottom: 5px;
    position: relative;
}
a.crumb.selected:hover {
    border-bottom: none;
}*/



        .page {
                display: inline;
                
        }

        .page a {
           
           padding: 0px 6px 4px 6px;
            background-color: #A5A520;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }
        
        .page a:hover {
            background-color: #B3B323;
        }
        .page.current {
            padding: 2px 8px 6px 8px;
            background-color: #B3B323;
            color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }
        .page.previous a, .page.next a {
            background-color: transparent;
        }
        .page.disabled {
            color: transparent;
        }

        