#mainPage {
	 margin-left: auto; 
 	 margin-right: auto; 
	text-align:center;
}
body {
	background-image: url(../img/bkg.png);
	background-repeat: repeat-x;
}

#searchBox {
	height:88px;
	width:650px;
	background-repeat:no-repeat;
	background-image:url(../img/searchBoxBkg.png);
	margin-left: auto;
	margin-right: auto;
	
}
#searchBox #searchLabel
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:150px;
	text-align:center;
	padding-top:20px;
	padding-left:10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
}

#newsBox {
	height:390px;
	width:650px;
	background-repeat:no-repeat;
	background-image:url(../img/newsBkg.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#newsMainTitle
{
	padding-left:20px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	text-align:left;
	/*padding-bottom:25px;*/
}

#aLaUne
{
	display:inline-block;
	text-align:left;
	
}

#socialIcons
{
	display:inline-block;
}

#twitterIcon
{
	background-image:url(../img/social/miniTwitterIcon.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	display:inline-block;
}

#rssIcon
{
	background-image:url(../img/social/rssMiniIcon.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	/**display:inline-block;**/
	display:none;
	visibility:hidden;
}

/** Date in the news box */
#newsDate{
	font-size:12px;
	margin-left:310px;
	display:inline-block;
	width:180px;
	text-align:right;
}

#newsBox #newsContainer
{
	text-align:left;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	width:600px;
	
}



#searchBox #searchForm
{
	margin-left:170px;	
	width:400px;
	margin-top:-35px;
}


#addSiteBoxTitle
{
	text-align:left;
	padding-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);
	/**background-image:url(./img/searchResultBkg_top.png);*/
	height:80px;
	width: 640px;
	
}



#addSiteBox 
{
	height:auto;
	width:650px;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align:center;	
	
}
#addSiteBox #addSiteBoxFooter
{
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
}

#addSiteBoxContent
{
	background-image:url(../img/searchResultBkg.png);	
	padding-left:20px;	
}

#categoryBox
{
	height:auto;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

#dicoBox
{
	height:auto;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

#dicoBoxTitle
{
	text-align:left;
	padding-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);
	/**background-image:url(./img/searchResultBkg_top.png);*/
	height:80px;
	width: 640px;
}

#dicoBoxFooter
{
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
}

#dicoBoxContent
{
	background-image:url(../img/searchResultBkg.png);	
	height:auto;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-left:20px;
	width: 630px;
}

#categoryBox #categoryFooter
{
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
}

#categoryBox #categoryContent{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-left:20px;
}



/** Category table */
#categoryTable tr.odd
{
	background-color:#CCC;	
}


#categoryBox #categoryTitle #categoryCollection{
	text-align:left;
	padding-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);
	/**background-image:url(./img/searchResultBkg_top.png);*/
	height:42px;
	width: 640px;
}
#categoryBox #categoryTitle #categoryAddSite{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:430px;
}

.bigLetter
{
	font-size:40px;	
	
}

#searchResultBox
{
	height:auto;
	width:650px;
	background-repeat:no-repeat;
	/**background-image:url(../img/newsBkg.jpg); **/
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#searchResultBox #title
{
	text-align:left;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);	
	height:40px;
}

#categoryBox #categoryTitle{
	
}

#categoryBox #categoryContent
{
	background-image:url(../img/searchResultBkg.png);		
	
}

/** Search result title */
#searchResultBox #content #siteBox #siteTitle
{
	padding-left:200px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	margin-top:-120px;
	font-weight: bold;
}

/** Search result title */
#searchResultBox #content #siteBox #siteDescription
{
	padding-left:200px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

/** Search result title */
#searchResultBox #content #siteBox #sitePreviewPicture
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 100px;
	width: 120px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
}

#searchResultBox #content #siteBox #siteCategory
{
	text-align:left;
	padding-left:200px;	
}

#searchResultBox #content 
{
	background-image:url(../img/searchResultBkg.png);	
}

#searchResultBox #pageNavigation
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:13px;
	
}

#searchResultBox #pageNavigation #pageNavigationRight
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
	width:120px;
	float:right;
	margin-top:-30px;
	vertical-align:middle;
}

#searchResultBox #pageNavigation #pageNavigationRight a
{
	text-decoration:none;	
}

#pageNavigationLeft a
{
	text-decoration:none;	
}

#searchResultBox #pageNavigation #pageNavigationLeft
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:200px;
	margin-left:-30px;
	float:left;
	margin-top:-30px;
	vertical-align:middle;
}



#searchResultBox #pageNavigationTop
{	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin-right:30px;
}
#searchResultBox #resultFooter
{
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
}
#searchResultBox #resultFooter #pageCounterBottom
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:12px;	
}


