/* ---------- Styles specific to the project ----------- */

td.header1 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
	/*border-bottom : 1px solid rgb(203,220,252);*/
	height :  20px;
	}
	
	
/* Ajax suggestions */

.suggestions {
font-family : Verdana,Arial,Helvetica;
font-weight : normal; 
font-size : 11px;
max-height: 200px;
width : 300px;
border: 1px solid #000;
overflow : auto;
margin-top : 1px;
float : left;
background-color: rgb(255,255,255);
}

.suggestions span {
display: block;
}

.suggestions span.highlight{
background-color: darkblue;
color: white;
}

.listeprodTitre {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(255,255,255);
	text-decoration : none;
	text-align : right;
	/*border-bottom : 1px solid rgb(203,220,252);*/
	height :  20px;
	}
.listeprodTitre a{
	color : rgb(237,239,0);
	}
.listeprodTitre a:hover{
	color : rgb(255,255,255);
	}
td.listeSep {
	background-color: rgb(133,134,32);
	height :  1px;
	}
span.accentuation{
	color: rgb(237,239,0);
	font-weight: bold;
}

span.accent{
	font-Weight : bold; 
	color : rgb(237,239,0);
}

div.moreinfo{
	background-color: rgb(133,134,32);
	padding: 5px;
	margin: 5px;
	border: 2px solid rgb(255,255,255);
}

