/* Style pour le 'Stock Image' a cote du logo */
.stock {

	font-family:  Arial, Helvetica, sans-serif;
	font-size:	   25px;
	color:		   #EFEFEF;
	letter-spacing: 5px;
}

/* Style pour le texte 'Thierry Martinez' de l'adresse */
.textplus {

	font-family:  Verdana, Tahoma, sans-serif;
	font-size:	   12px;
	color:		   #FFFFFF;
}

 /* Style pour le texte du Login, de l'adresse, etc. */
.textNormal
{
	font-family:  Verdana, Tahoma, sans-serif;
	font-size:	   10px;
	color:		   #FFFFFF;
	text-decoration: none;
}

/* Style pour le fond des SearchResult */
.fondSearchResult{
    background-color : #003366;
}

/* Style pour le fond des Caddie */
.fondCollBasket{
    background-color : #1C68B8;
}

/* Style pour le fond des Categories*/
.fondCategories{
    background-color : #003366;
}

/************* RecordViewTitle.jsp ***********/
/* Style pour le fond du bandeau 1 */
.fondRecordViewTitle1{
    background-color : #000000;
}

/* Style pour le fond du bandeau 2 */
.fondRecordViewTitle2{
    background-color : #1C68B8;
}

/* Style pour le fond du bandeau 3 */
.fondRecordViewTitle3{
    background-color : #FFFFFF;
}
/********************************************/

/* Style pour le 'Your Basket' */
.caddie{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size:	   20px;
	color:		  #ffcc00;
	font-weight:bold;
}

/**************** Affichage Vignette ***********/
/* Style pour Notice copyrigth et ANNEE et colonne 'No.' dans l'affichage liste*/
.recordNameText
{
    background-color : #CCCCCC;
	font-family:  Verdana, Tahoma, sans-serif;
	font-size:	   10px;
	font-weight:	 bold;
	color:		   #CC0000;
}

/*  Style pour EVENT et SPECIAL */
.recordNameText2 {
    background-color : #CCCCCC;
	font-family:  Verdana, Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:		   #666666;
}

/* Style pour Nom de l'Enregistrement */
.textVignette
{
    background-color : #1C68B8;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size:	   10px;
	color:		   #FFFFFF;
}
/* Style pour le fond des vignettes */
.fondVignette
{
    background-color : #000000;
}
/**********************************************/
/**************** Affichage Liste **********/
/* Style pour le titre des colonnes */
th.DetailsView
{
	background-color:	 #333333;
	color:		  #FFFFFF;
	border-style:   none;
	font-family:  Verdana,Tahoma,sans-serif;
	font-size:	  10px;
}
/* Style pour alternance de fond des lignes */
tr.DetailsView1
{
	background-color:	#FFFFFF;
	text-align:	 left;
	vertical-align: middle;
	border-style:   none;
	cursor:		 hand;
}
tr.DetailsView2
{
	background-color:	 #DDDDDD;
	text-align:	 left;
	vertical-align: middle;
	border-style:   none;
	cursor:		 hand;
}
/* Style pour la police des lignes */
td.DetailsView
{
	vertical-align: middle;
	border-style:   none;
	font-family:  Verdana,Tahoma,sans-serif;
	font-size:	  11px;
}
/******************************************/
/************** Affichage Preview *************/
/* Style pour le texte au dessus de l'image SearchResult */
.textPreview{
	color: #FFFFFF;
	font-family:  Verdana,Tahoma,sans-serif;
	font-size:	  12px;
	vertical-align: middle;
}
/* Style pour le texte au dessus de l'image CollBasket */
.textPreview2{
	color: #FFFFFF;
	font-family:  Verdana,Tahoma,sans-serif;
	font-size:	  12px;
	vertical-align: middle;
}
/*********************************************/
/********* Affichage Info *******************/
/* Style pour la liste des categories */
.listeCategories{
	color: black;
	font-family:  Verdana,Tahoma,sans-serif;
	font-size:	  1Opx;
	vertical-align: middle;
}
/* Style pour le libelle des champs pour SearchResult*/
td.RecordInfoLabel
{
    color : white;
	font-size:	  10px;
	font-weight:	bold;
	font-family:  Verdana,Tahoma,sans-serif;
	text-align:	 right;
	vertical-align: top;
	border-style:   none;
}
td.RecordInfoLabel2
{
    color : #FFFFFF;
	font-size:	  10px;
	font-weight:	bold;
	font-family:  Verdana,Tahoma,sans-serif;
	text-align:	 right;
	vertical-align: top;
	border-style:   none;
}
/*******************************************/
/******* Arborescence *******/
/* Style pour une categorie selectionnee */
.selected
{
	background-color:   red;
}
.textCategory
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size:	   10px;
	color:		   #FFFFFF;
}
/***************************/