Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

47 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang='fr' xml:lang='fr' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html;charset=UTF-8' http-equiv='content-type'>
<title>
Erreur 422
</title>
<style type="text/css">
body {
background: #3f94eb;
font-family: verdana;
-webkit-font-smoothing: antialiased;
font-size: 13px;
font-family: "Lucida Grande", arial, helvetica, sans-serif; }
body #title {
width: 520px;
margin: auto;
margin-top: 10%;
color: #9fc9f5;
text-shadow: 0 1px 1px #3f94eb;
padding: 0px;
text-transform: uppercase; }
body #main {
background: white;
width: 500px;
padding: 10px;
margin: auto;
-webkit-box-shadow: #666666 0px 0px 20px;
-moz-box-shadow: #666666 0px 0px 20px;
box-shadow: #666666 0px 0px 20px; }
</style>
</head>
<body>
<div id='title'><h1>Erreur 422</h1></div>
<div id='main'>
<p> Nous sommes désolé mais votre demande n'a pas pue être exécutée.
</p>
</div>
</body>
</html>