
/* ==============================================
       Homepage StyleSheet for www.maeght.com
   ============================================== */


/*--- global ---*/

h2 {
	color: #A7786B;
	margin-bottom: 10px;
}

/*--- boxes ---*/

#boxes {
	background: #ffffff;
	overflow: auto;
}
#boxes a:link, #boxes a:visited {
	color: #A7786B;
	text-decoration: none;
}
#boxes a:hover, #boxes a:active {
	color: #A7786B;
	text-decoration: underline;
}
#col1 {
	float: left;
}
#col2 {
	float: right;
}
div.left-boxes {
	width: 280px;
	min-height: 380px;
	background-color: #eeeeee;
	padding: 15px;
	margin: 20px 0 0 0;
}
div.main-box {
	width: 610px;
	background-color: #eeeeee;
	padding:15px;
	margin: 20px 0 0 0;
	min-height: 404px;
}

/*-------- accordion --------*/

#accordion {
	margin: 0;
	padding-top: 35px;
}

h3.toggler {
	cursor: pointer;
	border: none;
	font-weight: normal;
	font-size: 150%;
	background: #FFFFFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 4px 0px;	
	width: 498px;
}

h3.toggler:hover {
	color: #A7786B;
}

.activePanel { 
	color:#A7786B;
}

#table a:link,#table a:visited {
	color: #444444;
	text-decoration: none;
}

#table a:hover,#table a:active {
	color: #444444;
	background-color: #FFFFFF;
	padding: 2px 6px;
	text-decoration: none;
}

/*-------- footer --------*/

#footer {
	background: #ffffff;
	clear: both;
	text-align: right;
	font-size: 75%;
	font-style: italic;
	padding-top: 10px;
	color: #666666;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer img {
	margin-left: 10px;
	opacity: 0.65;
}
#footer img:hover {
	opacity: 1;
}