.location_bloc
{
	border-left: 1px solid #EEE;
	padding-bottom: 50px;
}

/****************************************
 * Menu par marque et par categorie
 ****************************************/
.location_menu_bloc_top
{
	background-image: url(../images/frontoffice/category_list_top.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #FFF;
}
.location_menu_bloc_bottom
{
	background-image: url(../images/frontoffice/category_list_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.location_menu_bloc
{
	background-image: url(../images/frontoffice/category_list_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 224px;
	text-align: left;
}
.location_menu_menu
{
	display: block;
	background-image: url(../images/frontoffice/category_list_title_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 11pt;
	padding-left: 20px;
	margin-top: 10px;
	text-decoration: none;
}
ul.location_list,
ul.location_list li 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.location_list
{
	padding: 10px 6px;
}
ul.location_list li a:link,
ul.location_list li a:hover,
ul.location_list li a:active,
ul.location_list li a:visited
{
	display: block;
	font-size: 8pt;
	background-image: url(../images/commons/puce.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #717171;
	margin: 0;
	padding: 0;
	padding: 0 10px;
	margin-left: 10px;
	margin-right: 8px;
	text-decoration: none;
}
ul.location_list li a:hover
{
	background-color: #F2F2F2;
}
ul.location_list li.selected a:link,
ul.location_list li.selected a:hover,
ul.location_list li.selected a:active,
ul.location_list li.selected a:visited
{
	background-color: #FCC;
}
.location_link:link,
.location_link:hover,
.location_link:active,
.location_link:visited
{
	color: #717171;
	text-decoration: none;
	font-size: 8pt;
}
.location_link:hover
{
	text-decoration: underline;
}
.location_itembloc
{
	border-bottom: 1px solid #EEE;
	margin: 1px 10px;
	padding-right: 5px;
}

/****************************************
 * Liste des produits
 ****************************************/
.location_category, 
.location_category:link, 
.location_category:hover, 
.location_category:active, 
.location_category:visited
{
	display: block;
	font-size: 10pt;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	background-color: #f2f2f2;
	color: #000;
	font-weight: bold;
	margin: 25px 10px 0 10px;
}
.location_price
{
	font-size: 9pt;
	color: #E51010;
	font-weight: bold;
}
.location_model
{
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/frontoffice/location_puce.png);
	background-repeat: no-repeat;
	background-position: left;
	
}
.location_description
{
	margin-left: 10px;
	color: #717171;
	font-style: italic;
	font-size: 8pt;
}
.location_picture
{
	position: absolute;
	padding: 3px;
	border: 1px solid #EEE;
	background-color: #FFF;
	color: #717171;
	text-align: center;
	font-size: 8pt;
}


/****************************************
 * Colonne de gauche
 ****************************************/
.location_text
{
	color: #AAA;
	padding: 5px;
	font-style: italic;
	text-align: left;
	margin: 7px;
}


.location_text_link:link,
.location_text_link:hover,
.location_text_link:active,
.location_text_link:visited
{
	display: block;
	text-align: left;
	color: #717171;
	background-image: url(../images/frontoffice/location_doublepuce.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	text-decoration: none;
}
.location_text_link:hover
{
	text-decoration: underline;
}

.location_text_bloc a:link,
.location_text_bloc a:hover,
.location_text_bloc a:active,
.location_text_bloc a:visited
{
	text-align: left;
	color: #717171;
	padding: 5px;
	text-decoration: none;
}
.location_text_bloc a:hover
{
	text-decoration: underline;
}
