/*-----------------------------------------------------------------------------
Main Style Sheet

version:   1.0
author:    patrick picher
email:     patrick@mecano.ca

Notes: 
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/
@import url(menu.css);

 

/* =General / Global
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0; 
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked img */
img {	border: 0;}

html, body{
	height:100%; /* needed for container min-height */
}

.left{float:left;}
.right{float:right;}


/* =Typography
-----------------------------------------------------------------------------*/
body, td {
	color:#373737;
	font-size: 11px;
	font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height:18px;
}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.mini{font-size:0.8em;}
.normal{font-weight:normal;}

.purple{color:#803595;}
.dark{color:#272727;}


.alignLeft{text-align:left;}
.alignJustify{text-align:justify;}
.alignRight{text-align:right;}

p{margin:0.8em 0;}


/* =Links
-----------------------------------------------------------------------------*/
a{ font-style:italic; font-weight:bold;}
a:link { color: #803595; text-decoration: none; }
a:visited { color: #803595;	text-decoration: none; }
a:hover, a:active { color: #803595; text-decoration: underline; }

a{outline:none;}

a.invertlink:link { text-decoration: underline; }
a.invertlink:visited { text-decoration: underline; }
a.invertlink:hover, a.invertlink:active { text-decoration:none; }


/* =Base Layout
-----------------------------------------------------------------------------*/
body{
	background-color:#000000;
	width:100%;
}

#bodyWrapper{
	position:relative;
	width:100% !important;
	/*height control*/
	height:auto !important;
	height:100%; /* ie6.under treaded as min-height*/
	min-height:100%;
	/*width control*/
	min-width:875px;
	/* ie6.under workaround for min/max-width support */
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth :	document.body.clientWidth)
	< 875 ? "875px" : 
	"auto");
}



/* Body Layout + extras
-----------------------------------------------------------------------------*/	
#bodyWrapper{
	/*background-image:url(../img/bg_body.gif);
	background-position:center;
	background-repeat:repeat-y;
	*/
}

#richMedia{
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	height:195px;
	width:100%;
}




/* Header
-----------------------------------------------------------------------------*/	
#header{
	height:106px;
	position:relative;
	width:100%;
}

#header .logo a{
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	display:block;
	height:106px;
	margin:0 auto;
	overflow:hidden;
	width:386px;
}
#header .logo h1,
#header .logo h2{
	margin:0;
	padding:0;
}
#header .logo span{left:-9000px;position:absolute;}

/* ie7 bad handling of h1 & h2 */
* + html #header .logo span{display:none;}
#header .logo_en a{
	background-image:url(../img/logo_en.jpg);
	background-repeat:no-repeat;
	display:block;
	height:106px;
	margin:0 auto;
	overflow:hidden;
	width:386px;
}
#header .logo_en h1,
#header .logo_en h2{
	margin:0;
	padding:0;
}
#header .logo_en span{left:-9000px;position:absolute;}

/* ie7 bad handling of h1 & h2 */
* + html #header .logo_en span{display:none;}



/* mainWrapper
-----------------------------------------------------------------------------*/
#mainWrapper{
	background-image: url(../img/bg_mainContent.gif);
	margin:0 auto;
	position:relative;
	width: 793px;
}

#headStrip{
	background-image: url(../img/headStrip.gif);
	background-repeat: no-repeat;
	height: 35px;
	left:50%;
	position:absolute;
	margin-left:-396px;
	top:266px !important;
	top: 288px; /*ie6 fix, don't know why*/
	width:793px;
	z-index:10;
}


/* Content
-----------------------------------------------------------------------------*/	

#content{
	float:right;
	margin:0px 64px 0 0 !important;
	margin:0px 32px 0 0; /*ie6 fix */
	padding-bottom: 55px;
	width:464px;
}
#content h2{
	/*background-image:url(../img/t_content.gif);*/
	background-repeat:no-repeat;
	display:block;
	height:40px;
	margin:0;
	width:428px;
}
#content h2 span{left:-9000px; position:absolute;}

#content h2.t_luxe_intemporel{background-image:url(../img/t_luxe_intemporel.gif); width:344px;}
#content h2.t_luxe_Timeless{background-image:url(../img/t_luxe_Timeless.gif); width:344px;}
#content h2.t_telecharger{background-image:url(../img/t_telecharger.gif); width:340px;}
#content h2.t_merci_partenaires{background-image:url(../img/t_merci_partenaires.gif); width:302px;}
#content h2.t_thanks_partners{background-image:url(../img/t_thanks_partners.gif); width:302px;}
#content h2.t_services_excellent{background-image:url(../img/t_services_excellent.gif); width:286px;}
#content h2.t_best_service{background-image:url(../img/t_best_service.gif); width:286px;}
#content h2.t_fiche_information{background-image:url(../img/t_fiche_information.gif); width:200px;}
#content h2.t_Information_form{background-image:url(../img/t_Information_form.gif); width:200px;}
#content h2.t_merci{background-image:url(../img/t_merci.gif); width:71px;}

