/**
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0;
	text-align: center;
	background: transparent url(../images/header.jpg) no-repeat 50% 0;
	line-height: 16px;
}


/* ###### POSITION ###### */

#all {
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	border: 0;
}

#page {
	background: transparent url(../images/filet_big.png) no-repeat 50% 0;
}

#header {
	background: transparent;
	color: #000000;
	margin: 0;
	position: relative;
	height: 137px;
	border: 0;
	padding: 0;
}

#contentarea2 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 1014px;
}

#wrapper {
	margin: 0 0 0 245px;
}

#left, #right {
	background: transparent url(../images/colonne.png) no-repeat 0 0;
	float: left;
	margin: 0;
	width: 245px;
	height: 668px;
	padding-top: 15px;
}

#main2 {
	width: 504px;
	position: relative;
	float: left;
	margin: 35px 10px 10px;
	min-height: 50px;
}


/* ###### GENERAL ###### */

.wrap {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


/* ###### MAIN ###### */

.leading {
/*	position: relative;*/
	background: transparent url(../images/filet_big.png) no-repeat 50% 0;
	height: 154px;
}


/* ###### FRONTPAGE BLOG ###### */

.blog {
	padding: 0;
}

.blog .leading div.intro_photo {
	float: left;
	position: relative;
	top: 25px;
}

.blog .leading img {
	float: left;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
