*{
	margin:0;
	padding:0;
}

body {
	background-color:#2e0d21;
}

#titre {
	width: 320px;
	text-align: center;
	margin: 10px auto;
}

h1 {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 25px;
	text-align: center;
}

#papa {
	width:320px;
	background-color:#eee6d4;
	border:2px solid #c4a42c;
	margin:auto;
}

#logo {
	width:150px;
	margin: auto;
}

#menu {
	width:153px;
	margin:10px auto;
}

li {
	margin-top:10px;
	text-align:center;
}

ul {
	list-style-type:none;
}

a {
	text-decoration:none;
	color:#c4a42c;
	font-family:Trebuchet MS;
	font-size:18px;
}

a:hover {
	color:#000;
}

.lienactif {
	color:#000;
}

/*burger*/

#connection {
    height: 0px;
    margin-bottom: 5px;
	overflow: hidden;
	transition: height 1.5s;
}  
#connection:target {
	height: 150px;
}
.fermer { float: left;}

/*Fin burger*/

#zazen {
	/*width:200px;
	height:266px;*/
	width: 600px;
	margin:auto;
}

#centre {
	width: 320px;
	text-align: center;
	margin: auto;
}

h2 {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 20px;
	text-align: center;
}

p {
	font-size:16px;
	font-family:Trebuchet MS;
	text-align:center;
}

#pttphoto {
	width:154px;
	margin:auto;
}

/*contact*/

.antispam { display:none;}

.calage {
	float:left;
	width:150px;
	margin-left:30px;
	font-family:trebuchet MS;
	font-style:italic;
	font-size:17px;
	color:#000;
}

.style5 {
	font-family:verdana;
	Color:#000;
	font-size:13px;
	margin-left:30px;
}