var url='http://www.rpublic.tv';
var url_blog='http://blog.rpublic.tv';

document.write('<style type="text/css">');
document.write('#footer {background: url('+ url +'/css/skin/footer.jpg) no-repeat center; padding:0; margin-top:3px; text-align:center; width: 100%; min-height: 60px; color: #fff; font-weight: bold; font-size: 10px;}\n');
document.write('#footer a {color: #fff; text-decoration: none}\n');
document.write('#footer-content {padding:1px 0 1px 0; margin-top:3px; text-align:center;}\n');
document.write('</style>\n');

document.write('</div>');
document.write('<div id="footer" class="clearfl">');
document.write('<a href="'+url+'/" title="rpublic.tv">accueil</a> | '); 
document.write('<a href="'+url+'/actualites" title="Actualit&eacute;s">actualit&eacute;s</a> | '); 
document.write('<a href="'+url+'/plan" title="Plan du site">plan du site</a> | ');
document.write('<a href="'+url+'/mentions" title="Mentions l&eacute;gales">mentions l&eacute;gales</a> | ');
document.write('<a href="'+url+'/contact" title="Contactez-nous">contactez-nous</a> | ');
document.write('<a href="'+url+'/cnil" title="C.N.I.L.">C.N.I.L.</a>');
document.write('<div id="footer-content" class="clearfl">&copy; 2008 <a href="http://wimake.com/" title="wimake - cr&eacute;ation de sites internet">wimake</a></div>');  
document.write('</div>');
document.write('</div>');
