﻿
.Body 
{
    background-color: #d4e2f4;
    margin:9px 0px 0px 0px;
    padding:0;
}

.lblAucunResultat
{
	font-family: georgia, arial, sans-serif;
    font-size:1.6em;
    color: #000;
}

.HeaderDiv
{
    width: 960px;
    height: 167px;
    text-align: center;
    margin: 0 auto;
}

.HeaderImage
{
    width: 100%;
    height: 167px;
    background-image: url('./images/banniere_nuit.jpg');
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.HeaderGreetingLabel
{
    font-family: georgia, arial, sans-serif;
    font-size:1.0em;
    color: #fff;
}

.HeaderSearchTextBox
{
    color:#000; 
	border:1px #000 solid;
	-filter:alpha(opacity=70);
	-opacity: 0.70;
	-moz-opacity:0.70;
	font-family:myriad pro, arial, sans-serif;
	width:250px; 
	height:22px; 
	font-size:14pt;
}

.HeaderSearchButton
{
    height:28px;
    font-weight:bold; 
    font-size:14pt;
}

.CategoriesDiv
{
    text-align: center;
    width: 100%;
    background-color: #000;
}

.CategoryCellCurrent
{
    background-color: #888;
}

.CategoryCellHover
{
    background-color: #bbb;
}

.CategoryCellNormal
{
    background-color: #000;
}

.CategoryLink
{
    font-family:lucida sans unicode, arial, sans-serif;
    font-size: 0.9em;
    color:#fff;
    text-decoration: none;
}

.SubCategoriesDiv
{
    width: 728px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
	overflow: auto;
}


.TagsAndSubCategoriesLists
{
	background-position: #fff;
	width: 100%;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #AFCADC;
	background: #fff;
	color: #000;
	padding: 0 10px 5px 10px;
}

.TagsAndSubCategoriesList
{
    text-align: left;
	clear: both;
	font-family:georgia, arial, sans-serif;
    font-size:1.6em;   
}

.TagsAndSubCategoriesLabel
{
    font-family:georgia, arial, sans-serif;
    font-size:1.0em;
}

.TagAndSubCategoryLink
{
    color:#000; 
    text-decoration:none; 
    font-size:1.0em;
    font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
    clear: both;
    text-align: left;
}

.SubCategoryOuterDiv
{
    width: 350px;
    height: 325px;
    border: 1px solid black;
    background-color: #fff;
    text-align: center;
}

.SubCategoryNameDiv
{
	margin: 5px;
	border: 1px solid #000000;
	padding: 0px;
	background-color: #000;
	text-align: center;
	width: 338px;
	height: 30px;
	vertical-align: middle;
}

.SubCategoryNameLabel
{
    font-family: Georgia;
    font-size: 1.0em;
    font-weight: bold;
    
    color:#ffffff;
    position: relative;
    top: 10%;
}

.SubCategoryAddBestTextBox
{
    
}

.SubCategoryAddBestButton
{
    
}

.SubCategoryAddBestLabel
{
    font-size: 1.1em;
    color: #000;
}

.SubCategoryVoteLockRemainingTimeLabel
{
    font-size:1.1em;
    color: #f00;
}

.CommerceRankLabel
{
    font-family: georgia, arial, sans-serif;
    font-size:1.0em;
    color:#000;
}

.CommerceNameLabel
{
    font-family: georgia, arial, sans-serif;
    font-size:1.0em;
    color:#000;
}

.CommerceIVotesLabel
{
    font-family:georgia, arial, sans-serif;
    font-size:1.0em;
    color:#000;
}

.CommerceVoteButton
{
    margin: 0px;
    padding: 0px;
}

.CommerceInfoImage
{
    margin: 0px;
    padding: 0px;
}

.CommerceInfoLink
{
    margin: 0px;
    padding: 0px;
}

.CommerceGrid
{
    background-color: #fff;
}

.SubCategoryGrid
{
    
}

.CommerceDropDownSubCategoryHeaderCell
{
    border-style: solid;
    border-width: 0px;
    text-align: left;
    font-weight: bold;
    font-size:0.9em;
}

.CommerceDropDownVoteHeaderCell
{
    border-style: solid;
    border-width: 0px;
    text-align: left;
    font-weight: bold;
    font-size:0.9em;
}

.CommerceDropDownIVoteCell
{
    border-style: solid;
    border-width: 0px;
    text-align: right;
    font-size:0.8em;
}

.CommerceDropDownLinkCell
{
	border-style: solid;
	border-width: 0px;
	text-align: left;
	font-size: 0.8em;
	color: #000000;
}

.CommerceDropDownSubCategoryLink
{
	border-style: solid;
	border-width: 0px;
	text-align: left;
	font-size: 0.8em;
	color: #000000;
}

.CommerceDropDownMainTable
{
    
}

.CopyrightLabel
{
    
}

.CopyrightCell
{
    height: 50px;
    vertical-align: middle;
    text-align: center;
}
/*AutoComplete flyout */
.autocomplete_list
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: tahoma;
    font-size: 12px;
    z-index: 999;
    
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color:Highlight;
    color:HighlightText;
    padding:3px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
} 