/* TEINTURES SAURIOL */

* { margin: 0; padding: 0 } 

body { 
	width: 867px; 
	margin: auto; 
	background: url(images/interface/bg.png) repeat-x #D04E0E;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	font-size:10pt; 
}

img { border: none; }
h2 { font-size: 1.1em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.7em; }
a { text-decoration: none; color: #D04E0E; }

/* CSS de l'extensibilité -------------------------------------------------*/

#global {  
	background: url(images/interface/extensible.png) repeat-y;
}

/* CSS du header ----------------------------------------------------------*/

#header {  
	height: 199px;
	background: url(images/interface/header.png) no-repeat;
	color: #D04E0E;
}

#header h1 { font-size: 1.4em; padding: 128px 0 0 45px; }
#header p { font-size: 8pt; padding: 0 0 0 45px; }

/* CSS du menu ---------------------*/

#menu { 
	float: right;
	width: 222px;
} 

#menu a:hover { border-bottom: 1px dotted #000; color: #000; }

#menu h2 { 
	height: 29px;
	width: 143px;
	font-size: 1em;
	line-height: 30px;
	text-align: center;
	background: url(images/interface/fond_h1_menu.png) no-repeat;
	margin: 20px 0 0 52px;
}

#menu p { 
	list-style: none;
	margin-left: 58px;
	font-size: 8pt;
}

#menu .centre { margin-left: 73px; }
#menu .centre2 { margin-left: 80px; }

#menu table { 
	list-style: none;
	margin-left: 58px;
	font-size: 8pt;
}

#menu ul { 
	list-style: none;
	margin-left: 52px;
	font-size: 8pt;
}

#menu li { 
	height: 30px;
	width: 143px;
}

#menu a { color: #D04E0E; font-size:14px; font-weight: bold; }

/* CSS du contenu ---------------------------------------------------------*/
 
#contenu{ 
	float: left;
	width: 545px;
	padding: 1em 0 1em 0;
}

#menu a:hover { color:#000; }

#contenu h2{ 
	margin: 0.5em 0.4em 0.5em 2.5em; 
	padding-left: 0.5em;  
	border-bottom: 1px dashed #D04E0E; 
	border-left: 7px solid #D04E0E; 
}

#contenu h3{ 
	padding: 0 0.4em 0 4em; 
	color: #D04E0E;
}
#contenu p{ padding: 0.5em 0.4em 0.5em 3em; }

/* CSS des photos avant/après -----------------------------------------------------------*/ 
 
#sacsamain {float: left;width: 900px;margin-left: 50px;}
#meubles {float: left;width: 900px;margin-left: 50px;}
#bottes {float: left;width: 900px;margin-left: 50px;}

/* CSS du footer -----------------------------------------------------------*/ 
 
#footer {
	clear: both;
	height: 71px;
	font-size: 12px;
	padding-left: 205px;
	line-height: 65px;
	background: url(images/interface/footer.png) no-repeat;	
	color: #D04E0E;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; color: #fff; }

#lien
{
	height:1050px; 
	margin-left: 50px;
}

.ascenseur
{
	display: block;
	border-bottom: 1px dotted #000;
	color: #D04E0E;
	margin-bottom: 5px;
	margin-left: 50px;
	width: 100px;
	outline:0;
}
.ascenseur:hover
{
	color: #000;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
