function cadrage(){
	
	var x = screen.width;
	if(x<1000){
		x = 1000;	
	}
	document.getElementById("cadrage").style.width = x+"px";

}


function change_rss_over(){

	document.getElementById("rss").src = "../images/flux_rss_on.jpg";
}

function change_rss_out(){

	document.getElementById("rss").src = "../images/flux_rss_off.jpg";
}

function change_go_over(){

	document.getElementById("go").src = "../images/go_on.jpg";
}

function change_go_out(){

	document.getElementById("go").src = "../images/go_off.jpg";
}

function change_news_over(id){
	document.getElementById(id).style.display = "block";
}

function change_news_out(id){
	document.getElementById(id).style.display = "none";
}

function change_annee_over(id){
	
	document.getElementById(id).src = "../images/archive/"+id+"_roll.jpg";
	
}

function change_annee_out(id){
	document.getElementById(id).src = "../images/archive/"+id+".jpg";
}

function change_last_post_in(id){
	
	document.getElementById(id).src = "../images/last_post_in/"+id+"_over.png";
	
}

function change_last_post_in_out(id){
	document.getElementById(id).src = "../images/last_post_in/"+id+".png";
}

function change_num_visu_over(id){
	
	document.getElementById(id).src = "../images/portfolio/autres_visu/"+id+"_over.jpg";
	
}

function change_num_visu_out(id){
	document.getElementById(id).src = "../images/portfolio/autres_visu/"+id+".jpg";
}

function change_mois_over(id, annee){
	
	document.getElementById(id+"_"+annee).src = "../images/archive/mois/"+id+"_roll.jpg";
	
}

function change_mois_out(id, annee){
	document.getElementById(id+"_"+annee).src = "../images/archive/mois/"+id+".jpg";
}

function change_meta_entree_over(id){
	
	document.getElementById(id).src = "../images/"+id+"_over.png";
	
}

function change_meta_entree_out(id){
	document.getElementById(id).src = "../images/"+id+".png";
}



//----------------
function change_annee_over_admin(id){
	
	document.getElementById(id).src = "../../images/archive/"+id+"_roll.jpg";
	
}

function change_annee_out_admin(id){
	document.getElementById(id).src = "../../images/archive/"+id+".jpg";
}

function change_mois_over_admin(id, annee){
	
	document.getElementById(id+"_"+annee).src = "../../images/archive/mois/"+id+"_roll.jpg";
	
}

function change_mois_out_admin(id, annee){
	document.getElementById(id+"_"+annee).src = "../../images/archive/mois/"+id+".jpg";
}
//----------------

function deroule_mois(annee){
	
	$("#mois_2011").slideUp(1000);
	$("#mois_2010").slideUp(1000);
	$("#mois_2009").slideUp(1000);
	$("#mois_2008").slideUp(1000);
	$("#mois_2007").slideUp(1000);
	$("#mois_2006").slideUp(1000);
	$("#mois_2005").slideUp(1000);
	$("#mois_2004").slideUp(1000);
	$("#mois_2003").slideUp(1000);
	
	
	if(document.getElementById("mois_"+annee).style.display == "block"){
	
		$("#archive").animate({height: "570px"}, 1000);
	}
	else {
		
		$("#archive").animate({height: "800px"}, 1000);
		$("#mois_"+annee).slideDown(1000);
	}
	
	
}

function deroule_mois_portfolio(annee){
	
	$("#mois_2011").slideUp(1000);
	$("#mois_2010").slideUp(1000);
	$("#mois_2009").slideUp(1000);
	$("#mois_2008").slideUp(1000);
	$("#mois_2007").slideUp(1000);
	$("#mois_2006").slideUp(1000);
	$("#mois_2005").slideUp(1000);
	$("#mois_2004").slideUp(1000);
	$("#mois_2003").slideUp(1000);
	
	var annee_over = 2003;
	
	while(annee_over < 2012){
		
		document.getElementById("annee_"+annee_over).src = "../images/archive/annee_"+annee_over+".jpg";
		
		document.getElementById("janvier_"+annee_over).src = "../images/archive/mois/janvier.jpg";
		document.getElementById("fevrier_"+annee_over).src = "../images/archive/mois/fevrier.jpg";
		document.getElementById("mars_"+annee_over).src = "../images/archive/mois/mars.jpg";
		document.getElementById("avril_"+annee_over).src = "../images/archive/mois/avril.jpg";
		document.getElementById("mai_"+annee_over).src = "../images/archive/mois/mai.jpg";
		document.getElementById("juin_"+annee_over).src = "../images/archive/mois/juin.jpg";
		document.getElementById("juillet_"+annee_over).src = "../images/archive/mois/juillet.jpg";
		document.getElementById("aout_"+annee_over).src = "../images/archive/mois/aout.jpg";
		document.getElementById("septembre_"+annee_over).src = "../images/archive/mois/septembre.jpg";
		document.getElementById("octobre_"+annee_over).src = "../images/archive/mois/octobre.jpg";
		document.getElementById("novembre_"+annee_over).src = "../images/archive/mois/novembre.jpg";
		document.getElementById("decembre_"+annee_over).src = "../images/archive/mois/decembre.jpg";

		
		annee_over++;
	}
	
	
	document.getElementById("annee_before").src = "../images/archive/annee_before.jpg";
	
	
	
	
	if(document.getElementById("mois_"+annee).style.display == "block"){
	
		//$("#archive_portfolio").animate({height: "550px"}, 1000);
		$("#archive_portfolio_fond").animate({height: "570px"}, 1000);
		$("#about_me").animate({top: "330px"}, 1000);
	}
	else {
		
		//$("#archive_portfolio").animate({height: "790px"}, 1000);
		$("#archive_portfolio_fond").animate({height: "810px"}, 1000);
		$("#mois_"+annee).slideDown(1000);
		$("#about_me").animate({top: "570px"}, 1000);
	}
	
	
}

