﻿/* index

=header
=lang
=breadcrumb
=push-link
=main content
=more btn
=blog
=footer
=tables
=controls
=print btn
=CSS tooltip
=buttons
=domtabs
=forms
=pub
=offices
=navbar
=quicksearch / =advanced-search
=e-mail alert
=flash gallery
=sort search results
=pagination
=carousel
=Gmaps
=shadowbox
=credits AW (footer)
=override content and sidebar width

*/

body{
	color:#222;
	font:76%/1.5 Arial, Helvetica, sans-serif;
	background:#fff; /* do NOT change bkgd color here */
}
body#top{
	background:#fff url(../images/bkgd_body.png) repeat-x fixed; /* change here - fix for bkgd Shadowbox to stay white */
}
.out,
p.baseline,
#footer dl span,
.rss a span{
	position:absolute;
	left:-999em;
}
kbd{
	border:1px solid #e0e0e0;
	padding:1px 2px;
	font-size:1.1em;
	background:#fff;
}
h1,
.home-page #content-stream h2,
#content-stream .block .qksrch legend{
	/*font-weight:normal;
	text-shadow:#8f8f8f 0 1px 1px;*/
}

.box h1{
	font-size:1.6em;
	margin:0 0 0.5em 8px;
}
	.box h1 sup{
		font-size:0.5em;
	}
#content h1{
	color:#FFFFFF;
	font-size:1.6em;
	margin:0 0 14px 4px;
	/*line-height:1.5em;*/
	line-height:1.15em;
	margin:4px 0 14px 4px;
}
.classified_lead #content h1 {
	margin-bottom:10px;
}
.leads-page #content h1 span {
	display:block;
	font-size:0.7em;
	line-height:normal;
	margin:5px 0;
}
h2{
	font-size:1.3em;
	font-weight:bold;
	margin:1em 0 0.4em;
	color:#991217;
	line-height:1.2;
	border-bottom:1px dotted #DCDCDC;
	padding-bottom:0.1em;
}
#content .success h2 {
	border-bottom:0;
}

.blog-page h2 a:link, .blog-page h2 a:visited {
	color:#991217;
	font-size:1.15em;
}
.blog-page h2 a:hover, .blog-page h2 a:active, .blog-page h2 a:focus {
	text-decoration:none;
	color:#DF5500;
}

h3{
	color:#666;
	font-size:1.1em;
	margin:1.1em 0 0.4em;
}
p,
li,
dt,
dd{
	font-size:1em;
}

p{
	margin:0 0 0.65em;
}
sup { font-size:0.6em; }

u {text-decoration:none;}

#content ul, #content ol {
	margin:0 0 1.2em 2.3em;
}

.blog-page #content ul.list-of-items {
	margin-left:0;
}

#content p + ul { margin-top:-2px; }

#content li{
	margin:0 0 0.4em;
}

#content ol li { background:none; list-style:decimal outside; padding-left:0; margin-left:1.5em;}

#content ul li ul { margin:0.25em 0 0.5em 2em; }

#content ul li li {
	list-style-type:circle;
	background:none;
	padding-left:0;
	margin-bottom:0.2em;
}

a:link, a:visited{
	color:#DF5500;
	text-decoration:none;
}
a:hover,
a:focus,
a:active{
	text-decoration:underline;
}
a img{
	border:none;
}
#content a{
	position:relative;
}
#content .carousel-content a{
	position:static;
}
#content a:active{
	top:1px;
}
#cms_content-stream a:hover,
#cms_content-stream a:focus,
#cms_content-stream a:active img{
	color:transparent;
	background:transparent;
}
p.zoom a img{
	border:2px solid;
}
.info{
	display:inline-block;
	padding:4px 7px 4px 26px;
	background:#f2fcff url(/awe/images/info.png) no-repeat 4px 4px;
	border:1px solid #94B0D5;
	margin:0 0 6px 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
em.good{
	color:green;
	font-weight:bold;
	padding-right:15px;
	background:transparent url(/awe/images/tick_sm.png) no-repeat right 1px;
}
em.bad{
	color:#dd0000;
	font-weight:bold;
	text-decoration:line-through;
}
	
/* -------------------------------- =header --------- */
#header{
	height:132px;
	margin:0 15px;
	background-position:top right;
	background-repeat:no-repeat;
	/*background-image:url(../images/bkgd_header.png);
	background-repeat:repeat-x;*/
}
#logo{
	padding:15px 0 0 0;
}

/* -------------------------------- =lang --------- */
#lang{
	position:absolute;
	right:18px;
	top:122px;
}
	#lang li{
		float:left;
		margin-left:8px;
	}
		#lang li a{
			display:block;
			height:18px;
		}
		
/* -------------------------------- =breadcrumb --------- */		
#breadcrumb-stream{
	color:#868686;
	font-size:0.9em;
	margin-left:14px;
}
	#breadcrumb-stream span.sep{ 
		color:#353535;
		font-weight:bold;
		margin:0 5px;
		display:inline-block;
	}
		#breadcrumb-stream span.current{
			font-weight:bold;
		}
	#breadcrumb-stream a:link,
	#breadcrumb-stream a:visited{
		color:#868686;
	}
	#breadcrumb-stream a:hover,
	#breadcrumb-stream a:focus,
	#breadcrumb-stream a:active{
		color:#373737;
		background:none;
	}

/* -------------------------------- =push-link ------ */
.push-link{
	width:215px;
	background:#a6a6a6;
	margin:15px auto 1px;
}
.push-link h2{
	color:#fff;
	margin:0 0 0 8px;
}
	.push-link h2 a{
		background:transparent url(../images/puce-fleche.png) no-repeat 0 11px;
		display:block;
		text-decoration:none;
		padding:7px 20px 8px;
	}
	.push-link h2 a:link,
	.push-link h2 a:visited{
		color:#fff;
	}
	.push-link h2 a:hover,
	.push-link h2 a:focus,
	.push-link h2 a:active{
		color:#353535;
	}
	.push-link p{
		line-height:0;
	}

/* -------------------------------- =main content --- */

#wrap { 
	width:960px/*937*/;
	margin:8px auto 20px;
	background-color:#fff;
}

#main{
	overflow:hidden;
	width:930px;
	margin:0 15px;
	padding-bottom:7px;
}

#content .topLnk {
	line-height:normal;
	margin-bottom:-2px;
	margin-top:20px;
	padding-right:0;
}

 /* --- */
 
.home-page #main{
	padding-bottom:0;
}

.home-page #content-stream.nb-blocks-2 .block{
	width:45.6%;
}
.home-page #content-stream.nb-blocks-3 .block{
	width:29.5%;
}
.home-page #content-stream.nb-blocks-4 .block {
	width:20.8%;
}

#detail{
	position:relative;
	background-color:#fff;
	padding:12px 18px 15px;
	min-height:450px;
}
#detail .detail {
	padding-top:15px;
}

.tabpage #detail { 
	background:none;
	padding:0;
}

	#content h1#layout-title sup{
		font-size:0.6em;
	}
.classifieds-page #content h1#layout-title{
	width:96%;
}
.smartrsrc{
	font-size:1.4em;
	min-height:212px;
	/*padding:14px 28px 6px; /* no padding for full-width Flash */
}
#prior-accr-home{
	background-repeat:repeat-x !important;
	background-color:#EF7803;
	color:#fff;
	overflow:hidden;
}
#content #prior-accr-home .smartrsrc h1 { 
	line-height:1.5;
	margin-left:15px;
	font-size:1.3em;
	padding-top:15px;
}
#accr-home .image-left { 
	margin-top:-4px;
}
#content #prior-accr-home ul {
	font-weight:bold;
	padding-left:18px;
	padding-right:15px;
	overflow:hidden;
	margin-left:25px;
}
#content #accr-home p + ul { margin-top:0;}

