Bonjour,
je voudrais savoir si on peut changer le copyright de place.
Par exemple supprimer totalement dans 
ce kit graph :
	Code:
	<!--DEBUT DU DROIT D'UTILISATION. NE PAS SUPPRIMER OU MODIFIER CES LIGNES. SI VOUS LES SUPPRIMEZ OU LES MODIFIEZ UN MESSAGE D'ALERTE APPARAITRA QUAND VOTRE SITE SERA EN LIGNE.-->
		<div id="copy" style="height: 75px; position: absolute; bottom: 0px; left:0px; border: none; width: 100%;"><br/><br/><br/>
			<div id="free-flash-header" style="width:820px;margin:0 auto;text-align:right;position:relative;bottom:0px;margin-top:63px;color:#B9B9B9;font-size:10px;font-family:Verdana"><strong>kit graphique</strong> sur <a href="http://www.kitsgratuits.com/"><strong>kit graphique</strong></a></div>																			 
		</div>	
		<!--FIN DU DROIT D'UTILISATION-->
 Et mettre le copyright comme ceci :
	Code:
	<div id="footer" class="copy">
			© Copyright 2010 Your Company. All rights reserved
			<span style="float:right;"><strong>kit graphique</strong> sur <a href="http://www.kitsgratuits.com/"><strong>kit graphique</strong></a></span>
		</div>
 Je pose la question vu qu'il y a un message d'alerte quand je l'ai modifié de place...
Merci.