/* ZONE PROMOTION */

HR {
	height				: 2px; 
	background			: #FFFFFF;
	border				: 0;  	
}

.zone_promotion {
	background			: #005794;
}

.haut_promotion {
	height				: 15px; 
	background-image	: url(../images/coin_droit_haut_bleu.gif);
	background-position	: top right;
	background-repeat	: no-repeat; 
}

.bas_promotion {
	height				: 15px; 
	background-image	: url(../images/coin_droit_basbleu.gif);
	background-position	: bottom right;
	background-repeat	: no-repeat; 
}

/* TELECOMMANDE */

.telecommande {
	margin				: 0 0 0 40px;
}

.telecommande FONT {
	font-size			: 16px;
	font-weight			: bold;
}

.telecommande A {
	font-size			: 16px;
	font-weight			: bold;
	text-decoration		: underline;
}

.telecommande A:hover{
	color				: #b30000;
	font-size			: 16px;
	font-weight			: bold;
	text-decoration		: underline overline;	
}

/* BARRE DE NAVIGATION DES PRODUITS */

.page_produit {
	padding				: 0 20px 0 0;
}

.page_produit SPAN {
	height				: 15px;
	padding				: 0 2px;
	margin				: 3px;
	border				: 1px solid #5880ac;
	color				: #c8d4e2;
	font-weight			: bold;
	text-align			: center; 
}

.page_produit SPAN A {
	color				: #5880ac;
	font-weight			: bold;
}

.pageactive_produits {
	background			: #5880ac;
	border				: 1px solid #c8d4e2;
	color				: #FFFFFF !important;
}

/* PRODUITS */

.fiche_produit TD {
	border				: 0px solid #005794;
}

.coin_fiche{
	vertical-align		: top;
	background			: #005794;
}

.titre_produit {
	background			: #005794;
	border				: 2px !important;
	color				: #FFFFFF;
	font-weight			: bold;
}

.cote_gauche_fiche {
	border-left-width	: 2px !important;
}

.cote_droit_fiche {
	border-right-width	: 2px !important;
}

.cote_bas_fiche {
	border-bottom-width	: 2px !important;
}

#designation_produit {
	font-weight			: bold;
	text-align			: center;
	color				: #b20000;
}

/* Fiche produits */
#tableau_produit {
	border: 			1px solid #cef;
}

#tableau_produit TH {
	padding:			5px;
	background: 		#cef;
}

#tableau_produit TD {
	padding:			5px;
	background: 		#e7f7ff;
}

#fiche_tetiere {
	padding 			: 5px;
	text-align			: center;
}
 
#fiche_contenutetiere {
	padding 			: 5px;
	text-align			: right;
}

.titre_menu_g {
	color				: #FFFFFF;
	font-weight			: bold;
	text-align			: center;
	font-size			: 14px;    
}

/* recherche */

.resultat_recherche {
	padding				: 5px;
	margin				: 5px;
	border				: 1px solid #005794;
}

.titre_recherche {
	margin				:10px;
	border				:1px solid #005794;
	padding				:2px; 
	background			:#005794; 
	color				:#FFFFFF; 
	font-size			:14px;
	font-weight			:bold
}

.fiche_complete {
	margin				: 5px 2px 2px 2px;
	padding				: 2px;
	border				: 1px dotted #FFFFFF;
	background			: #005794; 
	text-align			: center;
}

.fiche_complete A {
	font-weight			: bold;  
	color				: #FFFFFF;
}