#content #prior-accr-home li {
	line-height:1.25;
	margin-bottom:12px;
}

	#prior-accr-home p,
	#prior-accr-home ul{
		font-size:1em;
		padding-right:20px;
		/*margin:0;*/
	}

	/* QuickSearch homepage */
	#accr-home .qksrch{
		padding:10px;
	}
		#accr-home .qksrch legend{
			font-size:1.5em;
			height:0.8em;
			margin:0 0 10px;
		}
		#accr-home .qksrch form legend{
			position:absolute;
			left:-999em;
		}
		#accr-home .qksrch form{
			padding:12px 4px;
			background:#fdfdfd url(../images/search_big_alpha.png) 95% 81% no-repeat;
			margin:0;
			border:1px solid #B3B3B3;
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
			border-radius:6px;
			-webkit-box-shadow:0 1px 2px #B3B3B3;
			-moz-box-shadow:0 1px 2px #B3B3B3;
			box-shadow:0 1px 2px #B3B3B3;
		}
		#accr-home fieldset.qksrch,
		#accr-home .qksrch fieldset{
			margin:0;
		}
			#accr-home .qksrch .chkBx,
			#accr-home .qksrch .radBtn{
				padding-left:140px;
			}
		#accr-home .qksrch label{
			text-align:right;
			float:left;
			font-weight:bold;
			padding-right:4px;
			width:136px;
		}
			#accr-home .qksrch .chkBx label,
			#accr-home .qksrch .radBtn label{
				width:auto;
				margin-right:1.5em;
			}
		#accr-home .qksrch button.action{
			margin:6px 0 6px 140px;
		}
		#content #accr-home .qksrch li{
			margin-bottom:8px;
		}
		#accr-home .qksrch select#location{
			font-size:0.8em;
			margin-bottom:1px;
		}

.home-page #content-stream{
	overflow:hidden;
	padding-top:15px;
	clear:both;
}
	.home-page #content-stream  .block{
		padding:2px 8px;
		background:url(../images/bkgd_colmn2.jpg) repeat-x #FFF;
		/*margin-bottom:5px;*/
		line-height:1.3;
		min-height:110px;
	}
	.home-page #content-stream.nb-blocks-2  .block{
		margin-right:20px;
	}
	.home-page #content-stream.nb-blocks-3  .block{
		margin-right:10px;
	}
	.home-page #content-stream.nb-blocks-2 .last,
	.home-page #content-stream.nb-blocks-3 .last {
		margin-right:0;
	}
	
	.home-page #content-stream .zoom ul {
		list-style:none;
		margin-left:0;
	}
	.home-page #content-stream .zoom{
		background:url(../images/bkgd_colmn1.jpg) repeat-x #FFF;
	}
	.home-page #content-stream .block h2,
	#content-stream .block .qksrch legend{
		font-size:1.5em;
		font-weight:bold;
		margin:8px 0 0.5em;
		border:0;
	}
	.home-page #content-stream .block h3{
		font-size:1.1em;
		margin-bottom:6px;
	}

	.home-page #content-stream .list-of-items h3{
			font-size:1.2em;
			margin-bottom:5px;
		}

		.home-page #content-stream .zoom  .list-of-items h3{
			font-size:1.2em;
			margin-top:0;
		}
		
		.home-page #content-stream .block ul{
		margin-left:0
	}
	
	.home-page #content-stream .block li{
		list-style:none;
		margin:0 0 0.5em;
	}
	
	.home-page #content-stream .block p {
		margin:0 0 0.4em;
	}
	
	.home-page #content-stream .block .list-of-items li {
		border-bottom:1px dotted #BCBABA;
		margin-bottom:7px;	
		padding-bottom:4px;		
	}
	.home-page #content-stream .block .list-of-items li.last {
		border-bottom:0;
		margin-bottom:0;
	}
	
	.home-page #content-stream .block .list-of-items ul {
		margin-left:2.3em;
	}
	
	.home-page #content-stream .block .list-of-items li li {
		border-bottom:0;
		margin:0 0 0.4em;	
		padding-bottom:0;
		list-style:disc;
	}
	
	.home-page #content-stream .block .list-of-items a {
		display:block;
	}
	.home-page #content-stream .block .list-of-items .meta,
	.home-page #content-stream .block .list-of-items .more {
		display:none;
	}
	.home-page #content #content-stream .zoom .list-of-items {
		margin-bottom:2px;
	}
	
		.home-page #content-stream .block .carousel-content li{
			padding:0 0 6px;
			margin:0;
		}
			.home-page #content-stream .block .carousel-content li p{
				margin:0;
			}
			
/* -- bkgd img for cdc (Coup de coeur) -- */
.nb-blocks-1 .cdc,
.nb-blocks-2 .cdc,
.nb-blocks-3 .cdc{
	background-color:transparent;
	background-image:url(/awe/images/bkgd_carousel.png);
	background-repeat:no-repeat;
}
.nb-blocks-1 .cdc{
	background-position:0 28px;
}
.nb-blocks-2 .cdc{
	background-position:102px 28px;
}
.w-sidebar .nb-blocks-2 .cdc{
	background-position:42px 28px;
}
.nb-blocks-3 .cdc{
	background-position:25px 28px;
}
.w-sidebar .nb-blocks-3 .cdc{
	background:none;
}
.carousel-wrapper{
	padding-top:4px;
}
/* --- sidebar --- */
.w-sidebar #content, .w-sidebar-opt #content  {
	width:580px;
	margin:10px 0 4px;
	background:url(../images/bkgd_accr.jpg) repeat-x 0 0 #EF7803;
	padding:8px 10px 10px;
	line-height:1.35em;
}
.home-page .w-sidebar #content, .home-page .w-sidebar-opt #content  {
	width:600px;
	background:none;
	padding:0;
}
.home-page .w-sidebar #detail  {
	padding:0;
}

.classifieds-page .w-sidebar.w-sidebar-opt #content-main{  /* fiche bien - Estate */
	width:250px;
}
.classifieds-page .warning{
	width:370px;
	margin:10px auto;
}

#content .list-of-items{
	margin-left:1em;
}

.w-sidebar .sidebar{
	width:315px;
	margin:10px 0 0 15px;
}
.sidebar .block{
	padding:4px 0;
	margin:0 0 8px;
}
.sidebar .block-1{
	padding-bottom:6px;
}
	.sidebar .block.spacer-mod{
		padding:0;
		background:none;
		margin:0;
	}


.sidebar .classifieds_search_list-mod, .sidebar .calendrier {
	background:url(../images/bkgd_sidebar_tt2.png) repeat-x;
	margin-bottom:0;
}
.sidebar .block h2.title {
	background:url(../images/puce_sidebar_tt2.png) no-repeat 0 2px transparent;
	color:#fff;
	font-size:1.6em;
	line-height:1.3;
	padding:0 0 7px 22px;
	margin:3px 0 0;
	border-bottom:3px solid #FFF;	
	letter-spacing:0.01em;
}

.sidebar .calendrier h2.title {
	margin-bottom:5px;
}
.sidebar .calendrier p {
	padding:0 5px;
	margin:0 0 0.2em;
	line-height:1.3;
}
.sidebar .calendrier ul {
	padding:0 10px;
}
.sidebar .content-mod.calendrier li {
	line-height:normal;
	background:none;
	padding:0;
}
.sidebar .content-mod.calendrier li strong {
	font-weight:normal;
}


.sidebar fieldset{
	margin:0;
}
.sidebar .block ul{
	margin:0 0 0.4em 0;
}
.sidebar .block ul ul {
	margin-left:10px;
}
.sidebar .block .list-of-items li a{
	display:block;
}
	
.sidebar .block .list-of-items li.parent{
		font-weight:bold;
		font-size:1.1em;
		background:transparent url(../images/bkgd_sidebar.jpg) repeat-x;
		color:#333;
}
	.sidebar .block .list-of-items li span{		
		display:block;
		padding:8px 5px 10px 9px;
		background:transparent url(../images/flech.png) no-repeat 298px 15px;
		cursor:pointer;
	}
	.sidebar .block .list-of-items li.parent span:hover{		
		color:#991217;
		background-position:298px -28px;
	}	
	.sidebar .block .list-of-items li li span{
		background:none;
		padding:0;
	}

	.sidebar .block .list-of-items li li{
		list-style:none;		
		font-weight:normal;
		font-size:0.9em;
		line-height:1.3;
		padding:0 6px 0 0;
	}
	
	.sidebar .block .list-of-items li li a,
	.sidebar .calendrier ul a {
		padding:6px 0 7px 10px;
		border-top:1px dotted #DCDCDC;
		background:transparent url(/awe/images/right_353535.png) no-repeat 0 11px;
	}
	.sidebar .calendrier ul a{
		display:block;
		padding:5px 0 6px 10px;
		background-position:0 10px;
	}
	.sidebar .block .list-of-items li li:first-child a,
	.sidebar .calendrier li:first-child a {
		border-top:0;
	}
	
	.sidebar .block .list-of-items li li a:link,
	.sidebar .block .list-of-items li li a:visited,
	.sidebar .calendrier li a:link,
	.sidebar .calendrier li a:visited{
		color:#991217;
	}
	.sidebar .block .list-of-items li li a:hover,
	.sidebar .block .list-of-items li li a:active,
	.sidebar .block .list-of-items li li a:focus,
	.sidebar .calendrier li a:hover,
	.sidebar .calendrier li a:active,
	.sidebar .calendrier li a:focus{
		text-decoration:none;
		background-color:#ed7403;
		color:#fff;
	}
	.sidebar .block .list-of-items li.parent li span:hover{		
		color:#fff;
	}


