/*
	Main CSS  : Le Printemps, GENEVA, SWITZERLAND
	StdStyle CSS
	By : DYNASITES, RUDAZ & TSCHUMI \ WWW.DYNASITES.CH
*/

body 
{
	padding-top: 10px;
	margin: 0px;
	direction: ltr;
	color: rgb(0, 0, 0);
	background-color: #f2d5bf;
	font-size: 13px;
	font-family: Verdana;
	text-align: center;
}

#main
{
	width: 830px;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #f7e3d5;
	min-height: 50px;
}

#menu
{
	padding-top: 6px;
	background-image: url(../Images/menu.png);
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	top: -3px;
	text-align: center;
}

div#menu a
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
	color: #f5f5f5;
}

div#menu a:hover
{
	color: #f2d06a;
	border-top: 1px #e8e6ff solid;
}

#content
{
	padding: 4px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}

a:link 
{
	color: #182516;
}

a:visited 
{
	color: #182516;
}

a:hover 
{
	color: #246441;
}

a:active 
{
	color: #182516;
}

h1
{
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 25px;
	color: #8b5a36;
}

h1:hover
{
	color:#958060;
}

h2
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 19px;
	color: #49301d;
}

h2:hover
{
	color:#7a673f;
}

#contact
{
	font-size: 14px;
	font-weight: bold;
}

form#contact input, textarea
{
	border: 1px #fbfbfb solid;
	background-color: #cf9254;
	color: 000000;
	font-family: Courier;
	width: 300px;
	margin-bottom: 4px;
	margin-top: 8px;
	padding: 5px;
	font-weight: bold;
}

textarea
{
	height: 160px;
}

form#contact input:hover, textarea:hover
{
	background-color: #f3f1d8;
}

p
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.il
{
	float: left;
	padding: 1px;
	border: 1px solid #000000;
	margin-right: 4px;
}
