* {
	margin:0;
	padding:0;
}

html, body, #wrap {
	height: 100%;
}
 
body > #wrap {
	height: auto; 
	min-height: 100%;
}


body {
	background-color: #ff558c;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/lulu/degrad_lulu.png);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-size: 13px;
	font-weight: normal;
	color: #2D1310;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p a {
	color: #600;
	text-decoration: none;

}

p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}

#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
	background-color: black;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #d51774;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: black;
}

h2 a {
	color: black;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin-top: 20px;
	text-align: center;
}

h4 a {
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h4 a:hover {
	color: white;
	text-decoration: underline;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2D1310;
	padding: 0px;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#imgs_pyramide {
	border: 1px solid black;
}

.colorPink {
	color: #600;
}

.colorBrown {
	color: #600;
	font-size: 12px;
}

#master {
	padding-bottom: 50px;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	z-index: 1;
	left: 50%;
	clear: both;
}

#tab {
	margin: 0px;
	padding: 0px;
}

#menu_top {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}

#mov {
	position: absolute;
	z-index: 2;
	left: 922px;
	top: 199px;
}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}