.sidebar .content-mod li{
	list-style:none;
	padding:0 0 6px 10px;
	background:transparent url(/awe/images/right_353535.png) no-repeat 0 6px;
}
.styledDiv{
	padding:4px 8px;
	background:#fbfbfb;
	margin:0 10px 8px;
	border:1px solid #e1e1e1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 2px #dedede;
	-moz-box-shadow:0 1px 2px #dedede;
	box-shadow:0 1px 2px #dedede;

}
.styledDiv>h2{
	font-size:1.3em;
	padding-left:6px;
	border-bottom:1px dotted #ccc;
	margin:0.1em 0 0.8em;
}

/* -------------------------------- =more btn ---*/
#content .more{
	font-size:0.9em;
	margin-bottom:1.6em;
}
	.home-page #content .more{
		margin-bottom:0;
	}
.home-page #content .rss{
	margin:4px 10px 0 0;
}
.rss a{
	display:block;
	width:16px;
	height:16px;
	background:transparent url(/awe/images/rss.png) no-repeat;
}
.sidebar .more, .back{
	font-size:0.9em;
}
.sidebar .last .more{
	padding-bottom:0.4em;
	background:none;
}
#content .back a:link,
#content .back a:visited{
	/*color:#8f8f8f;*/
	text-decoration:none;
	padding:0 0 0 15px;
	background:transparent url(/awe/images/arrows-l_b8b7b7.gif) no-repeat scroll left 4px;
}
#content .more a:link,
#content .more a:visited,
.sidebar .more a:link,
.sidebar .more a:visited{
	/*color:#8f8f8f;*/
	text-decoration:none;
	padding:0 14px 0 0;
	background:transparent url(/awe/images/arrows-r_b8b7b7.gif) no-repeat scroll right 4px;
}
#content .more a:hover,
#content .more a:focus,
#content .more a:active,
#content .back a:hover,
#content .back a:focus,
#content .back a:active,
.sidebar .more a:hover,
.sidebar .more a:focus,
.sidebar .more a:active{
	/*color:#787878;*/
	text-decoration:underline;
}

/* -------------------------------- =blog --------- */
.blog-page #content .list-of-items li{
	list-style:none;
	padding-top:8px;
}
	.blog-page #content .list-of-items li.first{
		background-image:none;
	}
	
	.blog-page #content .list-of-items li li{ /*liste normale dans le contenu*/
		list-style:disc;
		padding-top:0;
	}	
.blog-page .meta,
.home-page .meta{
	color:#aaa;
	font-size:0.8em;
	margin-bottom:4px;
}
.blog-page .list-of-items h2{
	margin:0;
}
.blog-page #post h2{
	font-size:1.5em;
}
.blog-page #post .meta{
	margin-bottom:1em;
}
.blog-page .list-of-items p{
	font-size:1.1em;
	line-height:1.2em;
}
.blog-page #content .more{
	margin:0 0 6px;
}
.blog-page #content .spotted{
	padding:0 10px 4px;
	background-position:1% 96% !important;
}

/* -------------------------------- =footer --------- */
#footer{
	padding-top:5px;
	height:100% !important;
	background:transparent url(../images/bkgd_footer.png) repeat-x;
	font-size:0.9em;
	margin-top:2px;
}
.innerwrap {
	width:auto;
}
#footer ul{
	padding:1px 1em 20px;
}
#footer h2{
	color:#fff;
	font-size:1.1em;
	text-transform:capitalize;
	background-image:url(/awe/images/tiret_blc.gif);
	background-position:right 8px;
	border:0;
}
#footer a{
	padding:0 1px;
}
	#footer .corpo ul{
		padding:0 0 14px;
	}
		#footer .corpo a:link,
		#footer .corpo a:visited{
			/*color:#fff*/
		}
	#footer li{
		letter-spacing:1px;
		padding:0 7px 0 3px;
		background-image:url(/awe/images/sep_474747.gif);
		margin-right:5px;
	}
		#footer li.last{
			background:none;
		}
		#footer a:link,
		#footer a:visited{
			text-decoration:none;
		}
		#footer .coord a:link,
		#footer .coord a:visited{
			color:#fff;
			text-decoration:none;
		}
		#footer a:hover,
		#footer a:focus,
		#footer a:active{
			/*text-decoration:underline;*/
		}
		#footer .coord a:hover,
		#footer .coord a:focus,
		#footer .coord a:active{
			background-color:transparent;
			text-decoration:underline;
		}
		#footer .coord{
			padding:3px 1em 10px;
		}
		#footer dl{
			color:#fff;
			text-align:center;
			padding:7px 0 0;
		}
		#footer dt,
		#footer dd{
			display:inline;
		}
		#footer dd{
			padding-right:7px;
			background:transparent url(/awe/images/tiret_blc.gif) no-repeat right 7px;
			margin-right:2px;
		}
			#footer dd.last{
				padding-right:0;
				background:none;
				margin-right:0;
			}
			

/* -------------------------------- =tables --------- */
table.results{
	width:96%;
	background:#fff;
	border:1px solid #ceced2;
	margin:0 auto 26px;
}
	table.results thead{
		color:#fff;
		text-align:left;
		background:#747474;
	}
		table.results thead th{
			padding:4px 6px;
		}
			table.results thead th.resultsCol{
				text-align:center;
			}
				table#tablRH thead th.resultsCol{
					width:6.5em;
				}
				table#tablForm thead th.resultsCol{
					width:4.5em;
				}
	table.results tbody tr{
		padding-bottom:3px;
		background:#efefef;
	}
	table.results tbody th{
		padding:5px 6px 6px;
		text-align:left;
		font-weight:normal;
	}
	table.results tbody td{
		padding:4px 5px 5px;
		font-size:0.9em;
	}

 /* */
 
#content .cRef{
	color:#a6a6a6;
	font-weight:bold;
	font-size:0.9em;
	float:right;
	margin:0 30px 1em;
}

/* -------------------------------- =controls --- */
#content #controls{
	list-style-type:none;
	position:absolute;
	right:15px;
	top:-5px;
	padding:2px 0 1px 15px;
	margin:0;
}
	#controls span{
		position:absolute;
		left:-999em;
	}
	#controls li{
		float:left;
		margin-right:8px;
	}
	#controls li.last{
		margin-right:0;
	}
		#controls a{
			display:block;
			width:24px;
			height:24px;
			background-color:transparent;
			background-image:url(/awe/images/icon_sprite-controls.png);
			background-repeat:no-repeat;
		}
		#to-contact{
			background-position:0 0;
		}
		#locate{
			background-position:-24px 0;
		}
		#add2fav{
			background-position:-48px 0;
		}
		#fwd{
			background-position:-72px 0;
		}
		#print{
			background-position:-96px 0;
		}		

/* -------------------------------- =print btn --- */
#printBtn{
	position:absolute;
	right:6px;
	top:7px;
}
	#printBtn a{
		background-color:transparent;
	}
	#printBtn img{
		border:none;
	}

/* -------------------------------- =CSS tooltip --- */
.tooltip em{
    display:none;
}

.tooltip:hover{
    border:0;
    position:relative;
    z-index:5000;
    text-decoration:none;
		cursor:pointer;
}
.tooltip:hover em{
    font-style:normal;
    display:block;
    position:absolute;
    top:-19px;
		right:42px;
    padding:5px;
    color:#000;
    border:1px solid #bbb;
    background:#ffffe1;
    width:140px;
}
.tooltip:hover em span.arw{
    position:absolute;
    top:13px;
    right:-7px;
    height:11px;
    width:7px;
    background:transparent url(/awe/images/tooltip-arrw4.gif);
    margin:0;
    padding:0;
    border:0;
}
.tooltip a:hover{
	text-decoration:none;
}
span.keyb{
	display:block;
	margin-bottom:2px;
}

