/* CSS BCW Kilian Hauray */
/* On part du bon pied */ 
@font-face {
	font-family: 'QlassikBoldRegular';
	src: url('QlassikBold_TB.eot');
	src: local('Qlassik Bold'), local('QlassikBold'), url('QlassikBold_TB.ttf') format('truetype'), url('QlassikBold_TB.svg#QlassikBold') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
.clear {
	visibility: hidden;
	clear: both;
	}
/* On pose les fondations */
body {
	background:#d4ceb9;
	text-align: center;
	margin: 120px 0 0;
	}
#page {
	width: 360px;
	height: 360px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	font-family: "Qlassik Bold", QlassikBoldRegular, "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #dd710e;
	background: url(../img/kilianhauray.png) no-repeat 265px top;
	}
#header {
	height: 145px;
	}
#wrapper {
	text-align: center;
	}
#footer {
	margin: 40px 0 0;
	text-align: center;
	color: #beb8a2;}
/* On décore les murs */
#header h1 {
	text-transform: lowercase;
	font-size: 36px;
	margin-bottom: 10px;
	}
#header p {
	}
#wrapper li a {
	float: left;
	display: block;
	width: auto;
	padding: 3px 6px;
	margin: 5px 10px;
	background: #dd710e;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dd710e;
	}
	#wrapper li a:hover {
		background: #d4ceb9;
		color: #dd710e;
		}
	

	
