/* ***** 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
 *  Modified by Vincent Laag
 */

/* 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.css";*/
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	background: url('img/back_02.png') repeat;
	font-size: 11px;
}

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

h1{font-size: 12px;}
h2{font-size: 11px;}
h3{font-size: 11px;}
h4{font-size: 11px;}
h5{font-size: 11px;}
h6{font-size: 11px;}

pre, code
{
	font-size: 11px;
}

pre
{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset
{
	border: none;
}

label
{
	cursor: pointer;
	cursor: hand;
}

.field label
{
	display: block;
}

input,textarea
{
	border: 1px solid #999;
}

textarea
{
	width: 80%;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

a
{
	color: #f79418;
}

a:visited
{
	color: #f79418;
}

a:hover{
	color: #f79418;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

#backradian
{
	width: 100%;
	background: url('img/back_01.png') repeat-x left top;
}

/* La page
-------------------------------------------------------- */
#page
{
	margin: 0 auto;
	width: 1000px;
	
	color: inherit;
	text-align: left;
}
 
/* L'entête
-------------------------------------------------------- */
#header{
	width: 1000px;
	height: 148px;
	background: url('img/atelio_blog.png') no-repeat;
	display: block;
	text-decoration: none;
}
#top
{
	width: 1000px;
	height: 25px;
	background: url('img/atelio_01.png') no-repeat;
}

/* Le contenu
-------------------------------------------------------- */

#body
{
	width: 1000px;
	background: url('img/atelio_02.png') repeat-y;
}
#body_end
{
	height: 20px;
	width: 1000px;
	background: url('img/atelio_03.png') no-repeat;
}


#main{
	float: left;
	width: 778px;
}

#content
{
	margin-left: 20px;
}

#p1
{
}

.day-date { display: none; }

.post-title
{
	display: block;
	height: 23px;
	width: 686px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url('img/atelio_rouge.png') no-repeat -24px 0;


	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.post-title
a
{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.post-info
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: #b9341b;
}

.post-info a
{
	color: #666;
	background: transparent;
	text-decoration: none;
}

.post-content
{
	padding-right: 65px;
	padding-left: 10px;
	color: #888;
	text-align: justify;
}
.post-content img
{
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 640px;
	max-height: 480px;
}

.post-content
blockquote
{
	font-family: Verdana, sans-serif;
	font-style: italic;
}
.post-content a
{
	color: #888;
}

.post-chapo
{
	font-size: 12px;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 65px;
	color: #666;
}

.post-info-co
{
	padding-left: 10px;
	text-align: left;
}

#trackbacks
{
	padding-left: 10px;
}

#comments
{
	padding-left: 10px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar
{
	float: left;
	width: 222px;
}


#categorie
{
	width: 222px;
}

#categorie_header
{
	height: 35px;
	background: url('img/atelio_04.png') no-repeat;
}

#categorie_body
{
	padding-top: 1px;
	padding-bottom: 1px;
	background: url('img/atelio_05.png') repeat-y;
}

#categorie_footer
{
	height: 14px;
	background: url('img/atelio_06.png') no-repeat;
}



#archive
{
	width: 222px;
}

#archive_header
{
	height: 35px;
	background: url('img/atelio_07.png') no-repeat;
}

#archive_body
{
	padding-top: 1px;
	padding-bottom: 1px;
	background: url('img/atelio_08.png') repeat;
}

#archive_footer
{
	height: 14px;
	background: url('img/atelio_09.png') no-repeat;
}

#lien
{
	width: 222px;
}

#lien_header
{
	height: 35px;
	background: url('img/atelio_10.png') no-repeat;
}

#lien_body
{
	padding-top: 1px;
	padding-bottom: 1px;
	background: url('img/atelio_11.png') repeat-y;
}

#lien_footer
{
	height: 14px;
	background: url('img/atelio_12.png') no-repeat;
}





#categorie_body ul, #archive_body ul, #lien_body ul
{
	background: transparent;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#categorie_body li, #archive_body li, #lien_body li
{
	margin-top: 2px;
	margin-bottom: 2px;
	background: transparent;
	list-style: none;
}
#categorie_body a, #archive_body a, #lien_body a
{
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 48px;
	display: block;
	width: 152px;
	color: #fff;
	background: #333 url('img/star_blind_12.gif') no-repeat 30px top;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#categorie_body a:hover, #archive_body a:hover, #lien_body a:hover
{
	background-color: #666;
}







#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */


.cleaner
{
	clear: both;
}