/*  
----------------------------------------
Copyright (c) 2008 poe-net.com developer 
----------------------------------------
*/
				

/* fichiers d'import */

@import url(header.css);
@import url(bottom.css);

@import url(shop.css);
@import url(prod.css);
@import url(info.css);
@import url(col.css);
@import url(nav.css);
@import url(form.css);

@import url(titre.css);
@import url(pagination.css);

/* general */

*
{
	outline: none;
	margin: 0px;
	padding: 0px;
}

hr{clear: both;visibility: hidden;}

a{color: #000;text-decoration: none;cursor: pointer;}
a:hover{text-decoration: none;}

img{border:0;}

html{height:100%;} 

body
{
	font-family:"Helvetica", sans-serif;
 	font-size: 12px;
	color: #000;
	
	background-image: url(../image/structure/logo_fond.png);
	background-repeat:no-repeat;

	background-color: #fff;
}

#contour_nav
{
	
	position: absolute;
	
	top: 0px; 
	left: 50%; 
	
	width: 990px;
	height: 80px;
	
	margin-left: -500px;
	
	z-index:100;
	
	background-color:#000;
}

#contour_general_top
{
	float: left;
	
	width: 990px;
	height: 20px;
	
	
	/*background-color: #fff;*/
	background-image: url(../image/structure/shop_top.png);
	background-repeat:no-repeat;
}

#contour_general_bottom
{
	float: left;
	
	width: 990px;
	height: 20px;
	
	
	/*background-color: #fff;*/
	background-image: url(../image/structure/shop_bottom.png);
	background-repeat:no-repeat;
}


#contour_general
{
	position: absolute;
	
	top: 80px; 
	left: 50%; 
	
	width: 990px;
	
	margin-left: -500px;
	
	/*background-color: #fff;*/
	background-image: url(../image/structure/shop_center.png);
	background-repeat:repeat-y;
}

#contour_index
{
	position: absolute;
	
	left: 50%; 
	
	width: 1024px;
	height: 100%;
	
	margin-left: -512px;
	
	/*border-left: 1px dotted #fff;
	*/
	
}

a.enter
{
	float: right;
	width: 260px;
	height: 50px;
	
	margin: 50px 0;
	
	
	background-image:url(../image/structure/enter.png);
}


#preload
{
	display: none;
	visibility: hidden;	
}

