body{
	font: 12px verdana; 
	color: #555753; 
	margin:0px;
	background-color:#ad9060;
}

h1 {
	display:none;
}

a img {
	border:none;
}

input.texte,textarea.texte {
	font-size:1em;
	background-color:#EFC383;
	border:solid 1px #AD9060;
}
input.boutton {
	font-weight:bold;
	background-color:#EFC383;
	color:#555753;
	border:solid 1px #AD9060;
	font-size:1em;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}

select {
	background-color:#EFC383;
}

.erreur {
	text-align:center;
	color:#C00;
}

img.titre {
	margin-top:10px;
	margin-bottom:10px;
}

#container{
	margin-top:4px;
	width:800px;
	background-color:#eab15e;
	border:solid 3px #997957;
	background:url(gfx/bas.jpg) #eab15e no-repeat right bottom;
}

#bandeau{
	width:800px;
	height:120px;
	background:url(gfx/bandeau4.jpg) no-repeat;
}

#bandeau_print {
	display:none;
}

#menu{
	border-top:solid white 2px;
	border-bottom:solid white 2px;
	width:800px;
	height:20px;
	background:url(gfx/fond-menu.png) #816647;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	color:#F7D96F;
}

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

#menu a:hover{
	color:#F7D96F;
	text-decoration:underline;
}

#menu span,#menu a {
	padding-right:20px;
}

* html #menu{
	height:30px;
	padding-top:4px;
}

a.lien{color:#2D241B;text-decoration:none;}
a.lien:hover{color:#524130;text-decoration:underline;}

@media print {
	#bandeau_print	{	border-top:solid 1px #AD9060;
						border-bottom:solid 1px #AD9060; 
						display:block; }

	#credit,#menu,#bandeau { display:none; }
	#container		{ border:none; }

	a:link:after, a:visited:after {
		content: "(http://www.gilles-pillot-aventure.com/"attr(href)")";
		text-decoration:none;
	}
}