$(document).ready(function() {

	$("table.srg-srr tr:even").css("background-color", "#DDDDDD");
  	$("table.srg-srr tr:odd").css("background-color", "#F4F4F4");

	$(".text-content ul.tabs").tabs("div.panes > div");
	
	$(".tabs li").click(function() {
  		height_content_left = $(".text-content").height();
		height_menu_left = $("#menu-left").height();
		$("#menu-left").height(height_content_left+5);
	});
	
	$('table tr td a').each(function() {
    	html_content = $(this).html();
    	if(html_content == "Visiter le site"){
    		$(this).addClass("link_site");
    	}
 	});
 	
 	$('.page_social_network table tr').each(function() {
    	$(this).children("td").eq(0).css("width","290px");
 	});
 	
 	$("#content_page a img").parent("a[href$='.png']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$("#content_page a img").parent("a[href$='.jpg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$("#content_page a img").parent("a[href$='.jpeg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$("#content_page a img").parent("a[href$='.jpg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$("#content_page a img").parent("a[href$='.gif']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$(".text-content a img").parent("a[href$='.png']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$(".text-content a img").parent("a[href$='.jpg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$(".text-content a img").parent("a[href$='.jpeg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
 	$(".text-content a img").parent("a[href$='.jpg']").colorbox({maxHeight:"90%", maxWidth: '90%'});
	$(".text-content a img").parent("a[href$='.gif']").colorbox({maxHeight:"90%", maxWidth: '90%'});
	
	$('#tsr_contact').mSelect({defaut: 'Faites votre choix'});
	
	$(".mOption").hover(
	function () {
		$(this).css("color","#AE1020");
	}, 
	function () {
		$(this).css("color","#000000");
	}
	);	
  	
});
