﻿/* index

=header
=lang
=push-link
=main content
=more btn
=blog
=footer
=tables
=print btn
=CSS tooltip
=buttons
=domtabs
=forms
=pub
=offices
=navbar
=quicksearch
=flash gallery
=shadowbox
=credits AW (footer)

*/

body{
	color:#001743;
	font:76%/1.5 Arial, Helvetica, sans-serif;
	background:#fff; /* do NOT change bkgd color here */
}
body#top{
	background-color:#f4f4f4;/* change here - fix for bkgd Shadowbox to stay white */
	background-image:url(../images/bkgd_body.png);
	background-repeat:repeat-x;
}
.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{
	color:#0077bf;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(0,0,0,0.25);
}
#content h1{
	font-size:1.5em;
	padding:0 0 3px;
	border-bottom:1px dotted #a6a6a6;
	margin:0 0 10px;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0.8em 0 0.4em;
}
	.sidebar h2{
		color:#d84d19;
		text-transform:uppercase;
		margin-bottom:1px;
	}
h3{
	font-size:1em;
	margin-bottom:0.5em;
}
p,
li,
dt,
dd{
	font-size:1em;
}
p{
	margin:0.1em 0 0.7em;
}
#content li{
	margin:0 0 0.2em;
}
#main a,
#footer a{
	padding:0 2px;	
}
a:link{
	color:#1570ac;
	text-decoration:underline;
}
a:visited{
	color:#1570ac;
	text-decoration:underline;
}
a:hover,
a:focus,
a:active{
	color:#fff;
	background-color:#1570ac;
	text-decoration:none;
}
a img{
	border:none;
}
#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;
}
	
/* -------------------------------- =header --------- */
#header{
	height:140px;
	background:transparent;
}
#logo{
	padding:14px 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;
		}

/* -------------------------------- =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 --- */
#main{
	background:#f7f7f7;
	overflow:hidden;
}

 /* faux columns bkgd */
#main.a-b-c.w-sidebar{
	background:#fff;
}
#main.b-a-c.w-sidebar{
	background:#e4e4e4 url(../images/bkgd_sprite-main-2colmn.png) left repeat-y;
}
#main.a-b-c.w-sidebar.w-sidebar-opt{
	background:#e4e4e4 url(../images/bkgd_sprite-main-3colmn.png) right repeat-y;
}
#main.b-a-c.w-sidebar.w-sidebar-opt{
	background:#e4e4e4 url(../images/bkgd_sprite-main-3colmn.png) left repeat-y;
}
 /* --- */
 
.home-page #main{
	padding-bottom:0;
}
.home-page #content-stream.nb-blocks-2 .block{
	width:45.7%;
}
.home-page #content-stream.nb-blocks-3 .block{
	width:214px;
}
.home-page #content-stream.nb-blocks-4 .block {
	width:20.8%;
}
#detail{
	padding-right:14px;
	padding-left:14px;
	position:relative;
}
#content h1#layout-title{
	margin-right:14px;
	margin-left:14px;
}
#accr-home{
	padding:6px 8px 14px 210px;
	background-position:0 13px;
	min-height:189px;
}
	#accr-home h1{
		text-transform:uppercase;
		font-size:1.5em;
		font-weight:normal;
		margin-bottom:8px;
		border:none;
	}
	#accr-home p,
	#accr-home ul{
		font-size:1.2em;
		margin:0;
	}
	#accr-home ul{
		margin-left:28px;
	}	
.home-page #content-stream{
	overflow:hidden;
	margin:1em 0 1.5em;
}
	.home-page #content-stream .block{
		padding:0;
		margin:1px 14px 0 0;
		background: #f8f8f8;
		border:1px solid #D84D19;
		-webkit-border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
		-moz-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
		border-top:none;
	}
		.home-page #content-stream .last{
			margin-right:0;
		}
	.home-page #content-stream .block p{
		padding:0 12px;
	}
	.home-page #content-stream .block h2{
		color:#d84d19;
		text-align:center;
		padding:22px 24px 0;
		background:transparent url(../images/bkgd_h2_home.png) repeat-x;
		min-height:48px;
		border:1px solid #ccc;
		-webkit-border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
		-moz-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
		border-bottom:none;
		position:relative;
		left:-1px;
		width:77.7%;
	}
	.home-page #content-stream .block h2,
	#content-stream .block .qksrch legend{
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 0.7em;
	}
	.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:0;
		}
	.home-page #content-stream .block li{
		background:transparent url(../images/puce-fleche.png) no-repeat 0 4px;
		padding:0 0 0 16px;
		list-style:none;
		margin:0 0 0.5em;
	}

