body {
	background: #F6F6F6 url(/img/css/funeraire/fond-top_body.gif) scroll repeat-x top;
}

#Top {
	width: 980px;
	margin: 0 auto;
}

/*
	3 ONGLETS PRINCIPAUX
*/

	.Tabs {
		list-style-type: none;
		margin: 0 0 0 3px;
		padding:0;
		width:296px;
		float: left;
		display: inline;
	}
	.Tabs li {
		float: left;
		margin:0;
		padding:0;
	}

	.Tab_Entreprise {
		display: block;
		background: url(/img/css/funeraire/bk-tab_entreprise.gif) scroll;
		width: 99px;
		height: 77px;
		text-indent: -9000px;
		outline: none;
	}

	.Tab_Funeraire {
		display: block;
		background: url(/img/css/funeraire/bk-tab_funeraire.gif) scroll;
		width: 98px;
		height: 77px;
		text-indent: -9000px;
		outline: none;
	}

	.Tab_Batiment {
		display: block;
		background: url(/img/css/funeraire/bk-tab_batiment.gif) scroll;
		width: 99px;
		height: 77px;
		text-indent: -9000px;
		outline: none;
	}





#Top_Right	{
	float: right;
	width: 681px;
	height: 77px;
	line-height: 77px;
	background: url(/img/css/entreprise/Top_Right.gif) scroll no-repeat bottom left;
}

#Top_Right p {
	float: left;
	width: 120px;
	margin: 0 0 0 50px;
	display: inline;
	color: #8F8888;
	font-size: 10px;
	font-family: Verdana;
}

#Top_Right p a {
	color: #8F8888;
	font-size: 10px;
	font-family: Verdana;
}

#Top_Right h1 {
	width: 442px;
	height: 77px;
	margin: 0 60px 0 0;
	display: inline;
	background: url(/img/css/entreprise/logo-banner.gif) scroll no-repeat center left;
	text-indent: -9000px;
	float: right;
}

h2#Deco {
	background: url(/img/css/funeraire/fond-h2.jpg) scroll no-repeat;
	margin: 0;
	height: 79px;
	text-indent: -9000px;
}


/*
	#Bottom et Bottom_2 ne servent qu'a positionner les images de fond
*/

	#Bottom {
		background: url(/img/css/entreprise/fond-bottom.png) scroll repeat-y top center;
	}
	#Bottom_2 {
		background: url(/img/css/entreprise/fond-bottom_2.png) scroll no-repeat top center;
		text-align: center;
	}

	#Bottom_Content {
		text-align: left;
		width: 980px;
		margin:0 auto;
		background: url(/img/css/funeraire/fond-bottom-content.png) scroll no-repeat left 29px;
	}


/*
		MENU HORIZONTAL
*/

	#Menu {
		margin:0;
		padding:0 0 0 9px;
		list-style-type:none;
		background: #CE691E url(/img/css/funeraire/fond-menu.gif) scroll repeat-x;
		height: 29px;
		line-height: 29px;
	}

	#Menu li {
		margin:0;
		height: 29px;
		line-height: 29px;
		border-right: 1px solid #CC6314;
		float:left
	}

	#Menu li a {
		padding: 0 7px;
		text-decoration:none;
		color: #F4DCCA;
		display:block;
		height: 29px;
		line-height: 29px;
		text-align:center;
	}

	#Menu li a:hover {
		color: #CEC9C0;
	}

	#Menu li.active {
		background: #FF9E12 url(/img/css/funeraire/fond-menu-li.active.gif) scroll no-repeat top right;
		border-right: none;
	}

	#Menu li.active a , #Menu li.active a:hover {
		color: #8B5508;
	}

	#Menu li:hover ul {
		display: block;
	}

	/*
		Le sous menu
	*/

	#Menu ul {
		margin: 0;
		padding:0;
		list-style:none;
		background: rgba(255,158,18,0.2);
		position:absolute;
		display: none;
		width: 250px;
		text-align: left;
	}

	#Menu ul li {
		border: none;
		float:none;
		text-align: left;
	}

	#Menu ul li a {
		color: #000;
		text-align: left;
	}

	#Menu ul li a:hover {
		color: #000;
		background: rgba(255,158,18,0.5);
	}


/*

	POSITIONNEMENT DES DEUX COLONNES

*/

	#Left {
		width: 705px;
		float: left;
		display:inline;
		margin: 0 0 0 25px;
	}

	#Right {
		width: 235px;
		float: right;
		display:inline;
		padding: 0 0 439px 0;
		background: url(/img/css/funeraire/illustration_Funeraire.jpg) scroll no-repeat left bottom;
	}



