/*********************************************************
 * 
 * actualite_hp_rubrique_view.js - v1.0
 * 
 ********************************************************/










/*********************************************************
 * 
 * Appel des fonctions au chargement
 * 
 ********************************************************/
$(function(){
	
	initStyleFix();

});










/*********************************************************
 * 
 * Liste des fonctions
 * 
 ********************************************************/



/*********************************************************
 * initStyleFix
 * Corrige certains styles (bordures etc.)
 ********************************************************/
function initStyleFix(){
	$("#page_main_content .sous_rubrique .news_block:last-child").css({"border-bottom-width":0});
}



/*********************************************************
 * myFunction
 * Description de la fonction
 ********************************************************/
function myFunction(){
	//content here
}






