/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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):
 *  Olivier Meunier
 */

body {
	width: 670px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

p{
	text-align: justify;
	color: #666;
	line-height: 15px;
	font-weight: bold;
}
img {
	border: 1px solid #d00;
	margin: 10px;
}

h1 {
	font-size: 12px;
	color: #d00;
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}


code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color: #d00;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
}



/* Layout
-------------------------------------------------------- */

#top {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 322px;
	float: left;


}
#top h1 {
	background: url(images/bg_title.gif) center top no-repeat;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	margin-top: 2px;
	float: left;
}
#top a {
	display: none;
}

#content {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.4;
	width: 660px;
	clear: both;
	margin-left: 321px;
	background-image: url(images/rightside_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	position: absolute;
	top: 67px;
	right: 21px;
	left: 10px;
	width: 213px;
	background-image: url(images/leftside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
}

/* Calendar */

#calendar h2{
	background: url(images/bg_calendrier.gif) no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#calendar h2 label{
	display: none;
}
#calendar table {
	margin-left: 20px;
}

#calendar caption {
	margin: 0 auto;
	margin-top: 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
#calendar abbr {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: red;
}

#calendar th, #calendar td {
	margin: 0;
	padding: 0;
	text-align: center;
	border: solid 1px #ddd;
	padding: 1px;
	font-size: 12px;
}
#calendar td {
	border: solid 1px #ddd;
}

#calendar td.active {

}
#calendar td.active a, #calendar a {
	text-decoration: none;
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
#calendar td.active a:hover, #calendar a:hover {
	text-decoration: none;
	color: #000;
}


/* Search form */
#search, #categories, #archives, #links{
	margin-top: 15px;
}

#search h2{
	background: url(images/bg_recherche.gif) no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#search h2 label{
	display: none;
}
#search .field{
	text-align: center;
	width: 100%;
}
#categories h2{
	background: url(images/bg_categories.gif) no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#categories h2 label{
	display: none;
}
#archives h2{
	background: url(images/bg_archives.gif) no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#archives h2 label{
	display: none;
}
#links h2{
	background: url(images/bg_liens.gif) no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#links h3{
    color: red;

    text-align: center;
}
#links h2 label{
	display: none;
}
#categories li, #archives li, #links li{
	list-style: none;
}
#categories ul, #archives ul, #links ul{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: -15px;
}
#categories li a, #archives li a, #links li a,
#categories li a:visited, #archives li a:visited, #links li a:visited,
#categories li a:link, #archives li a:link, #links li a:link,
#categories li a:active, #archives li a:active, #links li a:active{
	text-decoration : none;
	font-size: 12px;
	padding-left: 25px;
	font-weight: normal;
	color: #000;
	background: url(images/puce_menu.gif) no-repeat left center;
}

#categories li a:hover, #archives li a:hover, #links li a:hover{
	text-decoration: underline;
	color: #d00;
}
#q {
	font-style: italic;
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	text-align:right;
	padding-right: 15px;
}
#footer a {
	color : #666;

}


/* Post
-------------------------------------------------------- */
.day-date {
	display: none;
}

.post {
	padding: 10px;
}
.post-title {
	padding-left: 30px;
	background: url(images/puce_title.gif) no-repeat left center;
}
.post-title a {

}
.post-title a:hover{

}
.post-info, .post-info a{

}
.post-info a:hover{

}
.post-chapo {

}
.post-content {
	margin-top: 10px;

}
.post-content img{

}
.post-info-co {

}
.post-info-co a{

}
.post-info-co a:hover{ text-decoration: none; }
#trackbacks {

}
#comments {

}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	padding: 10px;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	border: 1px solid #d00;
	padding: 10px;
	width: 300px;
	margin-left: 0px;
}


#comments p{

}
h3#tb{
	padding-left: 30px;
	background: url(images/puce_track.gif) no-repeat left center;
	font-size: 12px;
	color: #d00;
	text-decoration: underline;
}
h3#co{
	padding-left: 30px;
	background: url(images/puce_comment.gif) no-repeat left center;
	font-size: 12px;
	color: #d00;
	text-decoration: underline;
}
#comments .comment-info {

}
.comment-number {

}
.comment-number a {

}



/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 320px;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	width: 120px;
	display: block;
	float: left;
	color: #666;
}

.form-help {
	color: #666;
	font-style: italic;
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
	background-image: url(images.bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 67px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 533px;
	width: 10px;
}
#block2 {
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 223px;
	top: 67px;
	height: 543px;
	width: 98px;
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}

