/* Feuille de style contenant les proprietes de style de la page products */

/* Structure */
body{
	background: url(../img/products/bg_bottom.gif) repeat-y #E3E4E6;
}

#background_fix{
	z-index: 1;
	background: url(../img/common/bg_door.jpg) no-repeat;
	height: 615px
}
#bg_visu_contact{
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 384px;
	left: 0;
	height: 135px;
	background: url(../img/common/sitemap.jpg) bottom right no-repeat;
}

/* Top */
.ContentTop{
	width:986px;
	padding: 0 0 0 16px;
}
.ContentContact{
	margin-left: 421px;
	width: 560px;
	text-align: left;
}
.content_left{
	margin-left: 421px;
	width: 560px;
	text-align: left;
}
.content_left h1{
	font-size: 26px;
	line-height: 22px
}
.tab_sitemap{
	margin-top: 5px;
	border-collapse: collapse;
}
.tab_sitemap th, .tab_sitemap td{
	padding: 10px 0;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
.tab_sitemap th{
	padding-right: 15px
}
.tab_sitemap th a:hover{
	text-decoration: underline;
}
.tab_sitemap li{
	display:inline;
	padding: 0 1px;
}
.tab_sitemap li a:hover{
	text-decoration: underline;
}