#searchResultBox #content #siteBox{
	border:1px solid #999;
	margin-top:10px;
	margin-left:20px;
	width:600px;
	height:120px;
	-moz-border-radius-bottomleft: 5;
	-moz-border-radius-bottomright: 5;
	-moz-border-radius-topleft: 5;
	-moz-border-radius-topright: 5;
	background-color:#FFF;
	}

#footer
{
	width:640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;

	box-shadow: 1px 1px 12px #555;
	-moz-border-radius-bottomleft: 2;
	-moz-border-radius-bottomright: 2;
	-moz-border-radius-topleft: 2;
	-moz-border-radius-topright: 2;
	-moz-box-shadow: 1px 1px 12px #aaa;
	-webkit-box-shadow: 1px 1px 12px #aaa;
	box-shadow: 1px 1px 12px #aaa;
	height:230px;
	border: 1px ridge #D4D4D4;
}


#footer #pageCounterBottom
{
	padding-top:-20px;	
}
#footer #ad_banner{
	 border:thin;border:#333;
	 
	
	 height:80px;
	 padding-top:20px;
	  
	 
}
#footer #links
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-bottom:10px;
}

#footer #disclaimer{
	
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:9px;
	
}

#footer #copyright{
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}


#logo {
	 margin-left: auto; 
 	 margin-right: auto; 
	text-align:center;
}

#logo #slogan{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}


input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	height: 35px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	-moz-border-radius-bottomleft: 5;
	-moz-border-radius-bottomright: 5;
	-moz-border-radius-topleft: 5;
	-moz-border-radius-topright: 5;
	border-width: 1;
	color: #666;
	font-weight: bold;
	font-style: normal;
}

.addSiteInput
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 35px;
	width: 590px;
	border-width: 2;
	color: #333;
	font-style: normal;
}

.radioButton
{
	width:50px;
	margin-top:10px;
}

.checkBox
{
	width:10px;
	vertical-align:middle;
}
.buttons
{

	text-align:center;	
	margin-left:90px;
}

.miniText
{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-right:20px;

}
.miniTextBold {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-right:20px;
	font-weight: bolder;
}



.addSiteDescriptionTextArea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 100px;
	width: 590px;
	border-width: 2;
	color: #333;
	font-style: normal;
}


#previousNews a
{
	margin-left:-20px;
	margin-top:100px;
	width:50px;
	height:52px;
	float:left;
	background-image:url(../img/previousButton.png);
}
#nextNews a
{
	margin-right:-10px;
	margin-top:100px;
	font-size:18px;
	margin-left:-40px;
	margin-top:100px;
	float:right;
	width:50px;
	height:52px;
	background-image:url(../img/nextButton.png);
}
#greyAddSiteTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999;
}
 Autocomplete 
div.autocomplete {
	
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  position:absolute;
  width:250px;
  background-color:white;
  border:2px solid #888;
  margin:0;
  padding:0;
  box-shadow: 1px 1px 12px #555;
  
}
div.autocomplete ul {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:left;
   font-size:16px;
  background-color:white;
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected {
	background-image:url(../img/searchBoxBkg.png);
	background-position:-10px;
	 font-size:16px;
	}


div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

#searchBoxTextInput
{
	z-index:0;	
	
}

#indicator1{
	
	text-align:right;
	margin-right:auto;
	z-index:10;
	margin-top:-32px;
}
#aeHeader
{
  background-image:url(../img/AE.png);
  height:50px;
 width:600px;
 display:table-cell;
}
#flHeader
{
  background-image:url(../img/FL.png);
  height:50px;
width:600px;
  
 display:table-cell;
}
#mpHeader
{
  background-image:url(../img/MP.png);
  height:50px;
width:600px;
  
 display:table-cell;
}

#rvHeader{
  background-image:url(../img/RV.png);
  height:50px;
  width:600px;
 display:table-cell;
}

#wzHeader
{
  background-image:url(../img/WZ.png);
  height:50px;
  width:600px;
   
 display:table-cell;
}

#dicoBanner{
	
	height:60px;
	margin-left: 180px;
	margin-right: auto;
	margin-top:-15px;
	width:650px;
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size:12px;
}

#searchButton
{
	cursor:pointer;
	float:right;
	margin-top:-65px;
	margin-right:12px;
	width:64px;
	height:66px;
	background-image:url(../img/searchButton.png);	
}

a:hover{
	text-decoration:none;
	text-shadow:#333;
	color: #333;
}

a{
	text-shadow:#333;
	color: #333;
}

