body, html {
	width: 100%;						
	height: 100%;
	margin: 0;							
	padding: 0;
	background-color: #000000;			
	background-repeat: repeat-x;
	background-position: left bottom;	
	font-size: 12px;					
	font-family: arial, sans-serif;
	color: #DEDEDE;
}



textarea {
	font-size: 12px;					
	font-family: arial, sans-serif;
}







div#backtop {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 105px;
	width: 100%;
	z-index: 1;
	background-color: #000000;			
	background-repeat: repeat-x;
	background-position: left top;	
	background-image: url('../images/backgroundtop.jpg');
}



div#container {
	position: relative;
	margin: 0 auto;
	min-height: 90%;
   	height: auto;
   	_height: 90%;

	width: 830px;
	z-index: 5;
	background-color: #000000;			
	background-repeat: repeat-x;
	background-position: left bottom;	
	
	
}





ul#topmenu {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	width: 105%;
	height: 105px;
	background-color: #000000;			
	background-repeat: repeat-x;
	background-position: left top;	
	background-image: url('../images/backgroundtop.jpg');
	list-style-type: none;
	overflow: hidden;
}



ul#topmenu li {
	float: left;
	padding: 37px 0 0 0;
	text-align: center;
	width: 128px;
	height: 105px;
}



ul#topmenu li.search {
	width: 80px;
}



ul#topmenu li.orderform, ul#topmenu li.contact, ul#topmenu li.newpictures {
	padding: 0;
}



ul#topmenu li.logo {
	height: 105px;
	width: 126px;
	background-image: url('../images/clicclaclogo.jpg');
	background-position: 10px 0;
	background-repeat: no-repeat;
	cursor: pointer;
}



ul#topmenu li.seperator {
	height: 105px;
	width: 2px;
	background-image: url('../images/seperator.jpg');
	background-repeat: no-repeat;
}


ul#topmenu li.seperatorend {
	height: 105px;
	width: 2px;
	margin-left: -2px;
	background-image: url('../images/seperator.jpg');
	background-repeat: no-repeat;
}



ul#topmenu li.lowpadding {
	padding: 5px 10px 5px 0;
	width: 221px;
}



ul#topmenu li a {
	display: block;
	text-decoration: none;
	color: #DEDEDE;
	width: 100%;
	height: 100%;;
}



ul#topmenu li a.l {
	padding-top: 37px;
	background-image: url('../images/backgroundtop.jpg');
}

ul#topmenu li a.l:hover {
	background-image: url('../images/backgroundhover.jpg');
}







div#content {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}











select, input {
	width: 90%;
	margin: 0;
	padding: 0;
}

select#slcCategorie, select#slcSubcategorie {
	width: 180px;
	margin: 10px 0 0 0;
}







div#container form.login {
	width: 400px;								height: auto;
	margin: 0 auto;								padding: 40px 0;
}

div#container form.login a {
	color: #FFFFFF;
}

div#container input.contactform {
	margin: 4px 0 2px 0;
	width: 92%;
	border: 1px solid #DEDEDE;
	color: #DEDEDE;
	background-color: #555;
	font-family: verdana, sans-serif;			font-size: 11px
}

div#container textarea.contactform {
	margin: 20px 0 20px 0;
	width: 92%;									height: 80px;
	border: 1px solid #FFFFFF;
	font-family: verdana, sans-serif;			font-size: 11px
}

div#container input.contactform2 {
	width: auto; 
	border: 1px solid #DEDEDE;
	color: #DEDEDE;
	background-color: #555;
	margin: 10px 0;
}



a.zoom {
	color: #9A9A9A; 
	text-decoration: none; 
	float: right;
}

a.zoom:hover {
	color: #DEDEDE;
}


a.zoom img {
	float: left; 
	margin: 0 5px 0 0; 
	border: none;
}







div#footer {
	position: relative;

	width: 100%;
	height: 10%;
	
	background-color: #000000;
	background-image: url('../images/backgroundbottom.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;

	color: #FFFFFF
}


div#footer a {
	display: block;
	position: absolute;
	
	left: 50%;
	bottom: 0;
	
	margin-left: -25px;
}