/* -------------------------------- =buttons --- */
.tick{
	padding:2px 22px 2px 0;
	background:transparent url(/awe/images/tick.png) no-repeat right 0;
}
.send{
	padding:2px 28px 2px 0;
	background:transparent url(/awe/images/icon_email.png) no-repeat right 0;
}
.search{
	padding:0px 24px 2px 0;
	background:transparent url(/awe/images/zoom.png) no-repeat right 0;
}
button{
	cursor:pointer;
	border:none;
}
/* ----------- TO DO clean-up old btn system ------------ */
.btn{
	height:19px;
	padding-left:4px;
	display:-moz-inline-box; /* FF */
	display:inline-block;
	background:#3e3e3e url('../images/btn.png') no-repeat left top;
	margin:6px 0 18px;
}
.btn a,
.btn button{
	height:18px;
	font-weight:bold;
	display:block;
	padding:1px 22px 0 7px;
	background:#3e3e3e url('../images/btn.png') no-repeat right top;
}
.btn button{
	font-weight:bold;
	padding-bottom:3px;
	border:none;
}
.btn a:link,
.btn a:visited,
.btn button{
	color:#f2f2f2;
	text-decoration:none;
}
.btn:hover{
	background-position:left -19px;
}
.btn a:hover, 
.btn a:focus,
.btn a:active,
.btn button:hover,
.btn button:focus,
.btn button:active{
	color:#fff;
	text-decoration:none;
	background-position:right -19px;
}
.sidebar .btn{
 	margin:2px 0;
}
/* ---------------------------------------------- */
span.email_alert{
	padding:2px 28px 2px 0;
	background:transparent url(/awe/images/icon_email.png) no-repeat right 2px;
}

.btnWrap{
	margin:3px 0;
}
.actionAlt{
	color:#999;
	border:none;
	font-size:0.9em;
	display:-moz-inline-box; /* FF */
	display:inline-block;
	padding:5px 4px 6px; 
	text-decoration:underline;
	background:transparent;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
}
	.actionAlt:hover,
	.actionAlt:focus{
		text-decoration:none;
		color:red;
		background:#eee;
	}

.action{
	font-size:0.9em;
	font-weight:bold;
	display:-moz-inline-box; /* FF */
	display:inline-block;
	background:#222 url(/awe/images/btn-overlay.png) repeat-x; 
	padding:5px 10px 6px; 
	color:#fff; 
	text-decoration:none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	margin-right:4px;
}
a.action{
	text-decoration:none;
	color:#777;
	background:#eee  url(/awe/images/btn-overlay.png) repeat-x;
	text-shadow:0 -1px 1px rgba(0,0,0,0.10);
}
	a.action.big{
		font-size:1.1em;
		text-align:center;
		padding:10px 2px 11px;
	}
		#content-stream a.action.big{
			width:100%;
		}
		.w-sidebar .sidebar a.action.big{
			width:98%;
		}
		.w-sidebar-opt .sidebar a.action.big{
			width:97%;
		}
.action.alt1{
	background:#E2E2E2;
}
	.action:hover,
	.action:focus{
		background-color:#111;
		color:#fff;
	}
	a.action:hover,
	a.action:focus{
		background-color:#e7e7e7;
		color:#878787;
	}
		.action.alt1:hover{
			color:#323232;
			background:#dcdcdc;
		}
	.action:active{
		top:1px;
	}
.to-contact{
	text-align:center;
}
	.to-contact a.action{
		margin:8px auto 2px;
	}
		.to-contact .action span{
			padding:1px 20px 1px 0;
			background:transparent url(/awe/images/table_edit.png) no-repeat right 0;
		}



/* -------------------------------- =domtabs ----- */
#content .domtabs li{
	margin-bottom:0;
}
.domtabs .domtab{
	padding:10px 0.6em 10px 0;
}
.domtab h2{
	margin-top:0;
}
.domtabs .domtab a{
	color:#fff;
	background:#B80000;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 20px;
}
.domtabs .domtab a:hover,
.domtabs .domtab a:focus,
.domtabs .domtab a:active{
	color:#fff;
	background:#D10000;
}
.domtabs .domtab.active{
	top:1px;
}
.domtabs .domtab.active a{
	color:#B80000;
	background:#fff;
	-webkit-box-shadow:0 -1px 1px #9f9f9f;
	-moz-box-shadow:0 -1px 1px #9f9f9f;
	box-shadow:0 -1px 1px #9f9f9f;
}
.domtab-inner{
	padding:22px 18px 15px;
	background:#fff;
	margin-bottom:5px;
	-webkit-box-shadow:0 0 2px #acacac;
	-moz-box-shadow:0 0 2px #acacac;
	box-shadow:0 0 2px #acacac;
}

  /* -- tabs left side -- */
  
.domtab.l-side .domtabs{
 	width:150px;
}
#content .domtab.l-side .domtabs .domtab{
	padding:0;
	margin:0 0 4px 0;
}
.domtab.l-side .domtab.active{
	top:0;
}
.domtab.l-side .domtabs .domtab a{
	padding:7px 4px 8px 10px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
.domtab.l-side .domtab.active a{
	-webkit-box-shadow:-1px 0 1px #9f9f9f;
	-moz-box-shadow:-1px 0 1px #9f9f9f;
	box-shadow:-1px 0 1px #9f9f9f;
}
.domtab.l-side .domtab-inner{
	width:514px;
}

/* -------------------------------- =forms --- */

legend{
	color:#222;
}
#make_contact legend,
#advanced-search legend,
#make_contact fieldset fieldset legend,
#advanced-search fieldset fieldset legend,
#make_contact label,
#friend_form label,
#advanced-search label{
	color:#606060;
}
.sidebar form{
	padding:0;
	margin-bottom:0;
}

input, select, textarea {
	background-color:#f6f6f6;
	border:1px solid #ddd;
}
#content input, #content select, #content textarea {
	width:250px;
	padding:3px;
}
#content input#captcha { width:85px; }

textarea#subject { height:150px; width:auto; }
#content .radBtn input { width:auto; background:none; }
#content input#lead_cv_binary, #content input#lead_motivation_letter_binary { width:auto; }

.error, .warning  {
	margin-left:0;
}
#content .error h4, #content .warning h4, .box .error h4 {
	line-height:1.5;
}
	
	/* Boite a outils */
#distance legend,
#surface legend{
	font-size:1em;
	line-height:1;
	padding:2px 0 2px 26px;
	margin-bottom:3px;
}
legend.zone.fr{
	background:transparent url(/awe/images/flags/h16_fr.png) no-repeat;
}
legend.zone.en{
	background:transparent url(/awe/images/flags/h16_uk-usa.png) no-repeat;
}
fieldset.colSpan2,
fieldset.colSpan3,
fieldset.colSpan4{
	width:100%;
}
fieldset.results{
	background:#eee;
	border:1px solid #ccc;
	padding-bottom:12px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
	fieldset.results legend{
		color:#999;
		padding:4px 8px;
	}
.results .formBlock{
	margin:0 1% 0 20%;
	float:left;
}
.colSpan3 .formBlock{
	width:32%;
	margin:0 1% 0 0;
	float:left;
}
.colSpan4 .formBlock{
	width:24%;
	margin:0 1% 0 0;
	float:left;
}
#pret .inputFields legend{
	margin-bottom:14px;
}
#pret .inputFields .formBlock{
	background:transparent url(/awe/images/sep_arw-r.png) 92% 3px no-repeat;
}
	#pret .inputFields .formBlock.last{
		background:none;
	}
.styledDiv legend .rmq{
	color:#999;
	font-size:0.8em;
	font-weight:normal;
}
.styledDiv label span{
	font-weight:bold;
	font-size:1.2em;
	color:#606060;
}
.actionBtn button{
	margin:4px auto 8px;
}
#pret .results legend{
	margin-bottom:11px;
}
#pret .results input[type=text]{
	width:80px;
}
	
/* -------------------------------- =pub --- */
#cms_content-stream .block-1{
	position:absolute;
	right:8px;
	top:8px;
	display:block;
	height:110px;
	width:700px;
} 

/* -------------------------------- =offices ---- */
#content #offices ul{
	float:left;
	margin-bottom:0;
	margin-left:0;
	width:45%; 
}
#content #offices li{
	background:#fff;
	list-style-type:none;
	padding:0.6em 0.8em;
	border:solid 1px #a6a6a6;
	margin-bottom:16px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

}
#content #offices #offices_0{
	margin-right:40px;
}
#offices .office_name{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.4em;
}

