$path = $_SERVER['REQUEST_URI'];
if (($path == $GLOBALS['base_path'].'societe/historique') OR ( $path == $GLOBALS['base_path'].'societe/')) {
?>
}
if ($path == $GLOBALS['base_path'].'societe/activites') {
?>
}
if ($path == $GLOBALS['base_path'].'societe/partenaires') {
?>
}
if ($path == $GLOBALS['base_path'].'societe/contact') {
?>
}
?>