@charset "UTF-8";

/****************** LEFT COL LISTES *******************/
#main .leftcol,#main .centercol{
	margin-top:20px;
}
#main .leftcol{
	float:left;
	width:230px;
}

#main .leftcol .leftlist{
	width:190px;
	padding:15px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;  
	-khtml-border-radius:4px;  
	border:1px solid #acaaa5;
	margin-bottom:20px;
	font-family: 'Share', cursive;
	padding-bottom: 5px;
}

#main .leftcol .leftlist .title{
	color:#444240;
	font-size:28px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acaaa5;
	*/padding-bottom: 10px;
	margin-bottom:0px;
	margin-top: 5px;
}

#main .leftcol .leftlist .title img {
	vertical-align: text-bottom;
}

#main .leftcol .leftlist ul{
	list-style:none;
}

#main .leftcol .leftlist ul li a,#main .leftcol .leftlist ul li.active li a{
	background-image:url(../images/li_list_off.png);
	color:#444240;
	opacity:0.7;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acaaa5;
	display:block;
	font-size:15px;
	font-weight:normal;
}
#main .leftcol .leftlist ul li.first a{
	border-top-color:#555147;
}


#main .leftcol .leftlist ul li a:hover,#main .leftcol .leftlist ul li.active a{
	background-image:url(../images/li_list_on.png);
	color:#669900;
	font-weight:bold;
	opacity:1.0;	
}


#main .leftcol .leftlist ul li li{
	margin-left:15px;
}


/****************** PUB *******************/
.pub{
	clear:both;
/*	height:165px;
	margin-top:40px;
	margin-bottom:40px;
	clear:both;
	*/
}
.pub .encart{
	margin-top:40px;
	margin-bottom:40px;
	flaot:left;
}


/****************** CONTENT *******************/

#main .centercol{
	float:right;
	width:785px;
}

