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

/* 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
-------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.7em;
	padding: 25px;
	color: black;
	background-color: #5D5D5D;
}

h1{font-size: 1.7em;}

h2 {
	font-size: 1.4em;
	/*color: #a9c139;*/
	color: #93a831;
	padding-bottom: 10px;
}

h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

a:link, a:visited {
	/*font-size:30px;*/
	color: #93a831;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: url(img/milieu.jpg) repeat-y left top;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 92px;
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1{
	padding: 35px 0 0 25px;
	margin: 0 0 0 0px;
	color: #93a831;
	font-size: 28px;
}

#top h1 a{
	text-decoration: none;
	color: #93a831;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	color: #5D5D5D;
	text-align: center;
}

#prelude a{
	color: #5D5D5D;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

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

.day-date{
	display:none;
}

.info{
	margin-bottom: 0;
	background: url(img/dot.jpg) no-repeat left top;
	/*padding: 2px 0 0 45px;*/
	padding: 0;
}
.info .date { /* bouton date post */
	float: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
	color: #fff;
	padding: 7px 20px 0 7px;
}
.info div.subtitle {
	float: left;
	width: 250px;
	color: #666;
}
.info div.subtitle a:link, .info div.subtitle a:visited {	
}

.info h2{
	margin: 0;
	padding: 0;
}
.info p{
	margin:0;
	padding:1px 0;
}

.post-title a {
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	background: transparent;
	font-size: 0.9em;
}

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

.post-content, .post-chapo, .pagenav {
	text-align: justify;
	padding : 5px 10px 0px 45px;
	margin-left: 2px;
}
.post-content p {
	margin-bottom: 10px;
}

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

div.post-info-co {
	width: 120px;
	margin-left: 448px;
	padding: 5px 0 0 20px;
	background: url(img/emoticon_unhappy.png) 0 5px no-repeat;
	/*border: 2px solid #ff0000;*/
}
div.post-info-co.full {
	background: url(img/emoticon_smile.png) 0 5px no-repeat;
}
#trackbacks , #comments {
	font-size: 0.9em;
}
#trackbacks blockquote, #comments blockquote{
	width: 92%;
	border-left: 5px solid #8aad00;
	margin: 0.7em 0;
	padding: 5px;
}

/* commentaires persos */
#comments .me blockquote {
	border-left: 5px solid #fff;
	background-color: #c6e047;
	color: #5E6B1F;
}


/* La barre de navigation
-------------------------------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	width:96%;
}
#navigation li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(img/etoile.jpg) no-repeat left center;
}

div.post {
	/* border: 1px solid #000; */
	margin-bottom: 20px;
}

.post li {
	margin: 0;
	list-style-image : url(img/etoileverte.jpg);
}

.post ul {
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 15px;;
}

.post a:link img, .post a:hover img, .post a:visited img, .post a:hover {
	border: none;	
	text-decoration: none;
}


#navigation a{
	text-decoration:none;
}
#navigation a:hover{
	color : #FFF;
}

.limit {
	height : 110px;
	overflow: auto;
}

#search{
	margin:0;
	background: url(img/top-bas.jpg) no-repeat left top;
	height: 35px;
	padding: 20px 0 0 110px;
}
#search h2{
	float:left;
	font-size: 13px;
	margin :0px 10px 0 0;
	color: #666;
}
#search input#q {
	padding: 2px;
	color: #666;
	padding: 1px;
	width: 150px;
	height: 16px;
	border: 1px #ccc solid;
}


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

#q{
	width : 110px;
}

#navigation {
	background:  url(img/milieuvert.jpg) repeat-y top left;
}

#navigation #presentation {
	float: left;
	color: #768727;
	width: 610px;
	margin-top: 10px;
	margin-left: 25px !important;
	margin-left: 12px;
	/*border: 1px solid #fff;*/
}
#navigation #presentation a:link, #navigation #presentation a:visited {
	color: #93a831;
	border-bottom: 1px dashed #93a831;
}

