/*
Updated:    30 Octobre 2007

Title:		layout-master.css
Desciption:	CSS Commun pour toute les pages (Éléments d'ergonomie, Base)
----------------------------------------------------------------- */

/* ---[ Body ]--------------------------------------------------- */
body { 
	background-image:url('/v2/images/background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #e1e2e4; 
}
 
#container {
	width: 762px;
	margin: 20px auto 50px auto;	
	padding: 0 0 7px 0;
	background-color: #fff;
}
	
#skip-link { display: none; }

/* ---[ Header ]------------------------------------------------- */	

#header {
	z-index: 9000;
	margin-bottom: 7px;
}
#header-banner {
	margin: 0;
}
#logo {
	width: 161px;
	float: left;
}
#header-content {
	width: 600px;
	float: right;
	min-height: 75px;	
	z-index: 9000;	
}


/* ---[ Tools top Navigation ]--------------------------------------- */	
#header #tools-top-navigation {
	position:absolute;
	top: 0;
	right: 7px;
	z-index: 1000;
}
	#header #tools-top-navigation li {
		float: left;
		padding: 0;
		margin: 0 0 0 5px;
		list-style: none;		
	}

	#header #tools-top-navigation li a {
		display: block;
		min-height: 14px;
		padding: 0;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #002f54;
		font-size: 90%;
		line-height: 1.2em;
		outline: none;
		font-weight: bold;
		background: url(../images/UI/background_tools-top-navigation.gif) no-repeat top left;
	}	
	#header #tools-top-navigation li a span {
		display: block;
		min-height: 14px;
		padding: 1px 7px 0 0;
		margin: 0 0 0 7px;
		background: url(../images/UI/background_tools-top-navigation.gif) no-repeat top right;
		cursor: pointer;
	}
	#header #tools-top-navigation li a:hover,
	#header #tools-top-navigation li a:hover span {		
		text-decoration: underline;
	}
	

/* ---[ Tools Navigation ]--------------------------------------- */	
#header #tools-navigation	{
	width: 600px;
	min-height: 28px;
	display: block;
	margin: 0;
	padding: 22px 0 6px 0;
	list-style: none;	
	font-family: arial, helvetica, sans-serif;
}
	#header #tools-navigation li {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;	
	}	
	#header #tools-navigation li a {
		display: block;
		min-height: 26px;
		padding: 2px 10px 0 29px;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #002f54;
		line-height: 1.1em;
		outline: none;
	}		
	#header #tools-navigation li a span {
		white-space: nowrap;
	}
	#header #tools-navigation li a:hover {
		text-decoration: underline;
	}	

	/* tools-navigation icon */
	#header #tools-navigation #tools-magasin a { 
		width: 75px;
		margin-left: 20px;
		background-image: url(../images/UI/icon_trouvez-magasin.gif);
	}
	#header #tools-navigation #tools-panier a { 
		width: 47px;
		background-image: url(../images/UI/icon_votre-panier.gif);
	}
	#header #tools-profil a { 
		width: 77px;
		background-image: url(../images/UI/icon_profil-membre.gif);
	}
	#header #tools-bulletins a { 
		width: 80px;
		background-image: url(../images/UI/icon_buletins.gif);
	}
	#tools-circulaire a { 
		width: 75px;
		background-image: url(../images/UI/icon_circulaire.gif);
	}

