<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Scores &amp; D&eacute;cisions - Erreur <?=$_REQUEST['errtyp']?></title>
  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
  <link rel="icon" href="animated_favicon.gif" type="image/gif" />
<style>
a{
text-decoration:none;
}
</style>
<base href="<?=SITEINST_URL2?>" />
</head>
<body bgcolor="#ffffff"><!--background="./img/fond_rayures.gif"-->
<center>
<table cellpadding="0" cellspacing="0" width="750" height="500" background="./img/fond_rayures.png">
<tr>
  <td valign="top" width="750" height="120" align="right" background="./img/entete.jpg">&nbsp;</td>
</tr>
<tr>
  <td valign="top" width="750" height="400">
	<table border="0" cellpadding="20" cellspacing="20" width="750" height="400">
	<tr>
	  <td valign="top" width="200"><font face="Arial, Helvetica, sans-serif" size="3">Erreur <?=$_REQUEST['errtyp'].' - ';

	  switch ($_REQUEST['errtyp']*1) {
	  	case 400:
			echo "BAD REQUEST<br/><font size=\"2\"><p>Syntaxe de la requ&ecirc;te incorrecte !<p></font>";
	  		break;
	  	case 401:
			echo "UNAUTHORIZED<br/><font size=\"2\"><p>Acc&egrave;s non authoris&eacute; !<p></font>";
	  		break;
	  	case 402:
			echo "PAYMENT REQUIRED<br/><font size=\"2\"><p>Donn&eacute;es de paiement incorrectes !<p></font>";
	  		break;
	  	case 403:
			echo "FORBIDDEN<br/><font size=\"2\"><p>Acc&egrave;s interdit !<p></font>";
	  		break;
	  	case 404:
			echo "NOT FOUND<br/><font size=\"2\"><p>La page demand&eacute;e n'existe pas !<p></font>";
			break;
	  	case 500:
			echo "INTERNAL ERROR<br/><font size=\"2\"><p>Erreur serveur inattendue !<p></font>";
			break;
	  	case 501:
			echo "NOT IMPLEMENTED<br/><font size=\"2\"><p>Service non impl&eacute;ment&eacute; !<p></font>";
			break;
	  	case 502:
			echo "SERVICE TEMPORARILY OVERLOADED<br/><font size=\"2\"><p>Serveur temporairementsurcharg&eacute; !<p></font>";
			break;
		default:
			echo "INTERNAL ERROR<br/><font size=\"2\"><p>Erreur serveur inattendue !<p></font>";
	  		break;
	  }
	  
	  ?><br/>
	  <p><a href="Javascript:history.back()">Retourner � la page pr�c�dente.</a><br/>
	  <br/>
	  <a href="<?=EXTRANET_URL?>">Revenir � l'accueil du site.</a></p>
	  </font></td>
	</tr>
	</table>
  </td>
</tr>
</table>
<font size="1" face="Arial, Helvetica, sans-serif">&copy; 2006-<?=date('Y')?> Scores &amp; D&eacute;cisions SAS - Tous droits r&eacute;serv&eacute;s</font>
</center>
</body>
</html>