/* fonte permise*/
/* Arial, Verdana, Tahoma, Georgia */

/* links */
A:link	{
	color: #DB450E;
	text-decoration : none;
}
A:hover 	{
	color: #000000;
	text-decoration : underline;
}
A:active 	{
	color: #786B5D;
	text-decoration : none;
}
A:visited {
	color: #F57427;
	text-decoration : none;
}
A:visited:Hover {
	color: #0A104E;
	text-decoration : underline;
}


/*
body{
	background-repeat : repeat-x;
	background-image : url(bg.gif);
	background-attachment : scroll;
}
*/

/* form */
.InputSelect{
	font-family: verdana;
	font-size: 10px;		
	background-color: #FFFBF0;
	color: #353898;
	width : 134px;
}
.Input{
	font-family: verdana;
	background-color: #FFFBF0;
	color: #353898;
	font-size: 9px;
	width : 80px;	
}

/* menu */

.menu{
	font-family: Tahoma, Georgia, Times;
	/* pas de couleur dans cette classe */
	font-size: 11px;
	font-weight : bold;
}

/* texte */

.titre{
	font-family: Tahoma, Georgia, Times;
	color: #0A104E;
	font-size: 12px;
	font-weight : bold;
	line-height : 26px;
	letter-spacing : -1px;
}
.texte{
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: 0.7em; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}
.texteSmall{
	font-family: Tahoma, Arial;
	color: #555555;
	font-size: 11px;
	font-weight : regular;
}
.texteSmallPanier{
	font-family: Tahoma, Arial;
	color: 0A104E;
	font-size: 11px;
	font-weight : regular;
}
.prix{
	font-family: Arial;
	color: #FE293C;
	font-size: 0.7em;
	font-weight : bold;
	line-height : 15px; /* kerning */
	text-align : left;
}