#linkBox{
	height:360px;
	width:650px;
	background-repeat:no-repeat;
	background-image:url(../img/newsBkg.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#linkBoxTitle
{
	text-align:left;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
}

#linkBoxContainer
{
	text-align:left;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	width:600px;
}
#linkBox table
{
	padding-left:20px;	
	padding-top:10px;
}


.googleMapBrocante
{
	background-image:url(../img/ajax-loader.gif);
	background-position:center;
	background-attachment:inherit;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	float:left;
	border-style:none;
	border:none;
	
}

.brocanteTitle
{
	font-size:18px;
	padding-bottom:10px;
}

.brocanteDescription
{
	margin-left:220px;
	font-size:14px;
}


/** News */

.newsTitle
{
	font-size:20px;
	padding-bottom:10px;
}

.newsPublished
{
	margin-top:20px;
	padding-left:10px;
	background-color:#CCC;	
	font-size:14px;
	color:#FFF;
}

.newsSharedOnTwitter
{
	color:#FFF;
}

.newsText
{
	margin-left:220px;
	font-size:14px;
	
}

.newsPicture
{
	width:200px;
	height:200px;
	float:left;
	border-style:none;
	border:none;
	margin-top:-20px;
}

/** Reportage */

#reportageBox
{
	margin-top:40px;
	height:auto;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

#reportageTitle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	padding-top:30px;
	padding-bottom:30px;
	font-weight: bold;
}

#reportageBoxTitle
{
	text-align:left;
	padding-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);
	/**background-image:url(./img/searchResultBkg_top.png);*/
	height:80px;
	width: 640px;
}

#reportageBoxFooter
{
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
	width: 650px;
}

#reportageIntro {
	
	background-image:url(../img/searchResultBkg.png);	
	height:auto;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:20px;
	width: 630px;
	
}

#reportageIntroContent
{
	margin-left:10px;
	margin-right:30px;	
	padding-bottom:5px;
}

#reportageBoxContent
{
	background-image:url(../img/searchResultBkg.png);	
	height:auto;
	padding-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12.5px;
	text-align:left;
	padding-left:20px;
	width: 630px;
}

#reportageBoxText
{
	margin-left:10px;
	margin-right:30px;	
	height:inherit;
	
	
}

#lineDiv
{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:1px;	
	background-color:#CCC;
}

.reportagePictureContainer{
	width:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.reportagePictureLabel
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
}

#brocanteBox
{
	height:auto;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#brocante_map_canvas{
	
	width:600px;
	height:600px;	
	
}

.adBox{
	width:638px;
	margin-left: auto;
	
	margin-right: auto;
	margin-bottom:20px;
	background-color: #FFF;
	

	box-shadow: 1px 1px 12px #555;
	-moz-border-radius-bottomleft: 2;
	-moz-border-radius-bottomright: 2;
	-moz-border-radius-topleft: 2;
	-moz-border-radius-topright: 2;
	-moz-box-shadow: 1px 1px 12px #aaa;
	-webkit-box-shadow: 1px 1px 12px #aaa;
	box-shadow: 1px 1px 12px #aaa;
	height:auto;
	border: 1px ridge #D4D4D4;
}

.adBoxAmazon
{
	width:638px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	background-color: #FFF;
	box-shadow: 1px 1px 12px #555;
	-moz-border-radius-bottomleft: 2;
	-moz-border-radius-bottomright: 2;
	-moz-border-radius-topleft: 2;
	-moz-border-radius-topright: 2;
	-moz-box-shadow: 1px 1px 12px #aaa;
	-webkit-box-shadow: 1px 1px 12px #aaa;
	box-shadow: 1px 1px 12px #aaa;
	height:150px;
	border: 1px ridge #D4D4D4;
	
	
}

.adbanner
{
	padding-top:10px;
	height:auto;
}
.adbannerAmazon
{
	padding-top:10px;
	height:130px;
}


.adBoxcaption
{	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
}

#brocanteBoxFooter
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../img/searchResultBkg_bottom.png);	
	background-repeat:no-repeat;
	height:80px;
	width: 650px;
}


#dicoBoxTitle
{
	text-align:left;
	padding-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:10px;
	margin-bottom:-30px;
	background-image:url(../img/searchResultBkg_top.png);
	/**background-image:url(./img/searchResultBkg_top.png);*/
	height:80px;
	width: 640px;
}


#newsArchiveBox
{
	height:auto;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

#newsArchiveBoxContent
{
	background-image:url(../img/searchResultBkg.png);	
	height:auto;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-left:20px;
	width: 630px;
}

#newsArchiveBoxFull
{
	border:1px solid #999;
	margin-top:10px;
	margin-left:10px;
	width:580px;
	height:auto;
	-moz-border-radius-bottomleft: 5;
	-moz-border-radius-bottomright: 5;
	-moz-border-radius-topleft: 5;
	-moz-border-radius-topright: 5;
	background-color:#FFF;
}
