/* CSS Document */

HTML, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-image: url(../images/bckgrnd_macba.gif);
	background-repeat: repeat-y;
	background-color: #e4e3e4;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logo {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 950px;
	height: 80px;
	background: url(../images/logo_macba.gif) no-repeat;
}


#main_topic {
	position: absolute;
	left: 25px;
	top: 80px;
	width: 950px;
	height: 32px;
	border-top: 1px solid #cdcdcd;
	background: url(../images/navigation_bckgrnd.gif) repeat-x;
	overflow: hidden;
}



#main_topic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 20px 0px 20px;
	line-height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/navigation_border.gif) no-repeat right;
}

#main_topic a:hover {
	color: #BF403D;
}

#main_topic a:active {
	color: #BF403D;
	font-weight: bold !important;
	font-size: 11px;
}



#topic {
	position: absolute;
	left: 25px;
	top: 112px;
	width: 250px;
	background-color: #E3D79D;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #7C4316;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}


#topic a {
	display: block;
	color: #BF403D;
	text-decoration: none;
	border-bottom: 1px solid #DABC10;
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
}


#topic a:hover, #topic a.active {
	color: #7C4316;
}


#main_pict {
	position: absolute;
	left: 275px;
	top: 112px;
	width: 700px;
	height: 150px;
	background: url(../images/mainpict_macba.jpg) no-repeat;
}


#navigation {
	position: absolute;
	left: 25px;
	top: 80px;
}


#content h2 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
	color: #3C475D;
	padding: 10px 0px 2px 0px;
}


#content h3 {
	font-size: 100%;
	font-weigth: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #3C475D;
}


#content p {
	margin: 0px;
	padding: 2px 0px 4px 0px;	
	line-height: 160%;
}


#content {
	position: absolute;
	left: 290px;
	top: 315px;
	width: 630px;
	padding: 0px;
	margin: 0px;
}


#content a {
	text-decoration: none;
	font-weight : bold;
	color: #50617C;
}



#content a:hover {
	text-decoration: underline;
}



#liste {
	position:absolute;
	left: 0px;
	top: 60px;
	width: 600px;
}



#liste ul {
	list-style-type: none;
	line-height: 1.5em;
}