/* -------------------------------- =staff ---- */
#content #intervenants{
	list-style:none;
	margin-top:5px;
}
#content #intervenants li{
	background:none;
	float:left;
	width:45%;
	margin-bottom:24px;
	padding:0;
}
#content #intervenants li.pair{
	clear:left; /* do not remove!*/
}
#content #intervenants li.impair{
	margin-left:7%;
}
#content #intervenants dt{
	font-weight:bold;
	font-size:1.3em;
}
#content #intervenants dd.email{
	overflow:hidden;
}
	#content #intervenants dd.email a{
		font-size:0.9em;
	}
#content #intervenants dd.bio{
	margin-top:1em;
}
#content #intervenants dd.bio p{
	clear:none;
	margin-bottom:0;
}
#content #intervenants li img,
#content img.encadre{
	float:left;
	margin:2px 10px 3px 0;
	width:110px;
	padding:3px;
	border:1px solid #bebebe;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

			
/* --------- */
span.hilite{
	font-weight:bold;
	color:#f24300;
}
p.hilite{
	padding:8px 20px;
	background-color:#ffdcce;
	border:1px solid #f24300;
}


/*
----------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------   ALL NAV  -------------------------------------------
----------------------------------------------------------------------------------------------------------------------
*/

/* -------------------------------- =navbar --------------------------- */
.sidebar .block.menu_stream-mod{
	padding:0;
	margin:0;
	background:none;
}
#navigation-stream {
	/*bottom:0;
	clear:both;*/
	position:absolute;
	height:30px;
	left:15px;
	top:102px;
	line-height:normal;	
}
.menu_stream-mod{
	/*font:bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:1.2em;
	font-weight:bold;

}
	#sidebar-stream .menu_stream-mod{
		margin-top:-10px;
	}
		#sidebar-stream .menu_stream-mod .squeezebox {
			font-size:1em;
		}
	#sidebar-stream .menu_stream-mod .menu-v{
		padding:0 10px;
	}
		#sidebar-stream .menu_stream-mod .menu-v li{
			margin-bottom:4px;
			border: 1px solid #f8f8f8;
		}
		#sidebar-stream .menu_stream-mod .menu-v li,
		#sidebar-stream .menu_stream-mod .menu-v li a{
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
			border-radius:6px;			
		}
		
	.squeezebox .menu_stream-mod .level-3{
		font-weight:normal;
	}
	
	/* -- borders -- */
	.menu_stream-mod ul.level-1.squeezebox li,
	.menu_stream-mod ul.level-1.squeezebox li li{
		border-bottom:1px dotted #a6a6a6;
	}
	.menu_stream-mod ul.level-1.squeezebox li.last{
		border:none;
	}
	.menu_stream-mod ul.level-1 li.last{
		border:none; 
	}
	.menu_stream-mod .level-1.menu-h li{
		/*background:transparent url(../images/sep_nav.png) right repeat-y;*/
		border-right:1px solid #FFF;
	}
	.menu_stream-mod .level-1.menu-h li.last,
	.menu_stream-mod .level-1.menu-h li li{
		background-image:none;
	}

	/* -- blocks width and fonts' sizes -- */
	.menu_stream-mod ul.level-1{
		margin:0;
		min-height:34px;
		overflow:hidden;
	}
	.menu_stream-mod ul.level-1.squeezebox{
		font-size:1.3em;
		font-family:Tahoma;
		margin:0 8px 32px;
		height:auto;
	}
		.menu_stream-mod ul.level-1.squeezebox li{
			width:100%;
		}
			.menu_stream-mod ul.level-1.squeezebox li.select{
				padding:8px 5%;
				width:90%;
				background:#fff;
			}
			
		/* -- margin-left et largeur des niv. 2 & 3 de la SubNav -- */	
	.menu_stream-mod .squeezebox ul.level-2,
	.menu_stream-mod .squeezebox ul.level-3{
		width:96%;
		margin-left:4%;
	}
	  /* --------------------------------------------------------- */

		.menu_stream-mod .squeezebox ul.level-2 li{
			font-size:0.9em;
			width:100%;
		}
		.menu_stream-mod .squeezebox ul.level-3 li{
			font-size:0.8em;
			width:100%;
		}
			.menu_stream-mod .squeezebox ul.level-3 li.select{
				width:100%;
			}

	/* --- parents --- */

	.menu_stream-mod li.parent span{
		display:block;
		padding:8px 8px 10px 7px;
	}
		.menu_stream-mod .squeezebox li.parent span{
			padding-bottom:8px
		}
		.menu_stream-mod li.parent li.select span{
			padding:0;
		}
	.menu_stream-mod .level-1 li.parent span,
	.menu_stream-mod .level-1 .level-2 li.parent span{
		background:#f0f0f0 url(/awe/images/down_353535.png) no-repeat 93% 15px;
	}
	.menu_stream-mod .level-1 li.parent li span,
	.menu_stream-mod .level-1 .level-2 li.parent li span{
		background:none;
	}
	/* --- parents hover --- */
	.menu_stream-mod .level-1 li.parent a:hover span,
	.menu_stream-mod .level-1 li.parent li.parent a:hover span,
	.menu_stream-mod .level-1 li.parent li.parent li a:hover span{
		color:#fff;
		background-color:#595959;
		background-image:none;
	}
	.menu_stream-mod .level-1 li.select span:hover{
		background-image:none;
	}
							
	/* --- select --- */
	.menu_stream-mod ul.level-1 li.select{
		color:#353535;
		padding:8px 10px 10px 7px;
		background:#fff url(../images/bkgd_nav.png) repeat-x 0 0;
		cursor:default;
	}
		.menu_stream-mod li.parent li.select{
			padding:0 0 0 7px;
		}

	/* --- a and span --- */
	.menu_stream-mod li a{
		display:block;		
		background:url(../images/bkgd_navbar.png) repeat-x 0 0 #6A6A6A;
		color:#F3F3F3;
		/*padding:6px 13px;*/
		text-decoration:none;
	}	
		.menu_stream-mod .squeezebox li a{
			background-image:none;
		}
	.menu_stream-mod a span{
		display:block;
		/*padding:8px 14px 10px 7px;*/
		padding:6px 13px;
	}
		.menu_stream-mod .squeezebox a span{
			padding-bottom:8px;
		}
	.menu_stream-mod li a:hover,
	.menu_stream-mod li a:focus,
	.menu_stream-mod li a:active,
	.menu_stream-mod li:hover a:hover,
	.menu_stream-mod li:hover a:focus,
	.menu_stream-mod li:hover a:active{
		text-decoration:none;
		color:#fff;
		background-color:#4C4C4C;
		background-position:0 -60px;
	}
	
/* */

#navigation-stream .menu_stream-mod .menu-h .level-2{
	/* rounded corners bottom sub-nav 2 */
	/*-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;*/
}
#navigation-stream .menu_stream-mod .menu-h .level-3{
	/* rounded corners bottom and top right sub-nav 3 */
	-webkit-border-top-right-radius:6px;	
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius:0 6px 6px;
	border-radius:0 6px 6px;
}
#navigation-stream .menu_stream-mod li .last,
#navigation-stream .menu_stream-mod li .last a,
#navigation-stream .menu_stream-mod li .last span,
#navigation-stream .menu_stream-mod li li .last{
	/* rounded corners last link sub-nav 2 & 3 */
	/*-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;*/
}
#navigation-stream .menu_stream-mod .menu-h li li.last li a{
	/* NO rounded corners links sub-nav 3 */
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.menu_stream-mod .menu-h .level-3 > li:first-child a,
.menu_stream-mod .menu-h .level-3 > li:first-child[class="select"],
#navigation-stream .menu_stream-mod .menu-h li li.last .level-3 > li:first-child a{
	/* rounded corner top right 1st link sub-nav 3 */
	-webkit-border-top-right-radius:6px;
	-moz-border-radius:0 6px 0 0;
	border-radius:0 6px 0 0;
}
#navigation-stream .menu_stream-mod .menu-h .level-2,
#navigation-stream .menu_stream-mod .menu-h .level-3{
	/* drop shadow sub-nav 2 & 3 */
	-webkit-box-shadow:1px 1px 5px #5E5C5C;
	-moz-box-shadow:1px 1px 5px #5E5C5C;
	box-shadow:1px 1px 5px #5E5C5C;
}
#navigation-stream .menu_stream-mod .menu-h a span{
	/*padding-left:14px;*/
	padding-left:13px;
}
#navigation-stream .menu_stream-mod .level-1.menu-h .select{
	/*padding:8px 14px 10px;*/
	padding:6px 13px;
	background:url(../images/bkgd_navbar.png) repeat-x 0 -60px #4C4C4C;
	color:#fff;
}

									 /* ALL */