.Texte_Intro {
	color: #8B5508;
	margin: 70px 0 15px 0;
	width: 490px;
	text-align: justify;
}

/*
	TITRE DE PAGE
*/

	#Left h3 {
		margin: 14px 0;
		font-size: 33px;
		height:33px;
		line-height:33px;
		color: #F7A600;
		font-weight: normal;
		background: url(/img/css/funeraire/fond-h3.gif) scroll no-repeat right 15px;
	}

	#Left h3 span {
		background: #FFF;
		padding-right: 10px;
	}


/*
		LISTE PRODUIT
*/

	#Liste_Produit {
		width: 100%;
	}

	#Liste_Produit thead {
		display: none;
	}

	#Liste_Produit .empty td {
		/*height: 43px; /* 36 + 7(border) */
		/*~height: 34px;*/
		border-bottom: 7px solid #FFF;
	}

	#Liste_Produit .pair , #Liste_Produit .impair {
		border: 1px solid red;
	}

	#Liste_Produit .col_1 , #Liste_Produit .col_2 {
		background: #F0EAE0;
	}

	#Liste_Produit .col_1 {
		background: #F0EAE0;/* url(/img/css/funeraire/fond-col_1.gif) no-repeat scroll center left;*/
		width:60px;
		text-align:right;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		overflow: hidden;
	}

	#Liste_Produit .col_2 {
		text-align: center;
		width: 160px;
	}

	#Liste_Produit .col_2 a {
		text-decoration: none;
		font-size: 14px;
		color: #81817F;
	}

	#Liste_Produit tr:hover .col_2 a {
		text-decoration: underline;
	}

	#Liste_Produit .pair .col_3 , #Liste_Produit .pair .col_4 {
		background: #EAD9BC;
	}

	#Liste_Produit .col_3 {
		font-size: 10px;
		width: 220px;
		padding-left: 39px;
		/*background-image: url(/img/css/funeraire/fond-col_3.gif) !important;
		background-repeat: no-repeat !important;
		background-position: right center !important;*/
	}

	#Liste_Produit .col_3 span {
		color: #D96600;
		font-size: 11px;
		font-weight: bold;
	}

	#Liste_Produit .col_4 {
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	#Liste_Produit .pair .col_4 {
		background: #EAD9BC; /*url(/img/css/funeraire/fond-col_4-pair.gif) no-repeat scroll center right;*/
	}

	#Liste_Produit tr.pair:hover .col_3 {
		background: #E5C48F;
	}
	#Liste_Produit tr.pair:hover .col_4 {
		background: #E5C48F;/* url(/img/css/funeraire/fond-col_4-pair_over.gif) no-repeat scroll center right;*/
	}



	#Liste_Produit .impair .col_3 , #Liste_Produit .impair .col_4 {
		background: #ECE3D4;
	}
	#Liste_Produit .impair .col_4 {
		background: #ECE3D4; /* url(/img/css/funeraire/fond-col_4-impair.gif) no-repeat scroll center right;*/
	}
	#Liste_Produit tr.impair:hover .col_3 , #Liste_Produit .impair:hover .col_4 {
		background: #DFD7CA;
	}
	#Liste_Produit tr.impair:hover .col_4 {
		background: #DFD7CA; /* url(/img/css/funeraire/fond-col_4-impair_over.gif) no-repeat scroll center right;*/
	}

	#Liste_Produit .col_4 {
		font-size: 10px;
		padding-left: 25px;
	}
	#Liste_Produit .col_4 span {
		font-weight: bold;
	}


/*
		COLONNE DE DROITE
*/

	#Right ul {
		margin: 35px 0 0 0;
		padding: 0;
		list-style-type: none;
	}

	#Right li {
		margin: 0;
		padding: 0;
	}

	.Compte_Client {
		margin-bottom: 45px !important;
		padding-left: 8px !important;
	}

	.Compte_Client a {
		display: block;
		width: 207px;
		height: 57px;
		background: url(/img/css/entreprise/Right_CompteClient.gif) scroll no-repeat left bottom;
		text-indent: -9000px;
		outline: none;
	}

	.Contactez_Nous a {
		display: block;
		height: 29px;
		background: #FDFDFD url(/img/css/entreprise/Right_ContactezNous.gif) scroll no-repeat left bottom;
		text-indent: -9000px;
		outline: none;
	}

	.Actualites a {
		display: block;
		height: 26px;
		margin-bottom: 2px;
		background: #FDFDFD url(/img/css/entreprise/Right_Actualites.gif) scroll no-repeat left bottom;
		text-indent: -9000px;
		outline: none;
	}

	.Actualites a:hover , .Contactez_Nous a:hover , .Compte_Client a:hover {
		background-position: left top;
	}


