/*
@AUTHOR:  Marc Nadeau, (*) La Pagerie, http://www.pagerie.com
@ABSTRACT: La Pagerie, Belisama CMS, dstyle sheet for the album module
@CONFORMSTO: css level 2
@CONTRIBUTOR:
@COPYRIGHT: Marc Nadeau, 2007
@CREATED:  2007-09-03
@DESCRIPTION:  La Pagerie, Belisama CMS, dstyle sheet for the album module
@FORMAT: text/css
@IDENTIFIER: belisama.pagerie.com/modules/album/module.css
@ISPARTOF: La Pagerie, http://pagerie.com
@ISREFERENCEDBY: http://pagerie.com
@LICENCE: GPL version 3
@MODIFIED: 2008-01-21
@PUBLISHER: Marc Nadeau, La Pagerie, http://www.pagerie.com
@VERSION: 0.8.3-21

Copyright 2007 Marc Nadeau <droits@pagerie.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

a.thumbnails
	{
	border: none;
	background-color: transparent;
	}


div#content_unit
	{
	background-color: transparent;
	padding: 1em;
	}


div#main_picture_full_size
	{
	text-align: center;
	width: 100%;
	margin: 2ex auto;
	}

div#main_picture_resized
	{
	text-align: center;
	width: 60%;
	margin: 2ex auto;
	height: 460px;
	overflow: visible;
	background-color: #fff;
	padding: 1ex;
	border: red solid thin;
	}

div#read_news
	{
	text-align: center;
	}

div#thumbnails
	{
	text-align: center;
	width: 100%;
	margin: 2em auto;
	}


form#backlink_to_news
	{
	display: inline;
	}

input#news_backlink
	{
	display: inline;
	padding: -1;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: transparent;
	}



img#main_picture
	{
	border: none;
	margin: auto;
	}


p#main_pict_comment
	{
	color: #000;
	text-align: center;
	margin: .5em auto;
	text-align: center;
	padding: 0.5em;
	overflow: auto;
	}





