/*
Theme Name: max
Theme URI: http://www.morphemzero.be/
Description: Maxime Monfort V2
Version: 0.1
Author: MorphemZero
 
*/

/*** corps de la page web ***/

html {
	height: 100%;
}


body {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
	text-align: left;
	background: #f3f2ec;
	color: #262934;
	margin: 0;
	padding: 0;
	height: 100%;
}

#bg_header {
	width: 100%;
	background: url(bg-ent.jpg) repeat-x;
	margin-top: 298px;
	height: 100%;
}

#page {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}

#entete {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 518px;
	background: url(maxime-monfort.jpg) no-repeat;
	top: 0px;
	margin-top: -298px;
	position: relative;
}

h1 {
	padding: 0 40px 0 0;
	margin-top: 400px;
	font-size: 3.7em;
	float: right;
}

h1 a {
	color: #18b2dc;
}

h1 a:hover {
	color: #18b2dc;
}

.description {
	margin: 460px 30px 0 517px;
	width: 410px;
	font-size: 1.4em;
	color: #fdfcfc;
	position: absolute;
		letter-spacing: 1.9px;
}

#menu {
	margin: 20px 20px 20px 0;
	float: right;
}

#menu ul li {
	float: left;
	margin-right: 15px;
	list-style-type: none;
	font-size: 1em;
	color: #3c575a;
}

#menu ul li a {
	color: #3c575a;
}

#menu ul li a:hover {
	color: #18b2dc;
}

/*** footer ***/

#footer {
	width: 960px;
	font-size: 1em;
	color: #666;
	border: 0px solid #c0c29a;
	margin: 20px 0 20px 0;
	background: #fff;
	clear: both;
}

#footer a {
	color: #18b2dc;
}

#footer p{
	text-align: right;
	font-size: 0.8em;
	padding: 0 30px 20px 0;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