/* ---[ Navigation ]--------------------------------------------- */	
#header #navigation	{
	width: 600px;
	height: 19px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;	
	z-index: 9000;
	background-color: #002f54;	
	font-family: arial, helvetica, sans-serif;	
	font-size: 100%;
	}
	#header #navigation li {	
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;	
		z-index: 9000;	
	}	
	#header #navigation	li a {
		float: left;
		display: block;
		color: #fff;
		height: 15px;
		padding: 2px 8px 2px 14px;
		margin: 0;
		font-size: 75%;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		border-left: 1px solid #fff;
		background: #002f54 url(../images/UI/icon_arrow-right.gif) no-repeat 5px 6px;
		outline: none;
		cursor: default;
	}		
	#header #navigation	li a:link {
		cursor: pointer;
	}
	body.isSafari #header #navigation li a {
		padding: 3px 8px 1px 14px;
	}
	
	#header #navigation	li:first-child a  {
		border-left: none;
	}
	#header #navigation li a:hover {
		background-color: #005aa5;
	}	
	#header #navigation	li a span {
		display: none;
	}		
		
	/* Roll Hover */
	#header #navigation	li:hover a {
		background-color: #005aa5;
	}		
	#header #navigation	li:hover ul {
		visibility: inherit;
	}	

	/* Sub level */		
	#header #navigation	li ul {
		display: block;
		position: absolute;
		top: 19px;
		left: 0;
		visibility: hidden;
		width: 253px;
		padding: 5px 0 6px 0;
		margin: 0;	
		background-color: #cce0f2;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 3px solid #005aa5;
		border-left: 1px solid #fff;
		z-index: 9000;
		font-size: 100%;
	}	
	#header #navigation	li:first-child ul {
		left: -1px;
	}

	#header #navigation	li.last {
		position: static;
	}

	#header #navigation	li.last ul {
		right: 0;
		left: auto;
	}	
		#header #navigation	li ul li {
			display: inline;
			float: none;
			padding: 0;
			margin: 0;				
			font-size: 75%;
			background-image: none;			
		}
		#header #navigation	li:hover ul li a,
		#header #navigation	li ul li a {
			float: none;
			height: auto;
			margin: 0 10px;
			padding: 4px 0 4px 0;	
			border-left: none;		
			background: #cce0f2 none;			
			font-size: 100%;
			color: #002f54;
			border-top: 1px dotted #002f54;
			outline: none;
		}
		#header #navigation	li ul li:first-child a {
			border-top: none;
		}
		#header #navigation	li ul li a:hover {
			background-color: #cce0f2; 
			color: #005aa5;
			text-decoration: underline;			
		}

/* ---[ Search Header / Content ]------------------------------------------------- */	
#header #search {
	width: 595px;
	min-height: 34px;
	float: right;
	border-top: 1px solid #fff;
	padding: 0 0 0 5px;
	background: #ebebeb  url(../images/UI/search_separator.gif) no-repeat 427px 3px;
}

#header #search input {
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 2px 2px 3px 4px;
	background: url(../images/UI/background_input.gif) repeat-x 0 0;
}
#header #search-keywords {
	width: 250px;
	margin-right: 7px;
}
#header #search-postalCode {
	width: 81px;
	margin-left: 25px;
	margin-right: 7px;
}
#header #search button  {
	display: block;
	float: left;
	border: none;
	outline: none;
}
#header #button-recherchez {
	float: left;
	margin-top: 5px;
	height: 24px;		
}
#header #button-recherchez-produits:hover,
#header #button-recherchez-projets:hover {
	background-position: 0 -24px;
}
#header #search button span {
	display: none;
}

/* Page Search Header */
#search-header {
	height: 24px;
	padding: 8px 0 0 0; 	
	z-index: 5000;	
	background-color: #fff;
}
#search-supplement {
	padding: 2px 0 0 5px;
	background-color: #fff;
}
#breadcrumbs {
	float: left;
	width: 490px;
	padding: 2px 0 0 5px;	
	font-size: 75%;
}
	#breadcrumbs a {
		color: #0b2649;
		text-decoration: none;
	}
		#breadcrumbs a:hover {
			color: #6f7376;
			text-decoration: underline;
		}
	#breadcrumbs a.home {
		color: #6f7376;
		font-weight: bold;
		text-decoration: none;
	}
		#breadcrumbs a.home:hover {
			text-decoration: underline;
			color: #0b2649;
		}	

