/* Modif de common.css pour adapation
a 1024 px de large */

#header .cont {
	width:980px;
/*	border:1px yellow solid;*/
}

#images .cont {
	width:980px;
/*	border:1px yellow solid;*/
}

#images ul {
	left:-460px;
}

#thumbs {
	width:980px;
/*	border:1px yellow solid;*/
}

/* Centrage des vignettes */
/* (980px - (nbimages * 90px))/2 */
#thumbs #thumbcnt {
	left:80px;
}

#footer {
	width:980px;
/*	border:1px yellow solid;*/
}

