/* ***** 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):
 *  Pixials
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	background: #42afdc url(img/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

fieldset{
	border: 0px;
}

#gen {
	background: url(img/main-bg.jpg) no-repeat center top;
}

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
}

#top h1{
	position: absolute;
	margin-top: 40px;
	margin-left: 25px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}

#top h1 a,#top  h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top h1 a:hover {
	color: #000000;
	text-decoration: none;
}

#desc{
	position: absolute;
	color: #000000;
	margin-top: 75px;
	margin-left: 25px;
	padding: 0px;
}

#search{
	background: url(img/searchform-bg.png) no-repeat right bottom;
	position: relative;
	float: right;
	padding: 0px;
	height: 37px;
	width: 210px;
}

#search input{
	background: #ffffff url(img/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 143px;
	margin: 6px 0px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}

#search .submit{
	background: url(img/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

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

#nav {
	background: url(img/content-top-bg.jpg) no-repeat left top;
	height: 26px;
}

#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover{
	text-decoration: none;
	background: #2e91c6 url(img/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

/* Le contenu
-------------------------------------------------------- */
#content{
	background: #ffffff;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post-date span {
	height: 16px;
	display: block;
	font: normal 8px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

.post-title{
	font-size: 1.4em;
	color: #333333;
	background: transparent;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 50px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border-bottom: dotted 1px #CCCCCC;
}

.post-title a, .post-title a:visited {
	color: #333333;
	text-decoration: none;
}
.post-title a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

.post-info{
	font-size: 0.8em;
	margin-top: 4px;
	background: transparent url(img/mini-category.gif) no-repeat left top;
	padding-bottom: 1ex;
	margin-left: 50px;
	padding-left: 18px;
}

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

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

.post-info-comment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-comment.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

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

.post-info-comment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-info-addcomment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-down-arrow.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

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

.post-info-addcomment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

#co, #tb{
	background: url(img/comments.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#add-co{
	background: url(img/respond.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#trackbacks blockquote, #comments blockquote{
	background: #efefef;
	margin: 1em 0;
	padding: 1ex 1em;
}

.field input{
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(img/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}

.field textarea{
	font: 110% Arial, Helvetica, sans-serif;
	width: 460px;
	height: 140px;
	background:url(img/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

.field-preview, .field-submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(img/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
	margin-bottom: 4px;
}
.field-preview:hover, .field-submit:hover {
	background: url(img/submit-btn.gif) no-repeat bottom left;
}
.field textarea:focus, .field input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar h2 {
	position:relative;
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(img/sidep-handle.png) no-repeat 0 0; 
}

.sidebar-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(img/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #666666;
}
#sidebar h2 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}

#links ul li {
	background: url(img/mini-blogroll.gif) no-repeat;
}

#selection ul li {
	background: url(img/mini-page.gif) no-repeat;
}

#syndicate ul li {
	background: url(img/mini-rss.gif) no-repeat;
}

#sidebar ul li ul li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

#sidebar div#calendar{
}

#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: #44a1d0;
	background: transparent;
}

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

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

#sidebar div#calendar table td a:hover{
	background: #44a1d0;
	color: #fff;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	font-size: 0.8em;
	color: #000;
}

#footer a{
	color: #000;
}