body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/*BASE*/

/* @group Main */

a.header {
	display: block;
	width: 800px;
	height: 100px;
	background: url(./images/header.png) no-repeat scroll center;
}

body {
	display: block;
	background: #e9e9e9 none repeat;
	width: 800px;
	text-align: justify;
	font: normal 16px/16px "minui34", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	margin: 0 auto;
	height: 100%;
}

/* @group Links */

.links {
	margin-bottom: 85px;
	list-style-type: none;
	padding: none;
	display: block;
	width: 800px;
	text-align: center;
}

.links img, .links a {
	border: none;
	padding: none;
	margin: none;
	display: block;
}

/*.links a.madeck {
	background-image: url(/images/madeck.png);
}

.links a.domachie {
	background-image: url(/images/domachie.png);}

.links a.forum {
	background-image: url(/images/forum.png);
}*/

.links a.mail {
	background-image: url(/images/mail.png);
}

.links a.cal {
	background-image: url(/images/cal.png);
}

.links a.docs {
	background-image: url(/images/docs.png);
}

.links a {
	float: left;
}

/* @end */

.center {
	text-align: center;
}

p.first {
	margin-top: 6px;
}

/* @group quote */

.quotem, .quoted {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: normal;
}

.quotem:before, .quoted:before {
	content: '‟';
	font-weight: bold;
}

.quotem:after {
	content: '” ¬Madeck';
	font-weight: bold;
}

.quoted:after {
	content: '” Domachie°';
	font-weight: bold;
}

/* @end */

p {
	margin-bottom: 8px;
}

p:first-line {
	padding-left: 12px;
}

h1, h2, h3, h4 {
	margin-bottom: 24px;
}

/* @end

 */

a.footer {
	position: relative;
	bottom: 0;
	display: block;
	width: 800px;
	height: 80px;
	background: url(./images/footer.png) no-repeat scroll center;
}

a {
	text-decoration: none;
	color: #666;
	text-shadow: #fff 0 1px 0px;
}

p a {
	border-bottom: 1px dashed #ccc;
}

a:hover {
	color: #111;
	text-decoration: none;
	background-color: rgba(255,255,255,.5);
	border-color: #666;
}

.clear {
	clear: both;
}

#ouverturefacile li {
	display: block;
	text-align: center;
	width: 120px;
	height: 40px;
	float: left;
}

#ouverturefacile li a {
	padding: 10px;
	border-radius: 5px
}

html, body { display: block !important; }