#content{
	background:#fff url(../images/bkgd_top-grdt.png) repeat-x;
	padding-top:20px;
	width:100%;
}
	.home-page #content{
		padding-top:14px;
	}
.w-sidebar #content,
.w-sidebar-opt #content {
	width:710px;
}
#content p img{
	padding:16px 0;
}
#content .list-of-items{
	margin-left:1em;
}
.w-sidebar .sidebar{
	width:250px;	
}
.sidebar{
	padding-top:20px;
	background:transparent url(../images/bkgd_top-grdt.png) repeat-x;
}
.sidebar .block{
	padding:0 8px 2px ;
	margin:0 4px 8px;
}
	.sidebar .block.spacer-mod{
		padding:0;
		background:none;
		margin:0;
	}
.sidebar .block h2:first-child,
.sidebar .block fieldset:first-child{
	margin-top:0;
}
.sidebar fieldset{
	margin:0;
}
.sidebar .block ul{
	/*margin:0 0 1em 0.5em;*/
}
	.sidebar .block .list-of-items li{
		list-style:none;
		margin:0 0 1px 0;
	}
		.sidebar .block .list-of-items li a,
		.sidebar .block .list-of-items .select span{
			font-size:1.1em;
			font-weight:bold;
			text-decoration:none;
			background:#cfe3ef;
			padding:2px 4px !important;
			display:block;
			width:100%;
		}
		.sidebar .block .list-of-items .select span{
			background:#ecf3f9;
		}
		.sidebar .block .list-of-items li a:hover,
		.sidebar .block .list-of-items li a:focus,
		.sidebar .block .list-of-items li a:active{
			background:#1570AC;
		}

/* -------------------------------- =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;
}
#content .last .more,
.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 14px;
	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 12px 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;
	background:transparent url(/awe/images/bkgd_1px-dotted-dedede.png) no-repeat center top;
}
	.blog-page #content .list-of-items li.first{
		background-image:none;
	}
.blog-page .meta,
.home-page .meta{
	color:#aaa;
	font-size:0.8em;
	margin-bottom:4px;
}
.blog-page .list-of-items h2{
	margin-bottom: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;
}

/* -------------------------------- =footer --------- */
#footer{
	padding-top:7px;
	height:100% !important;
	background:transparent url(../images/bkgd_footer.png) repeat-x;
	font-size:0.9em;
}
#footer ul{
	padding:1px 1em 20px;
}
#footer h2{
	/*color:#fff;*/
	color:#606060;
	/*font:normal 1.1em Arial,Helvetica,sans-serif;*/
	font-size:1.1em;
	text-transform:capitalize;
	background-image:url(/awe/images/tiret_606060.gif);
	background-position:right 8px;
}
	#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{
			/*color:#4d4d4d;*/
			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,
		#footer .coord a:hover,
		#footer .coord a:focus,
		#footer .coord a:active{
			/*background-color:transparent;*/
			text-decoration:underline;
		}
		#footer .coord{
			padding:3px 1em 18px;
		}
		#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_606060.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 0 1em;
}

/* -------------------------------- =print btn --- */
#printBtn{
	display:block;
	width:30px;
	height:30px;
	float:right;
	clear:right;
	margin-top:-94px;
}
	#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:-3px;
	 right:37px;
    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 --- */
