body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-color:#46412b; 								/* back ground color, hidden by bricks */
	background-image: url(images/brick004.jpg); 
	background-repeat: repeat;
	background-attachment: fixed;
}

.conteneur {
	margin-top: 10px; 
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:2px solid #46412b; 								/* main border color*/
	color: #46412b; 									/* main text color */
	background-color:#CCC08F; 								/* inside color */
}


.header {

	background-color:#46412b;
	text-align: center;									/* added 2/23 */
	border-bottom:2px solid #46412b; 							/* header bottom border color */
	color: #CCC08F; 									/* header txt  not used */
}


.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float:right;
	margin: 0px;
	padding:0px;
	padding-top:50px;
	margin-left:20px;
	border-left:0px solid #46412b; 								/* menu border very left */
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
	padding-right:40px;
}

.cont {
	background-color:#BFAC60; 								/* content area background color */
	padding : 10px; 

}

.pied {
	height: 25px;
	text-align: center;
	padding-right:10px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
	
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #46412b; 							/* button border color */
	border-right:4px solid #46412b;
	color: #46412b; 									/* menu list non link text color */
	text-decoration: none;
	background-color:#BFAC60; 								/* menu background color */ 
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #46412b; 									/* menu text color */
	text-decoration: none;
	border-left:1px solid #46412b; 								/* menu left border color */
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#46412b; 								/* hover color */
	color:#CCC08F;										/* hovor text color */
}

.pics {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 10px;
} 

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #46412b; 									/* h2 text color */
	font-weight:normal;
}

h3{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #000000; 									/* h3 text color */
	font-weight:normal;
}

h4{
	font-size: 1.5em;
	color: #CCC08F; 									/* h4 text color */
	font-weight:normal;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #46412b; 									/* h1 text color */
	font-weight:normal;
}

p{
	text-align: justify;
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 10px;
} 

a{
	color:#000000; 										/* link color */
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

img{  
	border-style: none;
}

table{
	border: 0;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

blockquote{

	background-color:#E6E1CF; 								/* blockquote background */
	padding : 3px;
	border:2px solid #46412b; 								/* blockquote border color  */

}
