/* @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 Helvetica, Arial, sans-serif;
}
#wrapper{
	position:relative;
	margin:0 auto;
	width:960px;
	margin-bottom:40px;
}
h1 {
	font-size: 24px;
	padding: 0;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	color: #a9bf1a;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}


h3 {
	font-size: 19px;
	line-height: 22px;
	padding: 0;
	color: #424242;
	margin-bottom: 12px;
	text-align: left;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h3 a{
	color: #68BCC8;
	text-decoration: none;
	color: #424242;
}
h3 a:hover{
	color: #68BCC8;
}

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

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

#q
{
cursor: default;	
}

textarea {
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	cursor: default;
}
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
{

text-align: right;
margin-right: 14px;
}

input.submit, input
{
padding: 0 2px 0 2px;
cursor: pointer;
width: 70px;
}

input.submit a, input a
{
padding: 0 2px 0 2px;
cursor: pointer;
}

input.submit a:hover 
{
background: #68BCC8;
}

#rech {
	background: #FFFFFF url(img/titrebig.jpg) no-repeat;
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	height: 47px;
	margin-top: -20px;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}



.error strong{
margin-left; 20px;
font-size: 16px;
	font-weight: bold;
	
	color: #FFFFFF;
}

/* La page
-------------------------------------------------------- */
#page {
	background: transparent;
	margin-bottom:30px;
}
/* L'entête
-------------------------------------------------------- */
#top {
	background: transparent url(img/header.jpg) no-repeat;
	height:155px;
	margin-left: 10px;
}
#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;
	min-height: 530px;
}


.post-title, .postcat, h2 {
	background: #FFFFFF url(img/titrebig.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	height: 49px;
	margin: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.error{
	background: #FFFFFF url(img/titrebig.jpg) no-repeat;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 45px;
	padding-bottom: 20px;
	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;
}

.post-date
{
font-size: 10px;
color: #555;
font-family: Helvetica, Arial, sans-serif;
padding-left: 20px;
}

.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: 14px;
	color: #FFFFFF;
	height: 30px;
	margin: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#inside, .inside {
	width: 170px;
	padding: 5px;
	background: #FFFFFF;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
/* 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;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

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

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

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	padding:2px 3px 2px 3px;
}
.sidecolor
{
color: #424242;
font-weight: bold;
}

.dateside
{
font-size: 10px;
}
.lastactus
{
color: #68BCC8;
	font-weight: bold;
}

hr {
margin-top: 18px;
margin-bottom: -6px;
border: none 0;
border-top: 0.1em dotted #B5BFCA;
height: 0.1em;
} 



#sidebar ul
{
list-style-type: none;
display: block;
}
#sidebar li
{
margin-bottom: 5px;
}


.suite
{
width: 100%;
text-align: right;
margin-top: 12px;
color: #b1c700;
}
.non
{
display: none;
}
.topsearch
{
position: absolute;
margin-top: 10px;
font-size: 16px;
color: #ffffff;
background: #B1C700;
margin-left: 18px;
}
img
{
border: none;
}

#appel 
{
width: 400px;
margin: 0 auto;
padding-bottom: 5px;
}
#appel input
{
width: 400px;
border: none;
}

#illuhome
{
text-align: center;
}