/*
		FICHE PRODUIT
*/

	#Fiche_Produit {
		width: 699px;
		background: #F0EAE0 url(/img/css/funeraire/fond-bottom-FicheProduit.gif) scroll no-repeat left bottom;
	}

	#Fiche_Produit #Deco_Top {
		width: 699px;
		padding-top: 7px;
		background: url(/img/css/funeraire/fond-top-FicheProduit.gif) scroll no-repeat left top;
		font-size: 1px;
	}

	#Fiche_Produit #Content {
		padding: 0 15px;
	}

	#Fiche_Produit #Content .left {
		width: 320px;
		float: left;
	}

	#Fiche_Produit #Content .left a img.main {
		border: 1px solid #F0EAE0;
	}

	#Fiche_Produit #Content .left a:hover img.main {
		border: 1px solid #D96600;
	}

	#Fiche_Produit #Content .right {
		width: 332px;
		float: right;
	}

	.right h4 {
		margin:0;
		font-size: 18px;
		color: #81817F;
		font-weight: normal;
	}

	.right .intro {
		margin: 1px 0;
		padding: 3px 0;
		color: #000;
		font-size: 11px;
		border: 1px solid #D3C6BE;
		border-right:0;
		border-left:0;
	}

	.right .intro span {
		color: #ED9805;
		font-size: 12px;
		font-weight: bold;
	}

	.Textile p {
		margin: 4px 0;
		font-size: 11px;
		color: #010101;
	}

	.Textile a {
		color: #ED9805;
	}

	#Prix_Dispo {
		width: 665px;
		border-collapse: collapse;
		border: 1px solid #D3C6BE;
		border-right:0;
		border-left:0;
		margin: 7px 0 0 0;
	}

	#Prix_Dispo .col_1 {
		color: #000;
		font-size: 10px;
		height: 23px;
	}

	#Prix_Dispo .col_1 span {
		font-weight: bold;
	}

	#Prix_Dispo .col_2 {
		width: 230px;
		background: #F0D9B3;
		color: #D96600;
		font-weight: bold;
		font-family: Arial;
		font-size: 14px;
		text-align: center;
		border-right: 1px solid #F0EAE0;
	}

	#Prix_Dispo .col_3 {
		width: 175px;
		background: #D7DAC6;
		color: #317E02;
		font-size:12px;
		font-weight: bold;
		font-family: Arial;
		text-align: center;
	}

	#Illsutration {
		text-align: center;
		padding: 18px 0 10px 0;
		border-bottom: 1px solid #B9A8A1;
	}

	#Illsutration a img {
		border: 3px solid #E4B04F;
		margin: 2px 4px 2px 4px;
	}

	#Illsutration a:hover img {
		border: 5px solid #E4B04F;
		margin: 0 2px 0 2px;
	}

	#Exclusivite {
		width: 665px;
		vertical-align: middle;
		border-bottom: 1px solid #D3C6BE;
		margin-bottom: 4px;
	}

	#Exclusivite td.col_1 {
		width: 60%;
	}

	#Exclusivite td.col_2 {
		text-align: center;
	}

	#Exclusivite p {
		font-weight: bold;
		color: #010101;
		font-size: 12px;
		margin: 8px 0;
	}

	.Bt_Devis {
		display: block;
		background: url(/img/css/funeraire/bt-devis.png) scroll no-repeat left bottom;
		width: 267px;
		height: 104px;
		float: right;
		margin-right: -15px;
		_margin-right: -7px; /* IE6 only */
		text-indent: -9000px;
		outline: none;
	}

	.Bt_Devis:hover {
		background-position: left top;
	}




/*
	nos granits
*/

.Echantillons {
	border: 1px solid #E5C48F;
	padding: 6px;
	width: 100px;
	overflow: hidden;
	float: left;
	margin: 5px;
	text-align: center;
	background: #F0EAE0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.Echantillons .title {
	text-decoration: none;
	display: block;
	height: 34px;
	color: #81817F;
	font-size: 13px;
}

.Echantillons a img {
	border: none;
}

.Echantillons .sample {
	text-decoration: none;
	display: block;
	height: 100px;
	width: 100px;
	background-position: center;
}



