/*	----------------------------------------------------------------------------
	descipteurs et génériques
	------------------------------------------------------------------------- */
body, td,  #formulaire_contact td{
	margin					:	0;
	padding					:	0;
	font-family				:	verdana;
	color					: 	#000;
	font-size				: 	12px;
	font-weight				:	regular;
	/*background-color		: 	#fff9c5;*/
}

a{
	color					:	#186fb8;
	font-size				:	12px;
	text-decoration			:	none;	
}

a:hover{
	text-decoration			:	underline;	
}

/*	----------------------------------------------------------------------------
	/descipteurs et génériques
	------------------------------------------------------------------------- */


/*	----------------------------------------------------------------------------
		contenu accueil
	------------------------------------------------------------------------- */
#fond_home{
	background				: 	url(/img/accueil.jpg) no-repeat top center;
	width					:	800px;
	height					:	600px;	
}

#lien_catalogue{
	position				:	absolute;
	height					:	140px;
	width					:	293px;
	margin-left				:	442px;	
	margin-top				:	101px;	
}

.lien_catalogue{
	background				: 	url(/img/lien_catalogue.jpg) no-repeat top left;
}

.lien_catalogue_survol{
	background				: 	url(/img/lien_catalogue_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
}

#menu_1{
	position				:	absolute;
	height					:	32px;
	width					:	360px;
	margin-left				:	498px;	
	margin-top				:	443px;	
}

.menu_1{
	background				: 	url(/img/menu_1.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

.menu_1_survol{
	background				: 	url(/img/menu_1_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

#menu_2{
	position				:	absolute;
	height					:	37px;
	width					:	360px;
	margin-left				:	498px;	
	margin-top				:	479px;	
}

.menu_2{
	background				: 	url(/img/menu_2.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

.menu_2_survol{
	background				: 	url(/img/menu_2_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

#menu_3{
	position				:	absolute;
	height					:	36px;
	width					:	360px;
	margin-left				:	498px;	
	margin-top				:	520px;	
}


.menu_3{
	background				: 	url(/img/menu_3.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

.menu_3_survol{
	background				: 	url(/img/menu_3_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
	border-bottom			:	3px solid #fff;
}

#menu_4{
	position				:	absolute;
	height					:	30px;
	width					:	360px;
	margin-left				:	498px;	
	margin-top				:	560px;	
}

.menu_4{
	background				: 	url(/img/menu_4.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
}

.menu_4_survol{
	background				: 	url(/img/menu_4_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
}
/*	----------------------------------------------------------------------------
		/contenu accueil
	------------------------------------------------------------------------- */
	
	
/*	----------------------------------------------------------------------------
		contenu page produits
	------------------------------------------------------------------------- */
#fond_haut{
	background				: 	url(/img/fond_haut.jpg) no-repeat top left;
	height					:	192px;
	width					:	800px;
}		
	
#fond_liste_gamme{
	background				: 	url(/img/fond_liste_gamme.jpg) no-repeat top left;
	height					:	408px;
	width					:	800px;
}	

#fond_liste_produits{
	background				: 	url(/img/fond_liste_produits.jpg) no-repeat bottom left;
	width					:	800px;
}	

#fond_fiche_produit{
	background				: 	url(/img/fond_fiche_produit.jpg) no-repeat bottom left;
	width					:	800px;
	height					:	408px;
}	

#gammes{
	position				:	absolute;
	height					:	315px;
	width					:	690px;
	margin-top				:	13px;
	margin-left				:	98px;	
}

#titre_page{	
	position				:	absolute;
	width					:	350px;
	height					:	180px;
	margin-left				:	250px;
}

.titre_page{
	color					:	#fff;
	font-family				:	georgia;
	font-size				:	55px;
	font-weight				:	bold;
	font-style				:	italic;	
	line-height				:	55px;
	text-indent				:	10px;
}
	
.produit_titre{
	color					:	#0168b5;
	font-family				:	helvetica;
	font-size				:	32px;
	font-weight				:	bold;
	text-decoration			:	none;
	text-align				:	right;
}

.produit_accroche{
	color					:	#62bff0;
	font-family				:	helvetica;
	font-size				:	18px;
	font-weight				:	bold;
	text-decoration			:	none;
}
	
#corps{
	height					:	340px;
	width					:	100%;
}

#produit_photo{
	/*float					:	left;*/
	margin-left				:	30px;
	margin-top				:	30px;
	width					:	380px;
	height					:	290px;
	text-align				:	center;
}

#produit_description{
	/*float					:	left;
	margin-left				:	30px;*/
	width					:	345px;
	height					:	320px;
	text-align				:	right;
	overflow				:	auto;
	height					:	320px;
}
/*
.produit_detail_haut{
	width					:	345px;
	text-align				:	right;
}

.produit_detail{
	width					:	345px;
	text-align				:	right;
	height					:	300px;
	overflow				:	auto;
}
*/

.produit_description_titre{
	color					:	#0168b5;
	font-family				:	helvetica;
	font-size				:	32px;
	font-weight				:	bold;
	text-decoration			:	none;	
}

.produit_description_accroche{
	color					:	#62bff0;
	font-family				:	helvetica;
	font-size				:	24px;
	font-weight				:	bold;
	text-decoration			:	none;
}

.produit_description_descriptif{
	color					:	#020202;
	font-family				:	verdana;
	font-size				:	13px;
	font-weight				:	regular;
	text-decoration			:	none;
	line-height				:	15px;
	text-align				:	right;
	margin-right			:	15px;
	margin-left				:	15px;
}

.produit_description_libelle{
	color					:	#020202;
	font-family				:	verdana;
	font-size				:	13px;
	font-weight				:	bold;
	padding-right			:	15px;	
	text-align				:	right;
	border-bottom			:	2px solid #b7b7b7;
	margin-top				:	15px;
	margin-bottom			:	10px;
}

a.produit_lien_contact{
	color					:	#f94c00;
	text-decoration			:	none;
}

a.produit_lien_contact:hover{
	color					:	#f94c00;
	text-decoration			:	underline;
}	

#gamme_menu_bas{
	position				:	absolute;
	height					:	21px;
	width					:	553px;
	margin-top				:	378px;
	margin-left				:	80px;
	color					:	#76add7;
}

