body
{
	background-image:URL('http://www.enigmatheque.fr/image/fond.jpg');
	background-color:#2c0a01;
	color:#c99c9b;
	font-family:"Century Schoolbook L", "Comic Sans MS", Verdana, serif;
	text-align:center;
}

a
{
	color:#ff2727;
	text-decoration:none;
	cursor:pointer;
}
a:hover
{
	text-decoration:underline;
}
a:active,a:focus
{
	color:#b00505;
}

#cadre
{
	width:350px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15%;
	background:#1c0d0d;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	border-bottom:4px solid #000000;
	border-right:3px solid #000000;
}

