/* ***** 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 {
	margin : 0;
	padding : 0;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size : 0.75em;
	background: #fff;
}

p { margin : 1em 0; }
img { border : none; }
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; }

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

q { font-style : italic; }

a {
	color : #e55c00;
}
a:hover, a:focus, a:active {
	color: #000;
}

h2 {
	font-weight : normal;
}

table {
	font-size : 1em;
}

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

#top {
	margin : 0 0 0 0;
	color : #39455b;
	height: 90px;
	padding: 1px 0 0 0;
	
}
#top h1 {
	margin : 0;
	padding : 55px 30px 30px 0;
	font-size : 1.5em;
	text-align: right;
	background: transparent url(images/img_header.png) no-repeat 0px 0px;
}
#top a {
	display: block;
	color : #39455b;
	text-decoration : none;
}

#sidebar {
	padding-bottom: 3em;
	width : 20%;
	float : right;
}

#sidebar h2 {
	padding : 10px 0 0 0;
	margin : 1.3em 0 0.3em 0;
	font-weight : normal;
	color : #e55c00;
	font-size: 1.2em;
	text-transform : uppercase;
}

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

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

#sidebar a {
	color : #666;
	text-decoration : none;
}

#sidebar a:hover {
	color : #000;
}

/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
	color : #000;
}

.post {
	margin-bottom : 2.5em;
}

.post-title {
        background : url(images/bo.png) no-repeat 0px -5px;
	padding-left : 30px;
	padding-top : 3px;
	margin-bottom : 1px;
}
.post-title a {
	color: #000;
	text-decoration : none;
}

.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
        color: #000;
	margin-bottom : 2em;
        font-size: 1.2em;
	text-align: justify;

}
.post-content {
        color: #000;
        font-size: 1.2em;
	text-align: justify;
}

/* 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-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;
}

#bggauche{

        position:absolute;
        top: 100px;
        left: -75px;
        width: 220px;
        height: 300px;
        padding-right: 15px;
        background: transparent url(images/bg.png);
        background-repeat: no-repeat;
}

body>div#bggauche{
        position: fixed;
}

#milieu{

        background: transparent;
        padding-top: 55px;
        padding-left: 145px;
        margin-left: 30px;
        padding-right: 0%;
        margin-right: 0px;
	float : left;
	width : 50%;
}

#pied{

        clear: both;
        background: transparent url(images/img_footer.png) no-repeat 100% 0;
        margin: 1.5em 0 0;
        padding: 0.75em;
	text-align: center;
}

#licence{

	float: left;
	margin: 15px;

}

#april{

	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

}

#debian{

	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

}












