﻿<?php
include ('securite.php');
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
   <head>
       <title>TradiJiu - lucha libre - catch - Bruxelles / Brussels</title>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	   <link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
  <!-- google analytics -->
  <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4941415-4");
pageTracker._setDomainName(".tradiju-lutte-libre.be");
pageTracker._trackPageview();
} catch(err) {}</script>
  </head>
   <body>
   <div class="tout_grand">		 
<div class="tout">

   <div class="header">
   <?php  include_once"methodes.php" ; 
   if(!isset($_GET['act']) 
OR $_GET['act']==NULL 
OR $_GET['act']=="infos")
{$_GET['act']="infos" ;}
   
   
   
   ?>
   <div class="header_texte"><a href="index.php"><img src="img/logo.png" title=" klik om toegang tot de home page / cliquez pour accéder à la page d'accueil - tradi Jujitsu lutte libre Bruxelles logo" alt="TradiJiu - lucha libre - catch - Bruxelles / Brussels logo"/>TradiJiu - lucha libre - catch - Bruxelles / Brussels</a>
   </div>
   </div>
		<div class="menu">
			<ul>
				<a href="?act=infos" title="informations"><li class="<?php activation('infos')?>"> Infos</li></a>
				<a href="?act=photos" title="photos" ><li class="<?php activation('photos')?>">Photos</a></li>
				<a href="?act=videos" title="vidéos" ><li class="<?php activation('videos')?>"> Vidéos</a></li>
			</ul>
		</div>
		
		<div class="contenu">
			<?php include_once"fonct.php"?>
		</div>
		

 


		
	
	<div class="footer">
		Webdesign, logo et charte graphique: ©<a href="http://artlemoine.com">B . Lemoine</a>
		Tous droits réservés depuis 2009. 
		</div>
		</div>
</div>

   </body>
</html>

