
/* ==================== */
/* --- POPULAR NEWS --- */
/* ==================== */

#sidebar h3{
    text-transform:uppercase;
    color:#FFF;

	padding:20px 0 0 0;  
}

#popularNews{
    	margin:20px 0;

	color:#7e5798;  
}

#popularNews *{
	color:#7e5798;  
}

#popularNews a{

    margin-left:5px;
}

#popularNews #titre{
    text-transform:uppercase;

}

#popularNews #datetime{

}

#popularNews #vus{
    color:white;
}

#popularNews #photo{
    float:left;
    padding-right:5px;
    width:105px;
    height:100px;  
	background:url(../img/popular.jpg) no-repeat top right;
}

#last.ON, #pop.ON{
    	text-transform:lowercase;
    	font-weight:normal;
    	padding:5px;

  	border: solid #7e5798;
	border-width:2px 0; 
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#7e5798;   
}

#last.OFF, #pop.OFF{
    	text-transform:lowercase;
    	font-weight:normal;
    	padding:5px;

	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
  	border: solid #FFF;
	border-width:2px 0;
        color:#FFF;
}

#pop{

	margin:10px 0px;
} 

#last{

		margin:10px 0;   
}
