/*
 * Scry - Simple PHP Photo Album
 * Copyright 2004 James Byers <jbyers@users.sf.net>
 * http://scry.org
 *
 * Scry is distributed under a BSD License.  See LICENSE for details.
 *
 * $Id: scry.css,v 1.4 2004/09/30 20:12:44 jbyers Exp $
 *
 */

body {
        background-color: #E5E5CE;
        color: #595744;
        font-family: verdana, arial, san-serif;
        font-size: 10px;
        margin-left: 10px;
        margin-top: 0px;
        text-align: center
}

#container {
	background-image: url(http://www.junior-bulle-expo.ch/expo/templates/sleeping/images/middleback3.jpg);
        width: 760px;
}

#header {
	background-image: url(http://www.junior-bulle-expo.ch/expo/templates/sleeping/images/hautTableau.jpg);
        width: 760px;
	height: 42px;
}

#footerBlock {
	background-image: url(http://www.junior-bulle-expo.ch/expo/templates/sleeping/images/fondTableau.jpg);
        width: 760px;
	height: 42px;
}

#header2 {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(http://www.junior-bulle-expo.ch/expo/templates/sleeping/images/middleback.jpg)
}

#fondblog1 {
	height: 22px;
	background-image: url(http://www.junior-bulle-expo.ch/expo/templates/sleeping/images/fondTableau.jpg);
}

#fondblog2 {
	height: 20px;
	background-color:#E5E5CE;
	text-align: center;
	font: 10px/10px tahoma, verdana, arial;
	color: #858686;
}

#t_main {
        background-color: #FFFFFF;
        padding: 0px;
        text-align: center;
}


#t_slim {
        background-color: #FFFFFF;
        border: 1px solid #999999;
        padding: 2px;
        text-align: center;
}

#footer {
        font-size: 9px;
        text-align: right;
}

.folder {
        float: left;
        padding: 2px;
        text-align: center;
	width: 95px;
	height: 100px
}

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
        border: 1px solid #555555;
}

A:link, A:visited, A:active {
	color: #595744;
	text-decoration:none;
}