04/02/2011, 15:15:18 
		
	
	
		bonjour, si tu veux changer juste l'image aux même dimension, alors il te faut uploader et changer le nom de l'image dans la règle CSS de la feuille =>Layout_NCleanBlue
dans la ligne background il y à le nom....
et sinon = http://www.siteduzero.com/tutoriel-3-136...part_13663
	
	
	
	
	
Code :
#logo a {
/* adjust according your image size */
    height: 75px;
    width: 215px;
/* forces full link size */
    display: block;
/* this hides the text */
    text-indent: -9999em;
    margin-top: 0;
    margin-left: 0;
/* you can set your own image here, note size adjustments */
    background: url([[root_url]]/uploads/NCleanBlue/logo.png) no-repeat left top;
}dans la ligne background il y à le nom....
et sinon = http://www.siteduzero.com/tutoriel-3-136...part_13663

