/***************/
/* Base de la page */
/***************/

body {
	background-color: #91674a;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #382416;
	height: 248px;
}

img{
border-color: black;
}

.style1 {
	font-size: 11px;
	color: #382416;
}
.style_actie {
	font-size: 11px;
	color: red;
}
.style2 {
	font-size: 11px;
	color: #382416;
	padding-right:50px;
	padding-left:10px;
}
.stylecortix {
	font-size: 10px;
	color: #382416;
}
.Titre1 {
	font-size: 14px;
	color: #583b27;	
}

.koopzondag {
	font-size: 18px;
	color: #583b27;
}

.sale {
	font-size: 40px;
	color: #ffffff;
}

.nieuw {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.nieuw2 {
	font-size: 14px;
	font-weight: bold;
color: red;
}

.subsale {
	font-size: 24px;
	color: red;
}

.Titre5 {
	font-size: 12px;
	color: #583b27;
}

.Titrevert {
	font-size: 12px;
	color: #583b27;	
}
.Titre2{
	font-size: 14px;
	color: #FFFFFF;
	
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

td,th{
	background-color: #91674a;
}

.tableau {
background-color:#583b27;
}

.tableau2 {
background-color:#91674a;}
/***************/
/* Menu vertical */
/***************/
			#nav {
	width: 130px;
	list-style: none;
	margin: 0;
	padding: 0;
				}
			#nav li {
	color: #fff;
	border-bottom:1px solid #442c1c;
	background-color: #5e402c;
				}
			#nav li a {
	font-size: 11px;
	display: block;
	color: #b4886a;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	background-color: #583b27;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
	text-decoration: none;
	background-color: #805a3f;
	font-size: 11px;
				}
		
/***************/
/* Formulaire */
/***************/		
				
				
				
				
.formulaire {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: medium none; 
	WIDTH: 100%; 
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #583b27
}
.formulaire_bouton {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: medium none; 
	WIDTH: 49%; 
	COLOR: #FFFFFF; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #583b27
}
.bouton{
background-image:url(gfx/contact.gif);
background-repeat:no-repeat;
height:105px;
text-align:center;
font-size:11px;}
.tarc {
	font-size: 14px;
	color: #583b27;
	background-image: url(gfx/bg.gif);
}

/*lightbox */
#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; }


