/* @override http://www.fondspourlejournalisme.be/themes/default/style.css */

/* ***** 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 *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */
 
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
/* RESET */
*{
	margin:0;
	padding:0;
}
body {
	background: #B6D3D1 url(img/back.jpg) repeat-x;
	color: #000;
	margin: 0;
	font: 12px/1.5em Helveica, Arial, sans-serif;
}
#wrapper{
	position:relative;
	margin:0 auto;
	width:960px;
	margin-bottom:40px;
}
h1 {
	font-size: 24px;
	padding: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	color: #a9bf1a;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	color: #424242;
}


h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	color: #a9bf1a;
}

h4 {
}
h5 {
}
h6 {
}
fieldset {
	border: none;
}
label {
	cursor: pointer;
	
}
.field label {
	display: block;
}
input, textarea {
	font-family: Helveica, Arial, sans-serif;
	border: 1px solid #999;

}
textarea {
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
}
a {
	color: #68BCC8;
	text-decoration: none;
}
a:visited {
	color: #68BCC8;
	text-decoration: none;
}

a:active {
	color: #383B3F;
	text-decoration: underline;
}
a:hover {
	color: #383B3F;
	text-decoration: underline;
}
#footer a {
	color: #424242;
	text-decoration: none;
}

#search
{

padding-left: 2px;
}

#rech {
	background: #FFFFFF url(img/titrebig.jpg) no-repeat;
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	height: 47px;
	margin-top: -20px;
	font-weight: bold;
}

.error {
	background: #FFFFFF;
	padding: 10px 20px 120px 20px;
	text-align: justify;
}

.error strong{
font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #a9bf1a;
}

/* La page
-------------------------------------------------------- */
#page {
	background: transparent;
	margin-bottom:30px;
}
/* L'entête
-------------------------------------------------------- */
#top {
	background: transparent url(img/header.jpg) no-repeat;
	height:155px;
}
#main {
	background: transparent url(img/bg.jpg) no-repeat left top;
	padding-top:55px;
}
/* Le contenu
-------------------------------------------------------- */
#content {
	position: relative;
	float:left;
	width: 560px;
	margin-right:10px;
	background: #FFFFFF;
	padding: 0;
}


.post-title {
	background: #FFFFFF url(img/titrebig.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	height: 49px;
	margin: 0;
	font-weight: bold;
	
}
.post-chapo {
	
	margin-top: 12px;
	text-align: justify;
	margin-bottom: 12px;
}
.post-content {
	
	padding: 10px 20px 20px 20px;
	text-align: justify;
}
.post img
{
float: left;
padding: 0 10px 10px 0;
}

.form-content {
	background: #FFFFFF;
	padding: 10px 20px 20px 20px;
	text-align: left;
}

#mots
{
font-size: 10px;
color: #858A92;
margin-bottom: 15px;
font-weight: bold;
}

#photodroite
{
float: right;
padding: 0;
margin-right: -10px;
}
/* La barre de navigation
-------------------------------------------------------- */
#menu {
	list-style: none;
	float:left;
	width: 180px;
	margin: 0 10px;
	padding: 0;
}
#sidebar {
	float:left;
	width: 180px;
}
.side-title {
	background: #FFFFFF url(img/titresm.gif) no-repeat;
	padding: 8px 5px 8px 5px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	height: 30px;
	margin: 0;
	font-weight: bold;
}
#inside {
	width: 170px;
	padding: 5px;
	background: #FFFFFF;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding:0 10px;
	font-size: 11px;
}
#footer p{
	margin-top:20px;
}
hr{
	border-top: 1px dotted #8ba8a8;

}
.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}


.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}
