/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color:#Fef7df;
	color: #Fef7df;
}

#page {
	width:600px;
	height:350px;
	margin:10px auto;
}

#cadre {
	width:600px;
	height:300px;
	overflow:hidden;
	border:5px double #957b64;
}



h1 {
	display:none;
	color: #683435;
	margin:5px 0;
}


#clr {
	clear:both;
	}
	
#pied div {
	float:left;
	margin:3px;
}

a {
	color:#957b64;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

address {
	font-size:0.9em;
}

q {
	color:#957b64;
	font-size:7px;
	text-align:right;
}
