/******************************************************/
/*					Sidebar		 					  */
/******************************************************/

#sidebar{
	color: #4A3315;
}
	
				
#sidebar a{
	color: #4A3315;
}
		#sidebar a:hover{
			color: #857e77;
		}
		
		
#sidebar .cat{
	font-size: 1.4em;
	color: #4A3315;
	padding: 7px 0 5px 0;
}
		#sidebar .cat a{
			color: #4A3315;
		}
		#sidebar .cat a:hover{
			color: #857e77;
		}
		
		
#sidebar .hr{
	border-bottom: solid 1px #bcb3a8;
	margin: 5px 0 5px 0;
}


#sidebar .themes{
	line-height: 15px;
	padding-left:5px;
	margin-bottom: 10px;
}
	#sidebar .themes a{
		margin:2px;
	}
	#sidebar .themes .tag_1{font-size:11px;color: #845a28}
	#sidebar .themes .tag_2{font-size:13px;color: #765223}
	#sidebar .themes .tag_3{font-size:14px;color: #64451e}
	#sidebar .themes .tag_4{font-size:15px;color: #563c19}
	#sidebar .themes .tag_5{font-size:16px;color:#4A3315}
	
#sidebar .admin{
	border-left:  solid 2px #bcb3a8;
	padding:5px;
	margin-left:5px;
}
	#sidebar .admin .head{
		font-weight: bold;
		padding:6px 0 0 0;
	}
	#sidebar .admin li{
		padding:2px;
	}

#sidebar .recherche{
	border: 1px solid #bcb3a8;
	background: #FFF;
	color: #4A3315;
	padding:5px;
	font-size:11px;
}
#sidebar .bouton{
	border: 1px solid #bcb3a8;
	background: #ccc0b4;
	color: #4A3315;
	padding:5px;
	font-size:11px;
}