var j = 0;
function news_suivant(){
	
	if(j==3){
		$("#mini_over_"+j).hide();
		$("#news_content_"+j).hide();
		j = 0;
		$("#mini_over_"+j).fadeIn();
		$("#news_content_"+j).show();
	}
	else{
		
		$("#mini_over_"+j).hide();
		$("#news_content_"+j).hide();
		j++;
		$("#mini_over_"+j).fadeIn();
		$("#news_content_"+j).show();
	}
}

function news_precedent(){
	
	if(j==0){
		$("#mini_over_"+j).hide();
		$("#news_content_"+j).hide();
		j = 3;
		$("#mini_over_"+j).fadeIn();
		$("#news_content_"+j).show();
	}
	else{
	
		$("#mini_over_"+j).hide();
		$("#news_content_"+j).hide();
		j--;
		$("#mini_over_"+j).fadeIn();
		$("#news_content_"+j).show();
	}
}

var init = 0;

function defile_news(){

	if(init==1){
	
		//alert('avant');
		$("#news_content_"+j).hide();
		$("#mini_over_"+j).hide();
		//alert('avant');
		if (j==3){
			j=0;
		}
		else{
			j++;
		}
		
		$("#mini_over_"+j).fadeIn();
		$("#news_content_"+j).fadeIn();
		
		
		
	}
	else{
		init = 1;
	}
	setTimeout("defile_news()", 6000);

}

function set_miniature(indice){
	
	var compte = 0;
	while(compte<4){
		$("#news_content_"+compte).hide();
		$("#mini_over_"+compte).hide();
		compte++;
	}
	
	$("#news_content_"+indice).fadeIn();
	$("#mini_over_"+indice).fadeIn();
	j=indice;
}


function recent_visu_over(id){
		
		document.getElementById(id+"_over").style.display = "block";
}

function recent_visu_out(id){
		
		document.getElementById(id+"_over").style.display = "none";
}

function miniature_portfolio_over(num){
		document.getElementById("miniature_portfolio_over_"+num).style.display = "block";
}	

function miniature_portfolio_out(num){
		document.getElementById("miniature_portfolio_over_"+num).style.display = "none";
}	

function position_footer(hauteur){
	
		var height = hauteur + 20;
		var pagination = hauteur - 627;
		var height_footer = hauteur + 329;
	
		
		
		if(hauteur < 1437){
			document.getElementById("meta").style.top = "1437px";
			document.getElementById("general").style.height = "1457px";
			document.getElementById("pagination").style.top = "810px";
	
		}
		else {
		
			document.getElementById("meta").style.top = hauteur+"px";
			document.getElementById("general").style.height = height+"px";
			document.getElementById("pagination").style.top = pagination+"px";
		
		}
		
		
		
		
		
		
}

function position_footer_portfolio(hauteur){
	
		var height = hauteur + 60;
		var pagination = hauteur - 27;
		var height_footer = hauteur + 329 + 40;
		var hauteur_meta = hauteur + 40;
	
		
		
		if(hauteur < 974){
			document.getElementById("meta").style.top = "974px";
			document.getElementById("general").style.height = "994px";
			document.getElementById("pagination").style.top = "907px";
	
		}
		else {
		
			document.getElementById("meta").style.top = hauteur_meta+"px";
			document.getElementById("general").style.height = height+"px";
			document.getElementById("pagination").style.top = pagination+"px";
	
		}
		
}

function tourne_page(num_page, total){
	
	var k=1;
	
	while(i<total){
	
		$("#page_"+k).hide();
		k++;
	}
	
	$("#page_"+num_page).show();
	
}


function position_footer_projet(hauteur, orientation){
	
		
		if(orientation == 'H'){
			var height = hauteur + 996 - 20;
		}
		else {
			var height = hauteur + 1208;
		}
		
		var height_com = document.getElementById("message_commentaire").offsetHeight;
		
		var height_general = height + 20 + height_com;
		var height_footer = height + 329 + height_com -20;
		
		var height = height_com + height;
	
		
		document.getElementById("meta").style.top = height+"px";
		document.getElementById("footer").style.top = height_footer+"px";
		document.getElementById("general").style.height = height_general+"px";
		
		
}

function change_valider_over(){
	
	document.getElementById("valider_over").style.display = "block";
}

function change_valider_out(){
	
	document.getElementById("valider_over").style.display = "none";
}

function valid_comment(){
	
	document.comment.submit();
}

function valid_comment2(par){
	
	document.comment.action.value = par;
	document.comment.submit();
}

function valid_popup(){
	document.getElementById("valid_popup_img").style.display = "none";
}

function change_up_over(id, nom){
	
	document.getElementById(id).src = "../images/about_me/"+nom+"_over.jpg";
}

function change_up_out(id, nom){
	
	document.getElementById(id).src = "../images/about_me/"+nom+".jpg";
}

function change_mail_over(id){
	document.getElementById(id).src = "../images/contact/"+id+"_over.jpg";
}

function change_mail_out(id){
	document.getElementById(id).src = "../images/contact/"+id+".jpg";
}
