/******************************************** GENERAL ******************************************/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFC1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #700035;
	font-size: 12px;
}

/***************************************** CADRE **************************************/

.cadre_famille {
	border		: 1px solid #700035;
	overflow	: auto;
	width 		: 256px;
	height		: 250px;
	float		: left;
}

.cadre_sfam {
	border		: 1px solid #D9F2D9;
	overflow	: auto;
	width 		: 170px;
	height		: 185px;
	float		: left;
}

.cadre_contenu{
	padding 		:16px;
	text-align		: center;
	}

.cadre_produit {
	border-top		: 2px solid #700035;
	border-bottom	: 1px solid #700035;
	width 			: 585px;
	text-align		: center;
}
.fiche_produit {
	border-bottom	: 1px solid #700035;
	width 			: 100%;
	text-align		: left;
	background-color: #FFFFEC;
}

/***************************************** MENU DE GAUCHE **************************************/

.menu_titre{
	display				: block;
	height				: 18px;
	width				: 200px;
	text-align			: center;
	font-weight			: bold;
	color 				: #ffffcc;
	font-size			: 12px;
	text-transform		: uppercase;
	padding				: 2px;
	height				: 23px;
	font-size			: 12px;
	vertical-align		: middle;
	line-height			: 23px;
	background-color	: #3366cc;
	}
a.menu_titre:link, a.menu_titre:visited{	text-decoration	: none; 	color : #ffffcc;	}
a.menu_titre:hover{							text-decoration	: none;		color : #ffffcc;	}

.menu{
	display				: block;
	height				: 18px;
	width				: 200px;
	text-align			: center;
	font-weight			: bold;
	color 				: #700035;
	font-size			: 12px;
	padding				: 1px;
	font-variant		: small-caps;
	border				: 1px solid #DFCD97;
	}
a.menu:link, a.menu:visited{	text-decoration	: none; 	color: #ffffcc; 	}
a.menu:hover{					text-decoration	: none;		color: #FF0000;}
	
.menu2{
	display				: block;
	height				: 18px;
	width				: 200px;
	text-align			: left;
	font-weight			: bold;
	color 				: #ffffff;
	font-size			: 11px;
	border-right		: 1px solid #DFCD97;
	border-left			: 1px solid #DFCD97;
	padding-top			: 1px;
	padding-right		: 1px;
	padding-bottom		: 1px;
	padding-left		: 11px;
	}
a.menu2:link, a.menu2:visited{	text-decoration	: none; 	color : #ffffff;	background-color : #DFCD97;}
a.menu2:hover{					text-decoration	: none;		color : #ffffff;	background-color : #3366cc;}
	
/****************************************** CONTENU ********************************************/

.titre_famille{
	color 				: #700035;
	font-weight			: bold;
	font-variant		: small-caps;
	font-size			: 15px;
}

.famille_selected {
	font-weight			: bold;
	color 				: #FFFFFF;
	font-variant		: small-caps;
	display				: block;
	height				: 18px;
	width				: 200px;
	text-align			: center;
	font-weight			: bold;
	color 				: #ffffff;
	font-size			: 12px;
	border-width		: 1px;
	padding				: 1px;
	border				: 1px solid #DFCD97;
}
a.famille_selected:link, a.famille_selected:visited{	text-decoration	: none;		color : #ffffcc;}
a.famille_selected:hover{								text-decoration	: none; 	color : #ffffcc;}

.titre0			{ font-weight	: bold; }			
.titre1			{ font-weight	: bold;		font-size : 14px; }
.titre2			{ font-weight	: bold; 	font-size : 11px; 	color : #700035; }

.titre_produit{
	font-weight		: bold;
	color 			: #ee0000;
	font-size		: 13px;
	font-variant	: normal;
	text-transform	: capitalize;
}
