/* CSS mece */

body {
	background-color: #27241E;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
}

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

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#mece_header {
	width: 100%;
	height: 260px;
	text-align: center;
	background: url(/layouts_shared/images/mecenat/header_bg.jpg) repeat-x;
}
#mece_header_graph {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	height: 260px;
	background: url(/layouts_shared/images/mecenat/header_title.jpg) no-repeat;
}

#mece_content_bg {
	background-color:#666666;
}
#mece_content {
	width: 760px;
	margin: 0 auto;   /* align for good browsers */
	margin-top:-40px;
}

.mece_menu {
	background: #27241E;
	float:left;
	text-align: left;
	width: 160px;
	padding: 15px 20px 0px 20px;
}

.mece_menu_new {
	float:left;
	text-align: left;
	padding: 15px 20px 0 0;
}

.mece_menu_new a:link, .mece_menu_new a:visited {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#FFB853;
	text-decoration:none;
}

.mece_menu_new a:hover {
	color:#FFFFFF;
	text-decoration:none;
}






.mece_menu a:link, .mece_menu a:visited {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #52504B;
	color:#FFB853;
	text-decoration:none;
}

.mece_menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #fff;	
}


.mece_inside {
	width: 520px;
	background: #E63236;
	margin-top: 20px;
	padding: 0px 20px 20px 20px;
	float:left;
	text-align: left;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px 0px 0px 0px;	
	margin: 0;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFB853;
	padding: 10px 0px 0px 0px;	
	margin: 0;
}

.entry_date {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #B9C703;
}

.h_gallery {
	font-size: 12px;
	font-weight: normal;
	color: #B9C703;
}


HR {
    height:1px;
    width:100%;
    background:#3B791C;
	border: none;
}

#gallery {
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:520px; 
  height:250px; 
  border:1px solid #000; 
  background:#000;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:250px;
  width:27px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #000; 
  cursor:default;
  }
#gallery li a img {border:0;}
#gallery li a:hover {
  background:#eee; 
  width:177px;
  }