#search-header-advanced {
	position: absolute;
	right: 0;
	width: 88px;
	padding-right: 15px;
	font-size: 105%;
	font-weight: bold;
	color: #6f7376;
	text-align:right;
}
	#search-header-advanced a {
		display: inline-block;
		color: #6f7376;
		text-decoration: none;
		padding: 2px 24px 2px 0;
		background: url(../images/UI/icon_recherche-avancee.gif) no-repeat 100% 0;
		outline: none;
	}
	#search-header-advanced a:hover {
		text-decoration: underline;
		background-position: 100% -42px;
	}	
	#search-header.open #search-header-advanced a {
		background-position: 100% -85px;
	}

#search-advanced {
	position: absolute;
	visibility: hidden;
	width: 573px;
	top: 0;
	left: 0;
	margin-top: 53px;
	padding: 5px 10px;
	background-color: #cfe6cc;
	border-top: 3px solid #8e9295;
	border-bottom: 3px solid #8e9295;
	z-index: 5000;
}
#search-header.open #search-advanced{
	visibility: inherit;
}





/* ---[ Master ]------------------------------------------------- */	
#master { 
	width: 762px;
	margin-bottom: 10px;	
	background: url(../images/UI/background_sidebar.gif) repeat-y 7px 100%;
}

h1 {

}


/* ---[ Sidebar ]------------------------------------------------ */	
#sidebar {
	width: 147px;
	float: left;
	padding-left: 7px;
	background: url(../images/UI/background_sidebar_top.gif) no-repeat 7px 0;

}

#sidebar-content {
	width: 147px;
	overflow: hidden;
}

#sidebar #menu-header {
	margin-top: 22px;
}

#sidebar #versign {
	text-align: center;
	margin:  13px 0 12px 0;
}

#sidebar h2 {
	color: #3384ca;
	background-color: #fff;
	text-transform:uppercase;
	padding: 5px 4px 5px 10px;
}
#sidebar h2 a {
	color: #3384ca;
	text-decoration: none;
}

#sidebar h3 {
	color: #fff;	
	font-size: 105%;
	margin: 0;
	padding: 5px 4px 0 10px;
}

#sidebar p.empty {
	color: #fff;
	padding: 5px 4px 0 10px;
	font-size: 85%;
}

#sidebar ul {
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none;	
}
#sidebar ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #fff;	
}
#sidebar ul li a,
#sidebar ul li span {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 8px 3px 10px;
	margin: 5px 1px;
}
#sidebar ul li span a {
	display: inline;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}


#sidebar ul li a:hover {
	background-color: #fffffe;
	color: #3384ca;
}

#sidebar ul li span a:hover {

	background-color: transparent;
	color: #fff;
}

#sidebar ul li.selected a {
	font-weight: bold;
}

/* filter navigation (guided) */
#sidebar div.filter h3 {
	padding-left: 18px;
}

#sidebar ul.filter {
	padding-bottom: 8px;
}
#sidebar ul.scroll {
	height: 420px;
	overflow-y: scroll;
	margin-top: 4px;
}

#sidebar ul.filter li a {
	padding: 1px 4px 1px 18px;
	margin: 0 1px;	
}


#sidebar #airmiles {
	margin-top: 100px;
	text-align:center;
}

#sidebar .tiny {
	text-align: center;
	margin:  25px 0 5px 0;
	padding: 0;
}

#sidebar .tiny img {
	max-width: 145px;
	border: 0;
}

/* ---[ main-content ]------------------------------------------- */
#master-content {
	width: 600px;
	min-height: 350px;
	float: right;
	overflow: hidden;
}
#content {
	
}

/* ---[ Button ]------------------------------------------------- */	
a.button {
	display: inline-block; 
	padding: 4px 0 6px 11px;	
	vertical-align: middle;
	font-size: 10px; 
	color: #fff !important;
	line-height: 12px;
	text-decoration: none !important;
	font-weight: bold;
	white-space: nowrap;
	background: transparent url(../images/UI/button.gif) 0 0 no-repeat;
}
a.button span {
	padding: 4px 11px 6px 0;
	background: transparent url(../images/UI/button.gif) 100% 0 no-repeat;
}
a.button:hover 		{ background-position: 0 -30px; }
a.button:hover span 	{ background-position: 100% -30px; }