#content h3{
	color:#652d7f;
	font-size: 11px;
	font-weight: bold;
	margin:24px 0 -8px;
}


/* SideBar
-----------------------------------------------------------------------------*/	
#sideBar{
	background-image:url(../img/bg_sideBar.gif);
	background-repeat:no-repeat;
	float:left;
	width:238px;
}

#sideBar .content{
	padding: 12px 20px;
}

#sideBar h2{
	display: block;
	height: 37px;
	margin:0;
	padding:0;
	width:238px;
}
#sideBar h2 span{left:-9000px; position:absolute;}

#sideBar h2.st_nouvelles{background-image: url(../img/st_nouvelles.gif);}
#sideBar h2.st_news{background-image: url(../img/st_news.gif);}
#sideBar h2.st_fiche_informations{background-image: url(../img/st_fiche_informations.gif);}
#sideBar h2.st_Information_form{background-image: url(../img/st_Information_form.gif);}
#sideBar h2.st_catalogues{background-image: url(../img/st_catalogues.gif);}
#sideBar h2.st_temoignages{background-image: url(../img/st_temoignages.gif);}
#sideBar h2.st_testimonials{background-image: url(../img/st_testimonials.gif);}

/* Footer
-----------------------------------------------------------------------------*/	
#footer{
	/*border:1px solid yellow;*/
	background-image: url(../img/bg_footer.jpg);
	background-position:center;
	background-repeat: no-repeat;
	bottom:0px;
	height:130px;
	position:absolute;
	width:100%
}
#mainWrapper{padding-bottom:130px;} /*footer height*/

#footer .shade{
	background-image: url(../img/bg_footerShade.png) !important;
	background-image: none;
	background-repeat: repeat-x;
	height:19px;
	position:absolute;
	margin-top:-19px;
	width:100%;
}

#footer .content{
	left:50%;
	margin-left: -264px;
	margin-top:9px;
	position:absolute;
	width:553px;
}
#footer .footerText_EN	{
	background-image:url(../img/footerText_EN.png);
	background-repeat:no-repeat;
	border-bottom:1px solid transparent !important;
	border-bottom:none;
	display:block;
	float:left;
	height:8px;
	margin:8px 0 0 16px;
	padding:0;
	width:349px;
}

#footer .footerText_FR	{
	background-image:url(../img/footerText_FR.png);
	background-repeat:no-repeat;
	border-bottom:1px solid transparent !important;
	border-bottom:none;
	display:block;
	float:left;
	height:8px;
	margin:8px 0 0 16px;
	padding:0;
	width:349px;
}


#footer .footerLink{
	background-image:url(../img/footerLink.gif);
	background-repeat:no-repeat;
	border-bottom:none;
	display:block;
	float:left;
	height:8px;
	width:123px;
}
#footer .footerLink:hover{border-bottom:1px solid #da89ff;}
#footer .footerText_EN span, #footer .footerText_FR span, #footer .footerLink span{	left:-9000px;position:absolute;}

#footer .b_info{
	background-image:url(../img/b_info.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:27px;
	float:left;
	width:149px;
}
#footer .b_info:hover{background-position:0 -27px;}
#footer .b_info span{	left:-9000px;position:absolute;}


#footer .langSwitch{
	background-repeat:no-repeat;
	background-position: 0 0;
	cursor:pointer;
	/*display:block;*/
	display:block; /* tmp */
	height:9px;
	left: 50%;
	margin-left:-45px;
	position:absolute;
	top: 58px;
	width:110px;

}
#footer .langSwitch:hover{background-position: 0 -9px;}
#footer .langSwitch span{left:-9000px;position:absolute;}
#footer .b_francais{background-image:url(../img/b_francais.gif);}
#footer .b_english{background-image:url(../img/b_english.gif);}
#footer .smallprint{
	color:#858585;
	font-size:9px;
	left:50%;
	margin-left: -264px;
	/*margin-top:80px;*/
	margin-top:80px; /*tmp*/
	position:absolute;
	text-align:center;
	width:553px;
}



