/* ***** 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):
 *  Sébastien KALT
 */
 
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #e0600b; 
		background-color: #4cbe51;
		line-height: 1.7em;
}

p { margin : 1em 0; }
img { border : none; }
a img {
		border: 0;
	}
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

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

code { font-family: monospace;
  font-size: 10pt;
  background-color: #D3D3D3;
	padding: 1px;
	width: 100%;
	color: #000000;
}

q { font-style : italic; }

a {
	color : #6E602F;
}
a:hover, a:focus, a:active {
	color: #0373A1;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2 {
	font-family : Georgia,"Times New Roman","New York",serif;
}
h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}

table {
	font-size : 1em;
}

/* Layout
-------------------------------------------------------- */
#page {
		width: 100%;
		float: right;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: right;
		background-color: #B2FFC8;
	}


		
#top h1 {
	margin : 10px 0 0 10px;
}
#top a {
	color : #39455B;
	text-decoration : none;
}



#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 15px 0 0;
	font-size : 0.85em;
	text-align : right;
	color : #abd6de;
}
#prelude a {
	color : #abd6de;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

#main {
	width : 100%;
	float : right;
	margin-right : -16.5em;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#content {
	padding : 1px 1em 1em 1em;
	margin-right : 16.5em;
}

/* Barre de titre avec boutons de liens*/
	#top {
		margin: 0 0 0 0;
		padding: 0 0 0 0; 
		height: 50px;
		background-color: #4cbe51;
		background-image: url(img/fond_top.png);
		background-repeat: repeat-x;
		background-position: -5px 5px;
	}
	
	#top img{
		margin: 5px 0 0 0;
	}
	#nav {
		background: #4cbe51 url(img/navigation-fond.png);
		height: 22px;
		margin: 0;
		padding: 0 0 0 30px;
	}
	
	#nav li{
		display: block;
		float: left;
		margin: 0 0 0 -14px;
		padding: 0;
		list-style-type: none;
	}
	
	#nav a{
		display: block;
		text-decoration: none;
		overflow: hidden;

		height: 18px;
		width: 120px;
	}
	
	#navLinux a{
		background: transparent url(img/navigation-linux.png);
	}
	
	#navPhoto a{
		background: transparent url(img/navigation-photo.png);
	}
	
	#navBlogLinux a{
		background: transparent url(img/navigation-bloglinux.png);
	}

	#navLiens a{
		background: transparent url(img/navigation-liens.png);
	}

	#navTimbres a{
		background: transparent url(img/navigation-timbres.png);
	}

	#nav a:hover, #nav li.active a {
		background-position: 0 -18px;
	}

/* Sidebar
-------------------------------------------------------- */
#sidebar {
 	color: #e0600b;
	width : 16.5em;
	float : left;	
	margin : 0 0 2em 0;
}
#sidebar h2 {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	padding: 1px 2px 1px 5px;
}
#sidebar ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebar li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	color : #e2d6ad;
	background : transparent url(img/fleche.png) no-repeat 0 0.25em;
}

#sidebar a {
	text-decoration : none;
}

/* Barre de navigation */
#barreMenus {
 	padding: 0 0 2em 0;
	width: 18em;
}

	.contenuMenu {
	width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	}

	.contenuMenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	padding: 1px 2px 1px 15px;
	}

	.contenuMenu ul{
	margin: 0;
	padding: 0 5px 20px 15px;
	list-style: none;
	}

	.contenuMenu .boite {
	margin: 0;
	padding-bottom: 10px;
	}

	.contenuMenu li {
	display : block;
	margin: 0;
	padding: 1em 0 0 14px;
	line-height: 1.2em;
	}

	.contenuMenu a {
	font-weight: bold;
	text-decoration: none;
	}
/* Calendar */
#calendar {
  width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #0373A1;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
}

/* Search form */
#search {
  width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#q {
}

/* Categories box */
#categories {
  width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Archives box */
#archives {
  width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Links box */ 
#links {
width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Syndication box */
#syndicate {
width: 180px;
	float: left;
	background-color: #54FF85;
	text-align: left;
	border: 2px solid #36923B;
	margin: 10px 0 25px 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	margin: 2em 0 0;
	padding: 3px 1em 1em;
	color: #fff;
	background: transparent url(img/bg-footer.png) repeat-y 100% 0;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
	position : relative;
}
#footer a {
	color : #666;
}


/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
	color : #999;
	background : transparent url(img/line-1.png) repeat-x bottom left;
}

.post {
	margin-bottom : 2.5em;
}
.post-title {
	margin : 0.8em 0 0 0;
	color : #39455B;
	background : transparent url(img/ico_entry.png) no-repeat 0 40%;
	padding-left : 12px;
}
.post-title a {
	color : #394558;
	text-decoration : none;
}
.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
}
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background : transparent url(img/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}

.post-info-co span {
	background : transparent url(img/ico_tb.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}

#trackbacks {
}
#comments {
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(img/line-1.png) repeat-x 0 0;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(img/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(img/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


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

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	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 : 95%;
}

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

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

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


/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
