/* body */
body {
	margin: 0;
	padding: 0px;
	font-size:0.8em;
	line-height:1.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #F0ECE1;
}

h1 {
	margin-top: 12px;
	font-family: "Courier New", Courier, mono;
	font-size: 24pt;
	color: #333333;
	letter-spacing: 1em;
	
}

h2 {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}


h3 {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: 1em;
	padding: 0;
	margin: 0 0 0.5em 0;
}


p {
	margin: 0.25em 0 0.65em;
}

ul {
	margin-top: 0;
	list-style-type: none;
}


a:link, a:hover {
	color: #AA0000;
}

a:visited, a:active {
	color: #804040;
}


form {
	margin: 0;	
}

/* Main */
#main {
	background-color: #C4C1B0;
	margin: 0px auto;
	width: 800px;
	border: 1px solid #C4C1B0; 	
	height : auto; 
}


/* Menu */
#menu {
	background-color: #6D6D6D;
	border: 1px solid #6D6D6D;
	text-align: center;
}

#menu ul {
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
    display: inline;
   }

#menu ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	font-variant: small-caps;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12pt;
   }

#menu ul li a {
	color: #CCCCCC;
	text-decoration: none;
}


#menu ul li a:hover {
	color: #999999;
}


.spacer {
  clear: both;
}

/* extra */
#extra {
	margin: 4px auto 0 auto;
	width: 800px;
	height: 110px;
	background-color: #D7D6CF;
	border: 1px solid #D7D6CF;
}
/* ----------- */

#boutique {
  float: left;
 /* width: 310px; */
  margin: 3px 40px 0px 10px;
  text-align: justify;
}


#boutique img {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	border: 0px;
}

#boutique p {
	margin-top: 20px;

}

#boutique a {
	text-decoration: none;
	color: #333333;
}

#subscribe {
  float: left;
  margin: 3px 10px;
}


#disclaimer {
	margin: 0px auto;
	width: 800px;
	height: 85px;
	color: #999999;
	font-style: italic;
}

#disclaimer a, #disclaimer a:hover, #disclaimer a:visited {
	color: #888888;
}


input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}



input { text-indent : 2px; }

input.button {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	background-color : #F0ECE1;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
}
