
<?php
  $heure = date('G');
  $head = '';
    $head .= '
	<!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>ArtLemoine.com  graphiste illustrateur  Portfolio</title>


       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 	    <meta name="author" content="Lemoine Baptiste" />
		<meta name="description" content="Le portfolio en ligne de Baptiste Lemoine" />
		<meta name="keywords" content="graphiste val d\'oise, illustrateur, dessinateur de BD, portfolio Baptiste Lemoine, portfolio tykayn, dessin érotique, dessin de nu, ESA saint luc, webdesign, php, css, xhtml, portfolio, book, illustrations, dessins, tykayn, tykay, baptiste lemoine, expériences, recherche" />
		<meta name="reply-to" content="tykayn@gmail.com" /><!-- Adresse de contact -->	<meta name="author" content="tykayn - Baptiste Lemoine" />
<!-- Description de la page -->
<meta name="description" content="Portfolio, dessins illustrations, CV de Tykayn" />   <link rel="shortcut icon" type="image/x-icon" href="decoration/favicon.png" />
	   <link rel="alternate" type="application/rss+xml" title="ArtLemoine Portfolio" href="artlemoine.xml" />
	   ';
 if ( $heure>=8 &&  $heure <20){  $head .='<link rel="stylesheet" media="screen" type="text/css" title="design de jour" href="design_jour.css"/>';} 
else{  $head .='<link rel="stylesheet" media="screen" type="text/css" title="design de nuit" href="design_nuit.css"/>'; }

 include_once('google_analytics.html');

   $head .= '
	</head>
	';
echo $head;

?>
