﻿.input, .ta
   {
	   width:500px;
	   border:1px solid #D0D0D0;
	   height:17px;	
   }
.ta
   {
	   height:130px;
	   overflow:auto;
   margin-left: 0px;
}
.normal{
	font-family:trebuchet MS,arial, verdana;
	color:#333366;
	font-size:12px;
	}

#transport
{
   color:White; 
   font-family:trebuchet MS,arial, verdana;
}

/*--------------------------------------------------*/
/* autres */
/*--------------------------------------------------*/

a:link {
	color:#333366;
	text-decoration:none;
}
a:visited {
	color:#333366;
	text-decoration:none;
}

a:active {
   color:#333366;
	text-decoration:none;
}

a:hover {
   color:#333366;
   text-decoration:underline;
}


/*           CADRES D'ENTOURAGE DES BOXES           */
/*--------------------------------------------------*/

/* Cadre d'entourage des boxes (Original) */
.infoBox {
	background: IMAGES/bg_left.jpg;
	border: 1px solid #93b2ca;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxCategories {
	border: 0px;
	background: IMAGES/bg_left.jpg;
}

/*------------------------------------------*/
/*                                          */
/*           INTERIEUR DES BOXES           */
/*                                          */
/*------------------------------------------*/

/* Interieure des boxes (Original)*/
.infoBoxContents {
  font-family: trebuchet MS,arial, verdana;
  font-size: 8px;
  color: Black;
  background: IMAGES/bg_left.jpg;
}

.infoBoxContentsTexte {
	font-family: trebuchet MS,arial, verdana;
	font-size: 8px;
	background: IMAGES/bg_left.jpg;
}

.infoBoxContentsCategories {
	font-family: trebuchet MS,arial, verdana;
	font-size: 9px;
	background: url(fond_boxe.gif) repeat-y;
}

/* Message affiché dans le panier si article à transport spécial */
.warning
{
   font-weight: bold;
   color:Red;
   text-transform: uppercase;
}