a.button-3 {
	display: inline-block; 
	padding: 4px 0 6px 11px;	
	vertical-align: middle;
	font-size: 10px; 
	color: #fff !important;
	line-height: 12px;
	text-decoration: none !important;
	font-weight: bold;
	white-space: nowrap;
	background: transparent url(../images/UI/button-3.gif) 0 0 no-repeat;
}
a.button-3 span {
	padding: 4px 11px 6px 0;
	background: transparent url(../images/UI/button-3.gif) 100% 0 no-repeat;
}
a.button-3:hover 		{ background-position: 0 -30px; }
a.button-3:hover span 	{ background-position: 100% -30px; }

a.button-4 {
	display: inline-block; 
	padding: 4px 0 6px 11px;	
	vertical-align: top;
	font-size: 13px; 
	color: #fff !important;
	line-height: 14px;
	text-decoration: none !important;
	font-weight: bold;
	white-space: nowrap;
	background: transparent url(../images/UI/button-4.gif) 0 0 no-repeat;
}
a.button-4 span {
	padding: 3px 11px 6px 0;
	background: transparent url(../images/UI/button-4.gif) 100% 0 no-repeat;
}
body.isExplorer a.button-4 span { 
	padding: 4px 11px 6px 0;
}

a.button-4:hover 		{ background-position: 0 -26px; }
a.button-4:hover span 	{ background-position: 100% -26px; }


/* ---[ pagging ]------------------------------------------------ */
ul.pagging {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
	clear: right;
}
ul.pagging li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;	
}
ul.pagging li a {
	padding: 1px 2px 1px 2px;
	text-decoration: none;	
}
ul.pagging li a:hover {
	background: #f1f1f1;
	font-weight: bold;
}




/* ---[ Footer ]------------------------------------------------- */	
#footer {
	margin: 0 0 0 7px;
}

#footer #footer-wrapper {
	height: auto;
	border-top: 1px dotted #002f54;
	border-bottom: 1px dotted #002f54;
	margin-bottom: 10px;
	padding: 7px 0;
}

/* footer-content */
#footer #footer-content {
	height: auto;	
	background: url(../images/UI/footer_background.gif) repeat-y -3px 0;
	font-size: 90%;
}
	#footer #footer-content dl {
		width: 184px;
		float: left;
		margin: 0;
		padding: 0 0 0 3px;		
		line-height: 1.1em;
	}
	#footer #footer-content dl:first-child {
		padding-left: 0;
		border-left: none;
	}
	#footer #footer-content dl dt {
		width: 100px;
		float: right;
		margin: 0;
		padding: 0 6px 0 0;
		font-size: 100%;
	}
	#footer #footer-content dl dt a,
	#footer #footer-content dl dd a  {
		text-decoration: none;
		color: #002f54;
	}
	#footer #footer-content dl dt a:hover,
	#footer #footer-content dl dd a:hover {
		text-decoration: underline;
	}
	#footer #footer-content dl dd {
		width: 100px;
		float: right;	
		margin: 0;
		padding: 0 6px 0 0;
	}	
	#footer #footer-content dl dd.image {
		width: 73px;
		height: 73px;
		padding: 0;
		float: left;
	}

/* promos */
#footer #promos {
	margin-bottom: 10px;
}

#footer #promos div.promo {
	width: 178px;
	height: 50px;
	float: left;
	margin-left: 12px;
	background: url(../images/UI/background_promo.gif) no-repeat 0 0;
}

#footer #promos div.promo:first-child {
	margin-left: 0;
}

#footer #promos div.promo a {
	display: block;
	width: 90px;
	height: 45px;
	padding-top: 8px;
	padding-right: 70px;
	padding-left: 12px;
	text-decoration: none;
	color: #002f54;	
	font-weight: bold;
	font-size: 85%;
	line-height: 1.15em;
}
#footer #promos div.promo a:hover {
	text-decoration: underline;
}
#footer #promos div.promo a > span {
	display: block;
	margin-top: 12px;
}