#navigation-stream .menu_stream-mod li a{
	text-decoration:none;
	display:block;
	/*margin-right:2px; /* separator */
}
	#navigation-stream .menu_stream-mod li li a{
		margin-right:0;
	}
#navigation-stream .menu_stream-mod li a:hover,
#navigation-stream .menu_stream-mod li a:focus,
#navigation-stream .menu_stream-mod li a:active,
#navigation-stream .menu_stream-mod li:hover a:hover,
#navigation-stream .menu_stream-mod li:hover a:focus,
#navigation-stream .menu_stream-mod li:hover a:active{
	text-decoration:none;
}

	#navigation-stream .menu_stream-mod li li a:link,
	#navigation-stream .menu_stream-mod li li a:visited{
		background:url(../images/bkgd_navbar.png) repeat-x 0 bottom #6A6A6A;
	}
	#navigation-stream .menu_stream-mod li li a:hover,
	#navigation-stream .menu_stream-mod li li a:active,
	#navigation-stream .menu_stream-mod li li a:focus{
		background-color:#171717;
		background-image:none;
	}

/* --------- =subNav --------- */
/*#navigation-stream .menu_stream-mod li ul{
	left:auto;
}*/

#navigation-stream .menu_stream-mod li li{
	border-right:0;
	border-top:1px solid #8B8989;
}
	#navigation-stream .menu_stream-mod .menu-h li.parent li.select  {
		background-color:#6a6a6a;
		background-image:none;
	}

#navigation-stream .menu_stream-mod li li:first-child{
	border-top:0;
}

#navigation-stream .menu_stream-mod .menu-h .parent{
	padding:6px 13px 6px 0;
	background:url(../images/bkgd_navbar.png) repeat-x 0 0 #6A6A6A;
	color:#fff;
}
#navigation-stream .menu_stream-mod .menu-h li.parent:hover,
#navigation-stream .menu_stream-mod .menu-h li.c-select {
	background:url(../images/bkgd_navbar.png) repeat-x 0 -60px #4C4C4C
}
#navigation-stream .menu_stream-mod .menu-h li ul{
	margin:6px 0 0 0;
	width:12em;
	font-size:0.9em;
	font-weight:normal;
}
	#navigation-stream .menu_stream-mod .menu-h li li:hover ul{
		margin:-27px 0 0 12em;
	}
#navigation-stream .menu_stream-mod .menu-h li.parent span{
	padding:0 14px;
	background:transparent url(/awe/images/down_353535.png) no-repeat right 7px;
}
	#navigation-stream .menu_stream-mod .menu-h li.parent li span{
		padding:6px 14px 8px;
		background-image:none;
	}
#navigation-stream .menu_stream-mod .menu-h li.parent .select,
#navigation-stream .menu_stream-mod .menu-h li.parent li.parent .select{
	padding:0;
}
#navigation-stream .menu_stream-mod .menu-h li.parent li.parent{
	padding:0 8px 0 0;
}

	#navigation-stream .menu_stream-mod .menu-h li.parent li.parent.last{
		border-bottom:none;
	}
	
	#navigation-stream .menu_stream-mod .menu-h li.parent li.parent span{
		padding:5px 14px;
	}
		#navigation-stream .menu_stream-mod .menu-h li.parent li.parent .level-3 span{
			font-size:0.9em;
			padding:6px 8px;
			background-image:none;
		}
			#navigation-stream .menu_stream-mod li.parent .select,
			#navigation-stream .menu_stream-mod li.parent li.parent .select{
			}

#navigation-stream .menu_stream-mod li li.last a,
#navigation-stream .menu_stream-mod li li.last li.last a{
	border-bottom:none;
}

	/* ****************** bkgd colors ****************** */

		.menu_stream-mod .level-2{
			background-color:#dfdfdf;
		}
		.menu_stream-mod .level-3{
			background-color:#d6d6d6;
		}

	/* ****************** subNav parents colors ****************** */
		.menu_stream-mod li.parent{
			color:#6f6d6d;
		}
		.menu_stream-mod li.parent:hover{
			cursor:pointer;
		}
		#navigation-stream .menu_stream-mod li.parent:hover{
			color:#fff;
			background:#6D6C6C url(../images/bkgd_nav.png) repeat-x 0 -100px;
		}
		#navigation-stream .menu_stream-mod .menu-h li.parent:hover{
			cursor:pointer;
		}
			#navigation-stream .menu_stream-mod .menu-h li.parent:hover span,
			#navigation-stream .menu_stream-mod .menu-h li.c-select span{
				background-image:url(/awe/images/down_blc.png);
			}
			#navigation-stream .menu_stream-mod .menu-h li.parent:hover li span{
				background-image:none;
			}
			
				/* arrows */
		#navigation-stream .menu_stream-mod .menu-h li.parent li.parent span{
			background:transparent url(/awe/images/right_353535.png) no-repeat right 10px;
		}
		#navigation-stream .menu_stream-mod .menu-h li.parent li.parent:hover span{
			background:transparent url(/awe/images/right_blc.png) no-repeat right 10px;
		}
			#navigation-stream .menu_stream-mod .menu-h li.parent li.parent:hover li span{
				background-image:none;
			}
	/* *********************************************************** */


	/* ****************** Squeezebox Nav Colors ****************** */
		.menu_stream-mod .level-1 li.parent span,
		.menu_stream-mod .squeezebox li a{
			background-color:#f0f0f0;
		}
			.menu_stream-mod .level-1 .level-2 li.parent span,
			.menu_stream-mod .squeezebox li li a{
				background-color:#d9d9d9;
			}
				.menu_stream-mod .squeezebox li li li a{
					background-color:#d0d0d0;
				}
	/* *********************************************************** */

/* -------------------------------- =quicksearch / =advanced-search --- */
.qksrch .chkBx label{
	white-space:nowrap;
}
.qksrch input,
#advanced-search input{
	margin:0;
	padding:0;
	position:relative;
}
.qksrch input[type=checkbox],
#advanced-search input[type=checkbox]{
	top:3px;
}
#advanced-search input[type=text]{
	padding:1px;
	border:1px solid #E2E2E2;
	width:7em;
	top:0;
}

.qksrch legend{
	margin-bottom:0.4em;
}
.qksrch select{
	font-size:0.9em;
	border:1px solid #cacaca;
	margin-bottom:4px;
}
	#content-stream .qksrch select{
		max-width:130px;
	}
	.w-sidebar .sidebar .qksrch select{
		width:80%;
	}
	.w-sidebar-opt .sidebar .qksrch select{
		width:68%;
	}
	.qksrch select:focus{
		background:#ffffdb;
	}
		.qksrch select:focus option{
			background:#fff;
		}
	.qksrch select option{
		padding:1px 0 1px 3px;
		border-bottom:solid 1px #e2e2e2;
	}
	.qksrch select optgroup{
		font-style:normal;
		padding-top:2px;
		color:#000;
		background:#e2e2e2;
	}
		.qksrch select optgroup option{
			padding:1px 0 1px 1em;
			background:#fff;
		}
.qksrch form label{
	display:inline;

}
.qksrch form .chkBx label{
	margin-right:1.5em;	
}
.qksrch input[type=text]{
	padding:1px;
	border:1px solid #cacaca;
}
	.qksrch li li input{
		border:none;
	}
	.qksrch input#price_from,
	.qksrch input#price_to,
	.qksrch input#area_size_from,
	.qksrch input#area_size_to{
 		width:7em;
	}
.qksrch .action{
	margin-bottom:4px;
}
.sidebar .block .qksrch ul{
	margin:0;
}
.sidebar .qksrch form li{
	/*float:left;*/
	width:100%;
	margin:0 12px 8px 0;
}
	.sidebar .qksrch form li li{
		margin-bottom:0;
	}
#make_contact .radBtn{
	height:25px;
}
#make_contact p.group-rb{
	position:relative;
	top:-19px;
	margin:0 0 0 84px;
}
/*.qksrch .radBtn legend,
.qksrch .chkBx legend{
	display:block;
}*/  /* -- bug FF 3.5.8 Vs 3.6 -- */
#content-stream .block fieldset{
	margin-top:0;
}
#advanced-search{
	padding:4px 8px;
	border:1px solid #E4E4E4;
	margin:0 10px 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
	#advanced-search form li{
		clear:left;
		margin-bottom:8px;
	}
		#advanced-search form li li{
			clear:none;
			float:left;
			margin:0 12px 8px 0;
		}
	#advanced-search .btn{
		margin-top:10px;
	}
	#advanced-search button.action{
		margin-left:13.5em;
	}
