.normal_link {
	color:maroon;
	text-decoration:none;
}
.normal_link:hover{
	color:red;
}
/************************
* GENERAL
************************/
body a{
	color:maroon;
	text-decoration:none;
}
body a:hover{
	color:red;
}
#pro_main{
	background-color:white;
	color:#1f1a15;
}
#pro_display{
	width: 760px;
	float: right;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	overflow: hidden;
}
.pro_cadre_objet{
	float: left;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: solid 1px #836c3a;
	text-align: center;
	width: 165px;
}
.pro_cadre_objet_image {
	
}
.pro_cadre_objet_image img{
	width:140px;
}
.objInfo_oneFrame {
	display: block;
	height: 50px;
	color:1f1a15;
	overflow: hidden;
	background-color: white;
}
.pro_pagelist { 
	margin-bottom: 3px;
	color: #1f1a15;
}
#sort-links {
color:#1f1a15;
margin-bottom:5px;
}

/************************
* MENU
************************/
.pro_vertical_menu {float: left; width:210px; height:100%; margin-left:5px; margin:29px 0px 20px 8px; border:1px solid #6c6451; padding:7px; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.pro_vertical_menu select{width:180px;}
.pro_menu_categorie ul{list-style: none outside; padding:0;}
.pro_menu_categorie li{padding:5px; margin:0 3px 1px 0; background-color:#A09776;}
.pro_menu_categorie li:hover{background-color:#6D5D4F;}
.pro_menu_categorie li:hover a{color:#FFFFFF;}

.pro_menu_categorie a{
	/*color:#8A7D60;*/
	color:#FFFFFF;
}

.categ_list_link{
	font-size:14px;
	/*color:maroon;*/
	text-decoration:none;
}