.btn{
	height:19px;
	padding-left:4px;
	display:-moz-inline-box; /* FF */
	display:inline-block;
	background:#a50101 url('../images/btn.png') no-repeat left top;
}
.btn a,
.btn button{
	height:19px;
	font-weight:bold;
	display:block;
	padding:0 22px 0 7px;
	background:#a50101 url('../images/btn.png') no-repeat right top;
}
.btn button{
	cursor:pointer;
	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:#EC6B1F 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:none;
	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:#ec803f;
		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.4em 10px 0;
}
.domtab h2{
	margin-top:0;
}
.domtabs .domtab a{
	color:#6f6d6d;
	background:#dfdfdf;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 20px;
	/* rounded corners top left & right */
	-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;
}
.domtabs .domtab a:hover,
.domtabs .domtab a:focus,
.domtabs .domtab a:active{
	color:#fff;
	background:#595959;
}
.domtabs .domtab.active{
	top:1px;
}
.domtabs .domtab.active a{
	color:#6f6d6d;
	background:#fff;
	/* drop shadow */
	-webkit-box-shadow:0 -1px 1px #9f9f9f;
	-moz-box-shadow:0 -1px 1px #9f9f9f;
	box-shadow:0 -1px 1px #9f9f9f;
}
.domtab-inner{
	padding:12px 14px 10px;
	background:#fff;
	margin-bottom:5px;
	/* drop shadow */
	-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;
	/* rounded corners top left & btm left */
	-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{
	/* drop shadow */
	-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,
fieldset fieldset legend{
	color:#001743;
}
.sidebar form{
	padding:0;
	margin-bottom:0;
}
	.sidebar form input{
		/*margin-bottom:10px;*/
	}
	
/* -------------------------------- =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;
	/* rounded corners */
	-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;
	/* rounded corners */
	-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;
}
div.hilite{
	
}

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

/* -------------------------------- =navbar --------------------------- */
.sidebar .block.menu_stream-mod{
	padding:0;
	margin:0;
	background:none;
}

.menu_stream-mod{
	font:bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
	#sidebar-stream .menu_stream-mod{
		font-size:1em;
	}
	/* -- bkgd colors -- */
	.menu_stream-mod .level-1{
		background-color:#ec6b1f;
	}
	.menu_stream-mod .level-2{
		background-color:#dfdfdf;
	}
	.menu_stream-mod .level-3{
		background-color:#d6d6d6;
	}
	
	/* -- 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;
	}
	.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.2em;
		margin:0 8px 32px;
		height:auto;
	}
		.menu_stream-mod ul.level-1.squeezebox li{
			width:216px;
		}
			.menu_stream-mod ul.level-1.squeezebox li.select{
				width:199px;
			}
	.menu_stream-mod .squeezebox ul.level-2{
		width:196px;
		margin-left:20px;
	}
		.menu_stream-mod .squeezebox ul.level-2 li{
			font-size:0.9em;
			width:196px;
		}
			.menu_stream-mod .squeezebox ul.level-2 li.select{
				width:189px;
			}
	.menu_stream-mod .squeezebox ul.level-3{
		width:176px;
		margin-left:20px;
	}
		.menu_stream-mod .squeezebox ul.level-3 li{
			font-size:0.8em;
			width:176px;
		}
			.menu_stream-mod .squeezebox ul.level-3 li.select{
				width:169px;
			}

	/* --- parents --- */
	.menu_stream-mod li.parent{
		color:#6f6d6d;
	}
	.menu_stream-mod li.parent:hover{
		cursor:default;
	}
	.menu_stream-mod li.parent span{
		display:block;
		padding:8px 8px 10px 7px;
	}
		.menu_stream-mod li.parent li.select span{
			padding-left:0;
		}
	.menu_stream-mod li.parent li.parent li span{
		/*width:161px;*/ /* -- needed ? -- */
	}
	.menu_stream-mod .level-1 li.parent span,
	.menu_stream-mod .level-1 .level-2 li.parent span{
		background:transparent url(/awe/images/down_353535.png) no-repeat 93% 16px;
	}
	.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 span:hover,
	.menu_stream-mod .level-1 li.parent li.parent span:hover{
		background-color:#d3d3d3;
		background-image:url(/awe/images/down_blc.gif);
	}
	.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;
		background-color:#fff;
	}
							
	/* --- select --- */
	.menu_stream-mod ul.level-1 li.select{
		color:#0e7bc0;
		padding:8px 10px 10px 7px;
		background-color:#fff;
		cursor:default;
	}
		.menu_stream-mod li.parent li.select{
			padding:0 0 0 7px;
		}

	/* --- a and span --- */
	.menu_stream-mod li a{
		color:#fff;
		text-decoration:none;
		display:block;
	}
	.menu_stream-mod a span{
		display:block;
		padding:8px 14px 10px 7px;
	}
	.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:#001743;
		background-color:transparent;
	}
	
/* */

#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;
}
.menu_stream-mod .menu-h li li.select.last,
.menu_stream-mod .menu-h li li.last a:hover,
.menu_stream-mod .menu-h li li.last a:focus,
.menu_stream-mod .menu-h li li.last a:active,
.menu_stream-mod .menu-h li li.last:hover a:hover,
.menu_stream-mod .menu-h li li.last:hover a:focus,
.menu_stream-mod .menu-h li li.last:hover a:active,
#navigation-stream .menu_stream-mod li li.last li.last a:hover,
#navigation-stream .menu_stream-mod li li.last li.last a:focus,
#navigation-stream .menu_stream-mod li li.last li.last a:active{
	/* 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 2px 5px #353535;
	-moz-box-shadow:1px 2px 5px #353535;
	box-shadow:1px 2px 5px #353535;
}
#navigation-stream .menu_stream-mod .menu-h a span{
	padding-left:14px;
}
#navigation-stream .menu_stream-mod .level-1.menu-h .select{
	padding:8px 14px 10px;
}

									 /* ALL */

