/* ============================================
       Global StyleSheet for www.maeght.com
   ============================================ */


/*-------- global --------*/
/*
body {
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 85%;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
}
#global {
	width: 970px;	
	margin: 0 auto;
}
p {
	margin: 10px 0;
}
p.suite, p.retour {
	text-align: right;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 17px 0;
}
h2 {
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-size: 150%;	
}
*/
#galerie, #galerie a:hover, #galerie a:active {
	color: #FF9900;
}
#fondation, #fondation a:hover, #fondation a:active {
	color: #5A92C9;
}
#e-boutique, #e-boutique a:hover, #e-boutique a:active {
	color: #4DCE44;
}
#artistes, #artistes a:hover, #artistes a:active {
	color: #BB5ED1;
}
#aventure, #aventure a:hover, #aventure a:active {
	color: #608391;
}
#presse, #presse a:hover, #presse a:active {
	color: #FF1951;
}
#news, #news a:hover, #news a:active {
	color: #A7786B;
}

/*-------- header --------*/

#header {
	margin-top:5px;
	margin-bottom: 5px;
	background: #ffffff;
	overflow: auto;
}

/* LOGO */

#logo {
	float: left;
	padding: 0;
	background: #ffffff;
	width: 310px;
	height: 84px;
}
#logo img {
	float: right;
	margin: 0;	
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 85%;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #444444;	
}
#logo h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
	text-transform: capitalize;
	text-align: right;
}

/* MENU DE NAVIGATION */

#nav {
	float: right;
	width: 660px;
	margin: 59px 0 0 0;
	padding: 0;
	background: #ffffff;	
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: right;
	margin: 0 0 0 41px;
}
#nav ul li a {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 85%;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #666666;
	
}

/*-------- footer --------*/

#footer {
	background: #ffffff;
	clear: both;
	text-align: right;
	font-size: 75%;
	font-style: italic;
	padding-top: 10px;
	margin-bottom: 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;
	vertical-align: middle;
}
#footer img:hover {
	opacity: 1;
}
#top-link {
	display:none;
	position:fixed;
	right:6px;
	bottom:6px;
	color: #fff;
	font-size: 85%;
	text-decoration:none;
	border:1px solid #000;
	background: #333;
	padding:2px 6px;
}
.button {
	font-family: 'Century Gothic',Arial,sans-serif;
	font-size: 90%;
	padding:2px 6px;
	border: 1px solid #000;
	color:#fff;
	background: #333;
	text-decoration:none;
	letter-spacing: 0.5pt;
	text-decoration: none;
}
.button:hover {
	opacity: 0.8;
}
.button:active {
	opacity: 1;
}
button.awesome, .buton.awesome {
	font-family: 'Century Gothic',Arial,sans-serif;
	font-size: 85%;
	border: none;
	background: #222 url(../images/overlay-button.png) repeat-x;
	display: inline-block;
	padding: 3px 16px 4px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.buton:hover {
	background: #111 url(../images/overlay-button.png) repeat-x;
}
.buton:active {
	top: 1px;
}