#navigation #presentation p {
	margin: 0px 0 8px 0;
	padding: 0px;
}

#presentation h2 {
	color: #93a831;
	margin-bottom: 4px;
}

#navigation div#calendar{
	width: 210px;
	float: right;
	margin: 20px 10px 0 20px;
	/*border: 1px solid #fff;*/
	padding;0;
}

#navigation div#calendar h2 {
	display:none;
}

#navigation div#calendar a:link, #navigation div#calendar a:visited {
	color: #93a831;
}

#navigation div#calendar table {
	width: 190px;
	font-family: Arial;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	background: #A9C139;
}

#navigation div#calendar table caption{
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #93a831;
}

#navigation div#calendar table th {
	background-color: #C5E047;
	color: #93a831;
}

#navigation div#calendar table td {
	width: 14%;
	line-height: 2em;
	border: 1px solid #c6e047;
	color: #D5E978;
}

#navigation div#calendar table td a {
	display: block;
	background: #C5E047;
	color: #9CB335;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #9CB335;
}

#navigation div#calendar table td a:hover {
	background: #C5E047;
	color: #FFF;
}

.spacer {
	clear: both;
}


/* Le pied de page
-------------------------------------------------------- */
#subfooter {
	clear: both;
	margin: 10px 22px;
	border-bottom: 1px #ccc solid;
	margin-top:0;
	padding: 0 0 10px 0;
}

#footer {
	background: url(img/footer.jpg) no-repeat left bottom;
	color: #666;
	margin: 0;
	padding: 0 0 100px 10px;
}

#footer a{
	color: #999;
	font-size: 0.9em;
	text-decoration : none;
}

#leftCbottom {
	float: left;
	width: 570px;
	padding-left:15px;
}

#rightCbottom {
	float: left;
	width: 250px;
	padding-left: 30px;
}

#rightCbottom ul {
	list-style:none;
}

#rightCbottom li {
	background: url(img/rss.png) 0 5px no-repeat;
	padding-left: 15px;
}

h2.ecart {
	margin-top: 30px;
}

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 880px;
	margin: 1em auto 2em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#prelude{
	color : #5D5D5D;
	height: 20px;
}

	
#leftC {
	float: left;
	width: 570px;	
	margin-left: 6px;
	/*border: 1px #000 solid;*/
}

#rightC {
	float: left;
	width: 250px;
	margin-top: 2em;
	padding-left: 30px;
}

#rightC ul {
	list-style:none;
}
	
#rightC ul li {
	background: url(img/etoileverte.jpg) 0 5px no-repeat;
	padding-left: 15px;
}

#coauthors, #lastcomments, #categories, #archives, #links, #friends {
	padding-bottom: 30px;
}
#links h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #6f9b2b;
	margin-bottom: 5px;
}


#content{
	margin: 0 0 0 10px;
	padding: 0;
}

.post{
	margin: 2em 0 4em 0;
}




/************* COMMENTAIRE FORMULAIRE **********/

.field label{
	display: block;
}

div#comments {
	font-size: 12px;
}

div#comments input#c_nom, div#comments input#c_mail, div#comments input#c_site {
	width: 400px;
	border: 1px #8aad00 solid;
	padding: 1px;
}
div#comments textarea {
	width: 400px;
	border: 1px #8aad00 solid;
	padding: 1px;
}
div#comments p {
	padding-bottom: 8px;
}
div#comments input#c_remember {
	margin: 3px !important;
	margin: 0px;
	
}
/* all buttons */
input.submit, input.preview {
	font-family: Verdana;
	font-size: 10px;
	padding: 1px;
	border: 1px #ccc solid;
	
}



div#cinecturlink a:link img, div#cinecturlink a:hover img, div#cinecturlink a:visited img, div#cinecturlink a:hover {
	border: none;
	text-decoration: none;
}

div#links h3 {
	margin-top: 10px;
}
div#friends p {
	margin-top: 3px;
}
