BODY {
	SCROLLBAR-FACE-COLOR: #D7D7D7; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #D2D2D2;
	SCROLLBAR-ARROW-COLOR: #F30504;
	SCROLLBAR-TRACK-COLOR: #EEEEEE;
	SCROLLBAR-DARKSHADOW-COLOR: #BEBEBE;
}
	
A:link	{
	text-decoration : none;
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : none;
}
A:visited {	
	text-decoration : none;
}
A:visited:hover {
	text-decoration : underline;
}

.link{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight : bold;
}
.linkCategorie{
	font-family: Arial;
	color: #7D7D7D;
	font-size: 11px;
	font-weight : bold;
}
.linkCategorieOn{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	font-weight : bold;
}
.linkTopBlanc{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
}
.smallLink{
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	font-weight : regular;
}

/*
TD,INPUT,SELECT,TEXTAREA {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: Black;
}
A:visited 	{
	TEXT-DECORATION: none
	COLOR: #000000;
	}
A:hover 	{
	COLOR: #000000;
	text-decoration : underline;
	}
A:link	{
	TEXT-DECORATION: none
	COLOR: #000000;
	}
A:active 	{
	TEXT-DECORATION: none
	COLOR: #000000;
	}
*/
/*TABLE{
	table-layout: fixed;
}*/

/* texte */

/* faut mettre le bouton dans un TD pour que le texte soit au centre */
/* <td valign="middle" class="bouton"><a href="#" class="boutonLink">Test de link2</a></td>  */
.boutonLink{ 
	font-family: Tahoma;
	color: #0C4062;
	font-size: 11px;
	text-align : center;
	font-weight : bold;
	vertical-align : middle;	
}
.bouton{
	text-align : center;
	width : 120px;	
	height : 25px;
	background-color : #61B0E5;
	border: 2px inset; 
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset; 
	border-color: #97D5FF #001422 #97D5FF #001422;	
}
/* fin classes des boutons*/

/* form */
.inputSelect{
	font-family: verdana;
	font-size: 10px;		
	background-color: #BCDFF6;
	color: #000000;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.input{
	font-family: verdana;
	background-color: #BCDFF6;
	color: #000000;
	font-size: 11px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}

/* texte */ 
.titre{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
}
.titreCategorie{
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	font-weight : bold;

}
.titreSousCategorie{
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	font-weight : normal;

}
.titreResultItem{
	font-family: Tahoma;
	color: #16659A;
	font-size: 12px;
	font-weight : bold;

}
.counter{
	font-family: Tahoma;
	color: #FF6600;
	font-size: 10px;
	font-weight : bold;
}

.boiteCategorie{
	background-color :white;
	border : 1px solid #8CDC2F;
}
.boiteResult{
	background-color : #F8F8F8;
	border : 1px solid #F8F8F8;
	word-break : break-all;
	word-wrap : break-word;
	text-overflow : ellipsis;
}
.boiteListePage{
	background-color : White;
	border : 1px solid Silver;
}


.texteNoir{
	font-family:Tahoma;
	color: #000000;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 14px;  /* kerning */
}
.texteNoirPetit{
	font-family:Tahoma;
	color: #000000;
	font-size: 9px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 14px;  /* kerning */
}
.texteGris{
	font-family:Tahoma;
	color: #8D8D8D;
	font-size: 11px;
	font-weight : normal;
}

.texteRouge{
	font-family:Tahoma;
	color: #ff0000;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
}

.texteBleu{
	font-family:Tahoma;
	color: #0C4062;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
}

.texteBleuPop{
	font-family:Verdana;
	color: #15659A;
	font-size: 15px;
	font-weight : normal;
}
.texteBlanc{
	font-family:Tahoma;
	color: #FFFFFF;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;

}
.texteBoiteResult{
	font-family:Tahoma;
	color: #000000;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 17px;  /* kerning */
}
.li{
	list-style-type : square;
}
.photoBorder{
	border : 1px solid #000000;
}