#navigation-stream .menu_stream-mod li a{
	text-decoration:none;
	display:block;
}
#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;
}

/* --------- =subNav --------- */
#navigation-stream .menu_stream-mod li ul{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

#navigation-stream .menu_stream-mod .menu-h .parent{
	padding:8px 14px 10px 0;
}
#navigation-stream .menu_stream-mod .menu-h li ul{
	margin:10px 0 0 0;
	width:12em;
}
	#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:5px 14px;
		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;
	border-bottom:1px solid #e9e9e9;
}

	#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;
		background:transparent url(/awe/images/right_353535.png) no-repeat right 10px;
	}
		#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{
				border-bottom:1px solid #fff;
			}
#navigation-stream .menu_stream-mod li li a,
#navigation-stream .menu_stream-mod li li.last li a{
	border-bottom:1px solid #e9e9e9;
}
#navigation-stream .menu_stream-mod li li.last a,
#navigation-stream .menu_stream-mod li li.last li.last a{
	border-bottom:none;
}

/* -------------------------------- =quicksearch --- */
.qksrch legend{
	margin-bottom:0.4em;
}
.qksrch select{
	font-size:0.9em;
	/*width:100%;*/
	border: 1px solid #cacaca;
	margin-bottom:4px;
	/*display:block;*/
}
	.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 input{
	border: 1px solid #cacaca;
}
	.qksrch li li input{
		border:none;
	}
	.qksrch input#price_to,
	.qksrch input#area_size_from{
 		width:5.5em;
	}
.qksrch .btn{
	margin-top:4px;
	clear:both;
}
.sidebar .block .qksrch ul{
	margin:0;
}
.sidebar .qksrch form li{
	float:left;
	margin:0 12px 8px 0;
}
	.sidebar .qksrch form li li{
		margin-bottom:0;
	}

#content-stream .block fieldset{
	margin-top:0;
}

/* -------------------------------- =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 corner 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;
			/* drop shadow */
			-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;
	/* drop shadow */
	-webkit-box-shadow:0 0 2px #acacac;
	-moz-box-shadow:0 0 2px #acacac;
	box-shadow:0 0 2px #acacac;
}

/* --- */
.form .clean{
	color:#999;
}

#content-main #description,
#content-main #characteristics,
#content-main #contact{
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	margin-bottom:12px;
}

#content #offices p.localize a{
	padding:1px 0 0 22px;
	background-image:url(/awe/images/world_go.png);
	background-repeat:no-repeat;
}

#references{
	font-size:0.9em;
	padding:1px 5px;
	border:1px solid #ddd;
	background:#eee;
	margin-bottom:6px;
	/* rounded corners */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
	#references dt,
	#references dd{
		float:left;
	}
	#references dd{
		font-weight:bold;
	}
	dd.publiDate{
		margin-right:2em;
	}
#diaporama{
	margin-bottom:12px;
}
#diaporama a{
	background-color:transparent;
}
#diaporama .rmq{
	font-size:0.9em;
	color: #8a8a8a;
	padding:3px 0 3px 30px;
	background:transparent url(/awe/images/icon_diapo.png) no-repeat;
	clear:both;
}
.sb-links li{
	list-style-type:none;
}
#make_contact{
	padding:6px 4px 4px;
	border:1px solid #bebebe;
	margin-bottom:4px;
	/* rounded corners */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* drop shadow */
	-webkit-box-shadow:0 0 2px #acacac;
	-moz-box-shadow:0 0 2px #acacac;
	box-shadow:0 0 2px #acacac;
}
	#make_contact form,
	#make_contact fieldset,
	#make_contact legend,
	#make_contact fieldset .btn{
		margin:0;
	}
	#make_contact form,
	#make_contact legend{
		margin-bottom:6px;
	}
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:17px;
	left:626px;
	display:inline-block;
	width:93px;
	height:61px;
	background-color:transparent;
	background-repeat:no-repeat;
	margin:0;
}
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);
}
	.newtag strong{
		position:absolute;
		left:-999em;
	}
#characteristics .specs{
	overflow:hidden;
}
	.specs dt{
		float:left;
		clear:left;
	}
	.specs dd{
		float:left;
	}
#characteristics h2,
#description h2{
	font-size:1em;
	margin-top:2px;
}
#characteristics h3{
	font-weight:normal;
}
	
/* -------------------------------- =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;
	}