#advanced-search li label{
	font-weight:bold;
	display:inline-block;
	width:12em;
}
	#advanced-search li li label,
	#advanced-search li fieldset label{
		font-weight:normal;
		width:auto;
		margin-right:1em;
		position:relative;
		top:-18px;
	}
select#rooms,
select#location{
	font-size:0.9em;
}
#advanced-search fieldset{
	margin:0 0 8px;
	height:1.7em;
}
#advanced-search .radBtn legend,
#advanced-search .chkBx legend{
	display:inline-block;
	font-weight:bold;
	font-size:1em;
	width:12em;
}
#advanced-search .radBtn  legend + label,
#advanced-search .chkBx  legend + label{
	margin-left:12em;
}
.no-result{
	color:#225294;
	margin:20px 30px 14px;
}

/* -------------------------------- =e-mail alert --- */
#email_alerts form{
	margin:0 0 4px;
}
#email_alerts h2{
	margin:0.2em 0 0.4em;
}
#email_alerts label{
	font-weight:bold;
	display:inline;
	margin-right:6px;
}
#email_alerts p{
	display:inline-block;
}
#email_alerts .action{
	margin:0 8px;
}
#email_alerts_errors{
	font-weight:bold;
	color:red;
	/*padding-left:30px;*/
	/*background:transparent url(/awe/images/warning_red.png) no-repeat;*/
}

/* -------------------------------- =flash gallery --- */
#content .pixgallery ul{
	list-style:none;
	display:block;
	min-height:24px;
	margin:4px 0 0 0;
}
	#content .pixgallery li{
		display:-moz-inline-box; /* FF2x */
		display:inline-block;
		max-width:180px;
		padding:0;
		margin:0 2px 0 0;
	}
		.pixgallery li a{
			padding:5px 10px;
			display:block;
			color:#6f6d6d;
			background:#dfdfdf;
			text-decoration:none;
			font-weight:bold;
			/* rounded top corners */
			-webkit-border-top-left-radius:6px;
			-webkit-border-top-right-radius:6px;
			-moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
		}
		.pixgallery li a:hover,
		.pixgallery li a:focus,
		.pixgallery li a:active{
			color:#fff;
			background:#595959;
		}
		.pixgallery li.select a{
			color:#6f6d6d;
			background:#fff;
			-webkit-box-shadow:0 -1px 1px #9f9f9f;
			-moz-box-shadow:0 -1px 1px #9f9f9f;
			box-shadow:0 -1px 1px #9f9f9f;
		}
.pixgallery li a span{
	font-weight:normal;
}
#flashcontent{
	height:610px;
	padding-top:12px;
	background:#fff;
	border-bottom:1px solid #e1e1e1;
	-webkit-box-shadow:0 0 2px #acacac;
	-moz-box-shadow:0 0 2px #acacac;
	box-shadow:0 0 2px #acacac;
}

/* -------------------------------- =search results page --- */
.col-pic{
	float:left;
}
#content .spotted{
	background:#e6e6e6 url(../images/bkgd_spotted.png) no-repeat left 133px !important;
}
.home-page #content-stream .block li.spotted{
	padding-left:20px;
	background:transparent url(/awe/images/star.png) no-repeat !important;
}
.home-page #content-stream .block .carousel-content li.spotted{
	padding-left:0px;
}
.pix-count{
	text-align:right;
	width:181px;
	margin:0;
}
	.pix-count a{
		padding:2px 2px 3px 26px;
		background:#ddd url(/awe/images/icon_diapo_thb.png) no-repeat 2px 2px;
	}
	.pix-count a:hover,
	.pix-count a:focus,
	.pix-count a:active{
		background-color:#595959;
	}
		.pix-count span{
			position:absolute;
			left:-999em;
		}
.control_bar1{
	background:#fff;
	padding:2px 8px 4px;
	border:1px solid #efefef;
	margin:0 0 16px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
h2.search_result{
	font:normal 1.2em Arial;
	margin:0;
	float:left;
}
	h2.search_result span{
		font-size:1.2em;
	}
.control_bar1 .email_alert{
	float:right;
	font-size:0.9em;
	margin:3px 0 0;
}
	.control_bar1 .email_alert a{
		padding:2px 0 2px 24px;
		background:transparent url(/awe/images/icon_email.png) no-repeat;
	}
	.control_bar1 a:link,
	.control_bar1 a:visited{
		color:#9a9a9a;
	}
	.control_bar1 a:hover,
	.control_bar1 a:focus,
	.control_bar1 a:active{
		color:#565656;
	}

/* =sort search results --- */
.sort_by{
	color:#595959;
	padding:3px 0 0 10px;
	display:-moz-inline-box;
	display:inline-block;
}
	.sort_by form{
		padding-right:2px;
		margin:0;
		display:inline;
	}
	.sort_by select{
		font-size:0.9em;
		color:#6c6c6c;
	}
.spinner{
	display:inline-block;
	position:relative;
}
	.spinner img{
		position:absolute;
		left:0;
		top:-14px;
	}

/* =results list --- */
#content .search_results{
	list-style-type:none;
	margin:12px 0 14px;
}
	.search_results sup{
		font-size:0.7em;
	}
	#content .search_results li{
		padding:10px 0 8px 10px;
		background:#f7f7f7 url(../images/bkgd_clasfd.png) repeat-x 0 top;
		position:relative;
		margin:0 0 20px;
		border-bottom:1px solid #dedede;
		clear:both;
		-webkit-box-shadow:0 -1px 3px #dedede;
		-moz-box-shadow:0 -1px 3px #dedede;
		box-shadow:0 -1px 3px #dedede;
	}
	.search_results .ad-thb{
		display:block;
		line-height:0;
		background-color:#fff;
		border:1px solid #ddd;
	}
	.search_results .head{
		padding-right:10px;
		margin-left:188px;
	}
		.search_results .head .price,
		#characteristics .price{
			display:inline-block;
			color:#878787;
			font-weight:bold;
			font-size:1.2em;
			margin:0 0 2px;
		}
		#characteristics .price{
			margin-bottom:10px;
		}
		.search_results .head .lowerprice,
		#characteristics .lowerprice{
			color:#865d5d;
			padding:0 87px 0 0;
			background:transparent url(../images/tag_lowerprice_fr.png) no-repeat right 2px;
		}
			.search_results .head .lowerprice .price_down,
			#characteristics .lowerprice .price_down{
				position:absolute;
				left:-999em;
			}
			.price_comp{
				font-size:0.8em;
				font-weight:normal;
				color:#595959;
			}
	.search_results h3{
		color:#595959;
		font-size:1.3em;
		margin:0;
	}
		.search_results h3 a:link,
		.search_results h3 a:visited{
			color:#595959;
			text-decoration:none;
		}
		.search_results h3 a:hover,
		.search_results h3 a:focus,
		.search_results h3 a:active{
			color:#595959;
			background:transparent;
			text-decoration:underline;
		}
	.search_results .descr{
		clear:right;
		padding-right:10px;
		margin-left:188px;
	}
	.search_results .clasfd-link{
		padding-bottom:12px;
		border-bottom:1px dotted #ddd;
		margin:0 10px 6px 0;
		/*margin-right:10px;
		margin-bottom:6px;*/
	}
	.search_results .bookmk-link{
		margin:0 18px 8px 0;
		position:absolute;
		right:0;
		bottom:0;
	}
	.search_results .clasfd-link a,
	.search_results .bookmk-link a{
		display:inline;
		color:#999;
		font-weight:bold;
		padding:1px 0 1px 18px;
		background:transparent url(/awe/images/bullet_arw-green-r.png) no-repeat 0 1px;
	}
	.search_results .bookmk-link a{
		font-size:0.9em;
		font-weight:normal;
		background:transparent url(/awe/images/add_blu.png) no-repeat;
	}
	.search_results .clasfd-link a:hover,
	.search_results .clasfd-link a:focus,
	.search_results .clasfd-link a:active,
	.search_results .bookmk-link a:hover,
	.search_results .bookmk-link a:focus,
	.search_results .bookmk-link a:active{
		color:#565656;
	}

