/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear 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; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear 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 DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 */
 
/* A propos de ce theme
 * Tests effectues:
 * - IE de 5.01 a 6 Windows
 * - Firefox 0.9x Windows
 * - Opera 7.51 Windows
 * - Safari 1.2.2 MacOS X (10.3)
 * - Konqueror Linux
 * - Opera Linux
 */
 
/* Global style
********************************************/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #EEE;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}

h2 {font-size: 1.4em; margin: 1em 0;}
h3 {font-size: 1.2em; margin: 0.8em 0;}
h4 {font-size: 1em; font-weight: normal}

a:link {color:#000; background:transparent;}
a:visited {color:#000; background:transparent;}
a:hover {color:#0033CC; background:transparent;}
/*a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;} */
a img {border: none;}

.left {
	float: left;
	margin: 0 1em 1em 1em;
}

.right {
	float: right;
	margin: 0 1em 1em 1em;
}

/* Styles perso
********************************************/
#xiti-logo {
	position: relative;
	text-align: center;
	top: -30px;
}

.clear_float {
	clear: both
}

.text_center {
	text-align: center;
}

.text_justify {
	text-align: justify;
}

.photos_thumb {
	text-align: center;
	text-decoration: none;
}

.photos_thumb a {
	text-decoration: none;
}

.zoomplus {
	padding-top: 3px;
	margin-right: 5px;
}