@charset "ISO-8859-1";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#tableau {
	height: 498px;
	width: 980px;
	border: 1px solid #666666;
	background-image: url(images/back_noir.jpg);
	background-repeat: no-repeat;
}
#tdaccueilEscalier {
	background-image: url(images/escalier_accueil.jpg);
	background-repeat: no-repeat;
	width: 341px;
	background-position: left top;
}
#tdcarreescalieraccueil {
	height: 140px;
	width: 131px;
	background-image: url(images/escalier_carre_accueil.jpg);
	background-repeat: no-repeat;
}
#tdmenuhaut {
	height: 108px;
	width: 508px;
	background-image: url(images/bandemenu.jpg);
	background-repeat: no-repeat;
}
#divlogo {
	background-image: url(images/logo_ebenisterie.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 164px;
	position: relative;
	left: 340px;
	top: 25px;
}
#tdslogan {
	background-image: url(images/slogan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
}
#divtextecourant {
	margin-top: 10px;
	margin-right: 10px;
	width: 350px;
}
#tdprofilEscalier {
	background-image: url(images/escalier_profil.jpg);
	background-repeat: no-repeat;
	width: 341px;
	background-position: left top;
}
#tdcarreescalierprofil {
	height: 140px;
	width: 131px;
	background-image: url(images/escalier_carre_profil.jpg);
	background-repeat: no-repeat;
}
#tdproduitsEscalier {
	background-image: url(images/escalier_produits.jpg);
	background-repeat: no-repeat;
	width: 341px;
	background-position: left top;
}
#tdcarreescalierproduits {
	height: 140px;
	width: 131px;
	background-image: url(images/escalier_carre_produits.jpg);
	background-repeat: no-repeat;
}
#tdrealisationEscalier {
	background-image: url(images/escalier_realisation.jpg);
	background-repeat: no-repeat;
	width: 341px;
	background-position: left top;
}
#tdcarreescalierrealisation {
	height: 140px;
	width: 131px;
	background-image: url(images/escalier_carre_realisation.jpg);
	background-repeat: no-repeat;
}
#divCoinRealisation {
	background-image: url(images/reste_realisation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 45px;
	padding-top: 0px;
	margin-top: 107px;
}
#tdjoindreEscalier {
	background-image: url(images/escalier_joindre.jpg);
	background-repeat: no-repeat;
	width: 341px;
	background-position: left top;
}
#tdcarreescalierjoindre {
	height: 140px;
	width: 131px;
	background-image: url(images/escalier_carre_joindre.jpg);
	background-repeat: no-repeat;
}
#divsousmenu {
	position: relative;
	width: 250px;
	top: 95px;
	left: 535px;
	z-index: 0;
	visibility: hidden;
}
#support {
	height: 300px;
	overflow: hidden;
	position: relative;
	max-width: 380px;
}
#contenu {
	position: absolute;
	top: 0px;
	width: 350px;
}
#tdaccueilphoto {
	background-image: url(images/fergorge.gif);
	background-repeat: no-repeat;
	background-position: 350px 85px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#tdproduitsphoto {
	background-image: url(images/escalier_construction_pro.jpg);
	background-repeat: no-repeat;
	background-position: 330px 0px;
}
#tdservicesphoto {
	background-image: url(images/escalier_const_services.jpg);
	background-repeat: no-repeat;
	background-position: 375px -10px;
}
#divformulairecourriel {
	width: 315px;
	float: right;
	position: absolute;
	margin-top: -180px;
	margin-left: 315px;
	height: 320px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	font-style: italic;
}
a.footer  {
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

#divMenu a       {color:#999999; text-decoration:underline;}

#divMenu a:hover {color:#333333; text-decoration:underline;}



#divBg           {
	position:relative;
	z-index:10;
	height:300px;
	clip:rect(0px 10px 10px 0px);
	visibility:hidden;
	width: 500px;
}

#divMenu         {
	position:relative;
	z-index:11;
	left:11px;
	top:1px;
	color:#333333;
	font-size:13px;
	font-family:verdana,arial,helvetica,sans-serif;
	visibility:inherit;
}

#divArrowLeft    {position:absolute; z-index:12; width:11px; height:20px; left:0px; top:0px; visibility:inherit;}

#divArrowRight   {position:absolute; z-index:12; width:11px; height:20px; top:0px; visibility:inherit;} 

#slideshow {
	position: relative;
	 margin-left:auto;
	 margin-right:auto;
}
#slides {height: 220px; overflow: hidden;} /* in case JS is off */
#controller {display: none;}
.jFlowPrev,
.jFlowNext {
	position: absolute;
	top: 89px;
	display: block;
	width: 25px;
	height: 41px;
	text-indent: -9999px;
	cursor: pointer;
}
.jFlowPrev {
	left: -28px;
	background: url(/images/button-prev.png) no-repeat scroll top right;
}
.jFlowNext {
	right: -28px;
	background: url(/images/button-next.png) no-repeat scroll top right;
}	
.jFlowPrev:active,
.jFlowNext:active {background-position: bottom right; outline: none;}