#lien_accueil{
	position				:	absolute;
	height					:	88px;
	width					:	168px;
	margin-left				:	632px;
	margin-top				:	320px;
}

.lien_accueil{
	background				: 	url(/img/lien_accueil.jpg) no-repeat top left;
}

.lien_accueil_survol{
	background				: 	url(/img/lien_accueil_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;	
}

#lien_retour{
	float					:	right;
	height					:	68px;
	width					:	82px;
	margin-right			:	16px;
}

.lien_retour{
	background				: 	url(/img/produit_fiche/bouton_accueil.jpg) no-repeat top left;
}

.lien_retour_survol{
	background				: 	url(/img/produit_fiche/bouton_accueil_survol.jpg) no-repeat top left;
	cursor					: 	hand;
	cursor					: 	pointer;
}


#standard_menu_bas{
	float					:	right;
	height					:	25px;
	width					:	615px;
	margin-top				:	38px;
}

.standard_menu_bas{
	font-family				: 	helvetica;
	font-size				:	16px;
	font-weight				:	bold;
	letter-spacing			:	1px;
	color					:	#76add7;	
} 

a.standard_menu_bas{
	color					:	#76add7;
	text-decoration			:	none;
}

a.standard_menu_bas:hover{
	color					:	#76add7;
	text-decoration			:	none;
}
/*	----------------------------------------------------------------------------
		/contenu page produits
	------------------------------------------------------------------------- */	
	
/*	----------------------------------------------------------------------------
		baseline
	------------------------------------------------------------------------- */
a.baseline_axn{
	color					:	#2E609D;
	text-decoration			: 	none;
	font-size				:	10px;
}

a.baseline_axn:hover{
	color					:	#000;
	text-decoration			: 	underline;
	font-size				:	10px;
}

/*	----------------------------------------------------------------------------
		/baseline
	------------------------------------------------------------------------- */
	
/* ------------------------------------------------------------------------------------------------- */
/* Bas (liens référencement)	==> site actuel
/* ------------------------------------------------------------------------------------------------- */

.bas, .bas div  {
	font-family			: Arial;
	color				: #0099D9;
	font-size			: 11px;
}

.bas a  {
	font-family			: Arial;
	color				: #2E609D;
}

.bas a:hover  {
	color				: #000;
	text-decoration		: underline;
}

.bas_fort {
	font-weight			: bold;
}

.bas_cadre {
	background			: #d7f6fc;
	padding				: 6px;
	border				: solid 1px;
}

.bas .bas_axn, .bas_axn a {
	font-family			: trebuchet ms, arial;
	color				: #585858;
	text-decoration		: none;
	text-align			: center;
}

.bas_axn a:hover {
	color				: #000;
	text-decoration		: underline;
}
/* ------------------------------------------------------------------------------------------------- */
/* /Bas (liens référencement)
/* ------------------------------------------------------------------------------------------------- */