.menu {
	margin: auto;
	text-align: center;
	width: 62em;
	padding: 0.25em;
	color: #a82722;
	font-weight: bold;
}

.menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	border-bottom: 2px solid #FFF;
}


.header {
	margin: auto;
	text-align: center;
	width: 62em;
	height: 8em;
	background-color: #e7e0b6;
	background-image: url(/drouetia/static/drouetia_media/img/header.png);
	background-repeat: no-repeat;
}

._content {
	margin: auto;
	text-align: center;
	width: 62em;
	background-color: #e7e0b6;
}

.main_content {
	width: 42em;
	text-align: justify;
	background-color: #e7e0b6;
	padding: 1.5em;
	padding-bottom: 3em;
}

.main_content h2 {
	padding-left: 0.25em;
	padding-top: 0.5em;
}

.right_content_column_background {
	background-image: url(/drouetia/static/drouetia_media/img/right_content_background.png);
	background-repeat: repeat-y;
}

.right_content {
	width: 17em;
	text-align: justify;
}

.footer {
	margin: auto;
	text-align: center;
	width: 62em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #e7e0b6;
	background-image: url(/drouetia/static/drouetia_media/img/footer.png);
	background-repeat: repeat-x;
	margin-bottom: 1em;
}

.footer span {
	font-size: 90%;
}

.logos {
	padding-top: 1.5em;
}

.news_title a {
	font-weight: bold;
}

.links a {
	font-weight: bold;
}

.news_subtitle {
	font-size: 90%;
}

.news_date {
	font-size: 70%;
	color: #454648;
}

/**************************/

.participant_field {
	width: 10em;
	font-weight: bold;
}

.participant_data {
	width: 25em;
}

.participant_photo {
	width: 10em;	
	padding-left: 0.5em;
}


/**************************/

.polaroid_frame_up {
	float: left;
	width: 9.4375em;
	height: 11.625em;
	background-image: url(/drouetia/static/drouetia_media/img/polaroid.png);
	background-repeat: no-repeat;
	margin-left: 0.75em;
	margin-top: 0em;
}

.polaroid_frame_down {
	float: left;
	width: 9.4375em;
	height: 11.625em;
	background-image: url(/drouetia/static/drouetia_media/img/polaroid.png);
	background-repeat: no-repeat;
	margin-left: 0.75em;
	margin-top: 2em;
}

.polaroid_photo {
	margin-left: 0.625em;
	margin-top: 0.625em;
	width: 8.1875em;
	height: 8.4375em;
}

.polaroid_caption {
	font-size: 75%;
	text-align: center;
	padding-top: 1em;
	font-weight: bold;
}

.home_text {
	padding-top: 2em;
	clear: both;
}

/*****************************/

.right_img {
	float:right; 
	padding-left:1em;
}

.taxon_item {
	padding-top: 3em;
	clear: both;
}

.taxon_item h3 {
	color: #454648;
	text-align: center;
	padding-bottom: 1em;
}

.taxon_item span {
	font-weight: bold;
	font-style: italic;
}

/*****************************/


.pub_year {
	color: #454648;
	font-weight: bold;
	border-bottom: 2px solid #ca9a2c;
}

.pub_type {
	color: #ca9a2c;
	font-weight: bold;
}















