
/**
	/kiotis/theme
	two lines for the tagCloud push
*/

box.dom(document).ready(function() {  
	$('#sendPageConseillere').show();
	$("#js .kiotisPage .tagCloud").addClass("BigHeaderBrandDbLine");
	$('.recruitmentPage').css("background",'url("/img/recruitment/bgd-recruitment.jpg") no-repeat scroll center 70px transparent');
});

