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


/*--- global ---*/

h2 {
	color: #333333;
	margin-bottom: 10px;
}
h3 {
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}

/*--- boxes ---*/

#boxes {
	background: #ffffff;
	overflow: auto;
}
#boxes a:link, #boxes a:visited {
	color: #5A92C9;
	text-decoration: none;
}
#boxes a:hover, #boxes a:active {
	color: ##5A92C9;
	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: 447px;
}

/*-------- form --------*/

#col2 form {
	margin: 50px 0 42px 0;
	padding: 0;
}
#col2 form p {
	clear: left;
	margin: 0;
	padding: 5px 0;
}#col2 form label {
	float: left;
	width: 80px;
}
#col2 form span {
	display: block;
	margin-left: 90px;
}
#col2 form .text, #col2 form select, #col2 form textarea {
	width: 300px;
}

/*-------- 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;
}
