/* PLUME CMS Style Sheets for Michat Electronique template */
/* (c) 2007 - Eric Jouffrey*/
/* Create date : 21/05/2007  */
/* RIGHT COLUMM STYLE SHEET */

#rightCol{
	background-color: #CDBD9E;
}
#rightCol h2{
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	margin-top:20px;
	font-family:"Optima Roman" Verdana;
	color:#5E5348;
}
#rightCol ul.category{
	margin-top:20px;
	position:relative;
	left:25px;
	width:140px;
	text-indent:0px;
	list-style:none;
}
#rightCol ul.category li a{
	color:#56504A;
}
#rightCol ul.category li a:hover{
	color:#C22A2E;
}
#rightCol ul.category li{
	margin-bottom:10px;
	background: url("img/arrowRight.gif") no-repeat top left;
	padding-left:13px;
}
#rightCol ul.category ul.subCategory{
	list-style:none;
	list-style-image:none;
	text-indent:20px;
	margin-bottom:20px;
}
#rightCol ul.category ul.subCategory li{
	margin-bottom:0px;
	background:none;
	padding-left:0px;
}