/* -------------------------------- =pagination --- */
.pagination{
	color:#aaa;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.pagination.detail{
	padding:0 0 10px;
	border-bottom:1px dotted #cfcfcf;
	margin:0 160px 12px;
}
.pagination a,
.pagination span{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.pagination a{
	color:#aaa;
	padding:2px 5px 2px 5px;
	margin-right:2px;
	border: 1px solid #cfcfcf;
	text-decoration:none;
}
.pagination a:hover,
.pagination a:active{
	color:#DF5500;
	padding:2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid #a0a0a0;
}
.pagination span.current{
	color:#DF5500;
	background-color:#fff;
	padding:2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid #e9e9e9;
}
.pagination span.disabled{
	color:#ddd;
	padding:2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid #e7e7e7;
}
.pagination .back2list{
	font-size:0.9em;
}
.pagination a.back2list:link,
.pagination a.back2list:visited{
	border:none;
	text-decoration:underline;
}
.pagination a.back2list:hover,
.pagination a.back2list:focus,
.pagination a.back2list:active{
	color:#595959;
	background:none;
}

/* --- */

.form .clean{
	color:#999;
}
#content-main #description,
#content-main #characteristics,
#content-main #extras{
	padding-bottom:6px;
	border-bottom:1px dotted #ddd;
	margin-bottom:8px;
}
#content-main #extras{
	border:none;
}
#content #offices p.localize a{
	padding:1px 0 0 22px;
	background-image:url(/awe/images/world_go.png);
	background-repeat:no-repeat;
}


/* --- */

.references,
.tags{
	color:#888;
	font-size:0.9em;
	padding:0;
	margin-bottom:10px;
}
.search_results .references{ /* search results list */
	padding:0 0 0 1px;
	margin-bottom:0;
}
	.references dt,
	.references dd,
	.tags dt,
	.tags dd{
		float:left;
	}
	.references dd{
		font-weight:bold;
		margin-right:10px;
	}
	.tags dd{
		margin-right:0.7em;
	}
	.tags a:link,
	.tags a:visited{
		color:#888888;
		background:transparent;
	}
	.tags a:hover,
	.tags a:focus,
	.tags a:active{
		color:#fff;
		background-color:#595959;
	}
/* --- */	
	
#diaporama{
	margin-bottom:12px;
}
#diaporama a{
	background-color:transparent;
}
#diaporama .rmq{
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.08em;
	color:#fff;
	clear:both;
	background:#8A8A8A url(/awe/images/icon_zoom.png) no-repeat 4px 4px;
	border:2px solid #bbb;
	padding:3px 5px 3px 24px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.sb-links li{
	list-style-type:none;
}
a#list_return{
	font-size:0.9em;
	padding-left:14px;
	background:transparent url(/awe/images/arrows-l_b8b7b7.gif) no-repeat 0 4px;
}
.newtag{
	position:absolute;
	top:60px;
	right:0;
	display:inline-block;
	width:93px;
	height:61px;
	background-color:transparent;
	background-repeat:no-repeat;
	margin:0;
	z-index:100;
}
.search_results .newtag{
	width:65px;
	height:43px;
	left:134px;
	top:6px;
}
html[lang="fr"] .newtag{
	background-image:url(/awe/images/tag_nouveaute.png);
}
html[lang="en"] .newtag{
	background-image:url(/awe/images/tag_nouveaute_en.png);
}
.search_results .newtag{
	background-position:0 -61px;
}
.exclutag{
	position:absolute;
	top:58px;
	right:320px;
	display:inline-block;
	width:52px;
	height:50px;
	background-image:url(/awe/images/tag_exclu.png);
}
.search_results .exclutag{
	width:40px;
	height:37px;
	top:3px;
	left:3px;
	background-position:0 -50px;
}
	.newtag strong,
	.exclutag strong{
		position:absolute;
		left:-999em;
	}
#characteristics .specs{
	/*overflow:hidden;*/
}
	.specs dt{
		float:left;
		clear:left;
		margin-bottom:2px;
	}
	.specs dd{
		font-weight:bold;
		float:left;
	}
		.specs dd sup{
			font-size:0.6em;
		}
#characteristics h2,
#description h2,
#extras h2{
	margin-top:0;
}
#contact h2{
	color:#888;
	font-size:1.1em;
	margin:1px 0 12px;
}
#characteristics h3{
	font-weight:normal;
}

/* */
#contact-foot{
	clear:both;
	padding:6px 4px 4px;
	border:1px solid #bebebe;
	margin-bottom:4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 2px #acacac;
	-moz-box-shadow:0 0 2px #acacac;
	box-shadow:0 0 2px #acacac;
	background: #efefef;
}
	#contact-foot #contact,
	#contact-foot #make_contact{
		float:left;
	}
	#contact-foot #contact{
		padding:0 6px;
		width:30%;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
	}
	#contact-foot #make_contact{
		width:68%;
	}
		#contact-foot #make_contact form{
			padding-left:10px;
			border-left:1px dotted #bbb;
			margin-left:10px;
		}
#content-main .vcard dt{
	margin-right:0.3em;
}
#make_contact label,
#friend_form label{
	text-align:right;
	font-weight:bold;
	width:80px;
	float:left;
}
#make_contact .radBtn legend{
	padding:0 14px 0 43px;
}
#make_contact .radBtn label{
	width:auto;
}


#friend_form label{
	width:150px;
}
#make_contact input,
#make_contact textarea,
#friend_form input,
#friend_form textarea{
	margin-left:4px;
}
#make_contact .action{
	margin:0 0 6px 84px;
}
#friend_form .action{
	margin:0 0 6px 154px;
}
	#make_contact form,
	#make_contact fieldset,
	#make_contact legend{
		margin:0;
	}
	#make_contact .rqd{
		font-size:1.4em;
		color:#970211;
	}
	#make_contact form{
		margin-bottom:4px;
	}
#friend_form fieldset{
	margin-top:2px;
}
#friend_form legend{
	margin-bottom:12px;
}

/* -------------------------------- =carousel --- */
.carousel-content a{
	font-weight:bold;
	text-decoration:none;
}
.carousel-content a:hover,
.carousel-content a:focus,
.carousel-content a:active{
	color:#000;
	background:none;
	border:none;
}
	.carousel-content .slide .thmb{
    	text-align: center;
	}
	.carousel-content .spotted{
		background:none !important;
		margin:0 0 0 10px !important;
	}
.nb-blocks-4 .carousel-content .slide{
	 width:190px;
}
	.nb-blocks-4 .carousel-content .slide p{
		text-align:left;
		padding:0 13%;
	}
	.nb-blocks-4 .carousel-content .slide .thmb{
		text-align:center;
		padding:0;
	}
.nb-blocks-4 .carousel-content .slide img{
	width:75%;
}

/* -------------------------------- =Gmaps --- */
#detail  #Gmap.detail {
	padding-top:0;
}
#Gmap.detail .map {
	margin-right:3px;
}

	#map_div a{
		background:transparent;
	}
	
.offices-page #offices {
	overflow:hidden;
}

#detail .coord h2 {
	border-bottom:0;
	font-size:1.1em;
	color:#666;
	padding-bottom:0;
}

#detail .coord div.descr {
	float:right;
	margin-top:-105px;
	width:61%;
}
#detail .coord div.descr ul {
	margin-left:1.4em;
}

/* -------------------------------- =shadowbox --- */	
.fiche li.nom,
.fiche li.prenom{
	color:#373737;
	font-size:110%;
}
.fiche li.nom {
	font-weight:bold;
	margin-bottom:8px;
	text-transform:uppercase;
}
.fiche li.prenom{
	font-weight:bold;
	text-transform:capitalize;
}
	
/* -------------------------------- =credits AW (footer) --- */
#creditsAW,
#creditsAW a{
	font-weight:normal;
}
#creditsAW{
	color:#b5b5b5;
	font-size:0.8em;
	text-align:right;
	padding:2px;
	margin:0;
}
	#creditsAW a:link,
	#creditsAW a:visited{
		color:#b5b5b5;
		background-color:transparent;
		text-decoration:underline;
	}
	#creditsAW a:hover,
	#creditsAW a:focus,
	#creditsAW a:active{
		color:#fff;
		background-color:#b5b5b5;
		text-decoration:none;
	}
		

/* -- =override content and sidebar width -- */
/*
.w-sidebar .sidebar{
	width:310px;
}
.w-sidebar #content,
.w-sidebar-opt #content {
	width:650px;
}
*/

