*
{
	margin : 0;
	padding: 0;	
}

#header
{
	width: 100%;
	height: 200px;
	background-color: #879eac;
	background-image: url("img/les-histoires-de-kiki.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#menu1
{
	width: 100%;
	height: 40px;
	background-color: #879eac;
}

#menu
{
	width: 775px;
	height: 40px;
	background-color: #879eac;
	margin-left: auto;
	margin-right: auto;
}

#menu li
{
	vertical-align: middle;
	display: inline;
	font-family: "Hobo Std";
	color: white;	
	font-size: 30px;
	margin-right: 40px;
	margin-left: 15px;
}

#menu a
{
	text-decoration: none;
	color: white;	
}

#menu a:hover
{
	color: #c4d2da;	
}

#menu3
{
	width: 160px;
	height: 700px;
	position: absolute;
	margin-left: 740px;
	margin-top: -50px;
	font-family: "Hobo Std";
	color: white;
 }

#menu3 h2
{
	margin-left: 20px;	
	padding-top: 40px;
}

#menu3 li
{
	margin-left: 40px;
	margin-top: 15px;
}

#top
{
	width: 160px;
	height: 50px;
	background-image: url("img/top.png");	
}

#bottom
{
	background-color: #658ba2;
	height: 650px;
}	

#contenu
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.photo
{
	width: 720px;
	padding-top: 35px;	
	padding-bottom: 25px;
	border-bottom: 2px dotted #879eac;
	margin-bottom: 25px;
}

.photo h1
{
	font-family: "Hobo Std";
	color: #879eac;	
}

.photo p
{
	color: #879eac;		
}

.photo img
{
	border: 5px solid #879eac;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.plus
{
	color: #879eac;	
	text-align: right;
	margin-right: 160px;
	margin-bottom: 10px;
}

#footer
{
	width: 100%;
	height: 200px;
	background-color: #879eac;
	mrgin-bottom: 0;
}