#promos div.promo a img {
	position: absolute;
	right: 4px;
	bottom: 2px;
}

/* services */
#footer #services {	
	clear: both;
	margin-bottom: 10px;
	background: url(../images/UI/footer_background.gif) repeat-y -3px 0;	
}

#footer #services div.service {
	width: 175px;
	float: left;
	padding: 0 3px 0 9px;
}
#footer #services div.service:first-child {
	width: 171px;
}

#footer #services div.service p {
	color: #0065bd;
	font-weight: bold;
	margin: 0;
}
#footer #services div.service ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer #services div.service ul li {
	margin: 0;
	padding: 0;
}
#footer #services div.service ul li a {
	color: #6e7376;
	text-decoration: none;
}
#footer #services div.service ul li a:hover {
	text-decoration: underline;
}

/* banners */
#footer #banners {
	margin: 0 7px 10px 0;
}
#footer #banners a {
	float: right;
}
#footer #banners a:first-child {
	float: left;
}

/* copyright */
#footer #footer-copyright {
	margin: 0;
	padding: 0 16px 3px 9px;
}

#footer #footer-copyright a {
	text-decoration: underline;
	color: #000000;
}

#footer #footer-copyright span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer #footer-copyright .terms {
	text-align: right;
}

/* ---[ Line - HR ]---------------------------------------------- */
div.hr {
	clear: both;
	height: 3px;
	margin: 5px 0 5px 0;	
	padding: 0;
	background: url(../Img/ui/line_horizontal.gif) repeat-x top left;	
	line-height: 0;
	font-size: 0;
}
	div.hr hr {
		display: none;
	}

/* ---[ Form ]--------------------------------------------------- */
input.tel-ind,
input.tel-prefix,
input.tel-suffix,
input.code-postal {
	width: 56px;
}
select.mois {
	width: 38px;
}
select.jour {
	width: 38px;
}
select.annee {
	width: 50px;
}


/* ---[ Fix Float ]---------------------------------------------- */	
#header:after,
#master:after,
#products:after,
#footer:after,
#footer-content:after,
#promos:after,
#services:after,
div.row:after,
#product-header:after,
#search-master-content:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

#header,
#master,
#products,
#footer,
#footer-content,
#promos,
#services,
div.row,
#product-header,
#search-master-content {
    display:inline-block;
}

#searchHeader {
	width: 400px;
	family-name: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #0b2649;
	margin: 10px;
 }
 #searchCol1 {
	background: #e5eff8;
	float: left;
	width: 222px;
	height: 148px;
	family-name: verdana;
	font-size: 9pt;
	color: #0b2649;
 }
 #searchCol12 {
	margin: 25px;
	line-height: 150%;
 }
 #searchCol2 {
 
	float: left;
	width: 200px;
 }

 #searchCol21 {
 	background: #3384ce;
 	width: 80%;
 	height: 100%;
 	family-name: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 3px 3px 5px;
	margin-left: 25px;
	padding: 5px;
 }

 #searchCol22 {
	width: 200px;
	margin-left: 25px;
	line-height:160%;
	family-name: verdana;
	font-size: 8pt;
	color: #0065bd;
 }

 #searchFooter {
	clear: both;
	left: 0px;
	width: 450px;
	family-name: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #0b2649;
	line-height:150%;
 }

 #searchFooter2 {
	clear: both;
	left: 0px;
	width: 450px;
	margin: -2px;
 }
										     
 .searchtips {
     line-height:150%;
 }

 .searchBlack {
     family-name: verdana;
     font-size: 9pt;
     font-weight: bold;
     color: #0b2649;
     line-height: 150%;
 }
 
 .searchBlue {
     family-name: verdana;
     font-size: 9pt;
     font-weight: bold;
     color: #0065bd;
     
 }

 .searchSpace {
     line-height: 200%;
 }