/* Page: produits
-------------------------------------------------------------------------*/
body.produits #produits{
	height:475px;
	position:absolute;
	top:-63px;
	width:770px;
	z-index:20;
}

/*overide*/
body.produits #richMedia{
	background-image:url(../img/richMedia/static_01.jpg);
}
body.produits #mainWrapper{
	background-image:none;
}
body.produits #headStrip{
	display:none;
}
body.produits #sideBar{
	display:none;
}
body.produits #content{
	float:none;
	margin:0px;
	padding-bottom:0px;
	width:770px;
}
body.produits #footer{
	bottom:auto;
	top:713px !important;
	top:733px; /*ie6 fix, don't know why*/
}

/* Page: services
--------------------------------------------------------------------------*/
/*overide*/
body.services #richMedia{
	background-image:url(../img/richMedia/static_02.jpg);
	z-index:0;
}


/* Page: galerie
-------------------------------------------------------------------------*/
body.galerie #galerie{
	height:475px;
	position:absolute;
	top:-63px;
	width:770px;
	z-index:20;
}

/*overide*/
body.galerie #richMedia{
	background-image:url(../img/richMedia/static_04.jpg);
}
body.galerie #mainWrapper{
	background-image:none;
}
body.galerie #headStrip{
	display:none;
}
body.galerie #sideBar{
	display:none;
}
body.galerie #content{
	float:none;
	margin:0px;
	padding-bottom:0px;
	width:770px;
}
body.galerie #footer{
	bottom:auto;
	top:713px !important;
	top:733px; /*ie6 fix, don't know why*/
}

/* Page: contact
-------------------------------------------------------------------------*/
/*overide*/
body.contact #richMedia{
	background-image:url(../img/richMedia/static_03.jpg);
}


body.contact #content h2{
	margin:0 auto;
}

.contactBox_hSplit{
	border-bottom:1px dotted #000;
	height: 1px;
	margin:16px 0;
	width:100%
}

.contactBox{
	padding: 8px 40px;
}
.contactBoxFull{
	padding: 8px 0;
	text-align:center;
	width:100%;
}
.cBcenter{
	border-left:1px dotted #000;
	border-right:1px dotted #000;
}
body.contact #content .contactBox h3,
body.contact #content .contactBoxFull h3{
	color:#525252;
	margin:0;
}
body.contact #content .contactBoxFull h3{
	display:inline;
}
body.contact #content .contactBox p,
body.contact #content .contactBoxFull p{
	margin-bottom:0px;
}

#contact_form,
#dist_form{
	display:none;
	overflow:hidden;
	position:relative;
}

#contact_form .b_close,
#dist_form .b_close{
	font-size:13px;
	position:absolute;
	right:0px;
}
#contact_form .top,
#dist_form .top{
	top:0px;
}
#contact_form .bottom,
#dist_form .bottom{
	bottom:0px;
}

/* partenaires image map */
#imgmap {
	position: relative;
	_zoom: 1;
}
#imgmap li {
	position: absolute;
	display: block;
	list-style: none;
	/*outline: 1px dashed;*/
	overflow: hidden;
}
#imgmap li a {
	display: block;
	width: 100%;
	height: 100%;
	_background: url(space.gif);
	text-indent: -1000em;
}
#area1 {
	left: 50px;
	top: 18px;
	width: 103px;
	height: 62px;
}
#area2 {
	left: 176px;
	top: 18px;
	width: 122px;
	height: 63px;
}
#area3 {
	left: 328px;
	top: 18px;
	width: 76px;
	height: 71px;
}
#area4 {
	left: 171px;
	top: 98px;
	width: 128px;
	height: 39px;
}


/* Splash
-------------------------------------------------------------------------*/
#splash{
	background-color:#FFF;
	background-image:url(../img/bg_splash.gif);
	background-repeat:repeat-x;
	height:195px;
}
#splash .wrapper{
	background-image:url(../img/splash.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	height:195px;
}

.splash_wrapper{
	height:350px;
	margin-top:-120px;
	position:absolute;
	top:50%;
	width:100%;
}

.b_splash{
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:0 !important;
	bottom:-1px;
	display:block;
	height:28px;
	position:absolute;
	width:139px;
}
.b_splash:hover{background-position:0 -28px;}
.b_splash span{left:-9000px; position:absolute;}
.b_splash_fr{background-image:url(../img/b_splash_fr.gif); left:50%; margin-left:-139px;}
.b_splash_en{background-image:url(../img/b_splash_en.gif);left:50%; margin-left:0px;}