<!--

BODY {
	background-color 	:	#E0E6EA;
}

TD {
	font-family 		:  	Verdana, Arial;
	font-size			: 	10px;
	color 			: 	#000000;
}


HR {
	color : #000000;
	height  : 1px;
}

FORM {margin : 0px; padding : 0px;}

a:link      {text-decoration: none; color: #FFA040; font-weight : normal;}
a:visited {text-decoration: none; color: #FFA040; font-weight : normal;}
a:active  {text-decoration: none; color: #FFA040; font-weight : normal;}
a:hover  {text-decoration: underline; color: #FFA040; font-weight : normal;}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#F1F1F1;
	color:#FFA040;
	font-size: 11px;
}

INPUT {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;
	color: 			#666666;
}

INPUT.ok {
	background-color:	#FFA040;
	color: 			#FFFFFF;
	font-weight : 		bold;
	border:			solid 1px #FFA040;
	cursor: 			hand;
}


/* STYLE PARTICULIER */

TABLE.menu TD.titre {
	background-color 	:	#81B4D6;
	padding			:	3 0 3 15;
}

TABLE.menu TD {
	padding			:	3 0 3 15;
}

TD.contener {
	padding			:	3 0 10 20;
}

TABLE.produitDetail TD {
	padding			:	0 20 10 0;
}

.titre {
	font-family 		: 	verdana, arial;
	font-size			: 	12px;
	font-weight 		: 	bold;
	color 			: 	#2E4B5E;
}

.s_titre {
	font-family 		: 	verdana, arial;
	font-size			: 	11px;
	font-weight 		: 	normal;
	color 			: 	#000000;
}

.mini {
	font-size			: 	9px;
}

.produitAppellation {
	font-family 		: 	verdana, arial;
	font-size			: 	16px;
	color 			: 	#BF8E4C;
}

P.justifie {
	text-align			:	justify;
}

IMG.contour{
	border			:	solid 1px;
	border-color		:	#000000;
}





/***** STYLES POUR LES NEWS POUR LA PARTIE VISIBLE *****/
.newsTitre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.newsDate {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A10025;
}

.newsTexte {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A10025;
}

/*
.newsTexte A:visited  	{text-decoration: none; color: #333399;}
.newsTexte A:link 		{text-decoration: none; color: #333399;}
.newsTexte A:active 	{text-decoration: none; color: #333399;}
.newsTexte A:hover  	{text-decoration: none; color: #FFFF33;}
*/

.btnMenu {
	font-family 	: Verdana, Arial;
	font-size 	: 13px;
	font-weight 	: bolder;
	color		: #000000; 
	cursor		: auto;
}

.btnMenu2 {
	font-family 	: Verdana, Arial;
	font-size 	: 13px;
	font-weight 	: bolder;
	color		: #FFFFFF; 
	cursor		: auto;
}

/***** FIN STYLES POUR LES NEWS *****/

-->