/* ***** 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):
 * Kozlika (http://www.kozlika.org/)
 */


 html, body{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
}

#page{
	text-align: left;
	margin : 0 auto;
	width : 800px;
	padding : 0;
}

h1 {
	height: 233px; /* Modifiez cette valeur pour changer la hauteur de l'image d'entête */
	width: 780px;
	margin : 0 10px;
	padding-top: 40px;
}

#prelude{
	position : relative;
	top: -265px;
	line-height: 0;
	margin: 0;
}

#content {
	display: inline; /* bug double marges d'IE */
	float : left;
	width : 480px;
	margin-right : 0px;
	margin-left: 10px;
}

#menu {
	float:right;
	width:240px;
	margin-right : 10px;
	padding-bottom: 1em;
}

#footer {
	clear: both;
	margin: 0 10px;
	padding: 10px;
}

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background : #222 url(rouge_ciel/background.jpg) repeat-x;
	text-align: center;
}

/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #F2F2F2;color: #333;}
textarea{width: 99%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{border: none;}

img{
	border: 0; 
}

code, pre{font-family: "Courier New", monospace; font-size : 1em;}
/* Merci Kozlika :) */
pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */

acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}

a{color : #222;}
a:visited{color: #622;}
a:hover, a:focus, a:active{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

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

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

/* Page
****************************************************************/
#page {
	background: transparent url(rouge_ciel/bg.png) repeat-y left;
}

/* Top
****************************************************************/
h1 {
	background: #444 url(rouge_ciel/top.jpg) no-repeat center bottom;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	text-align: center;
}

h1 a:link, h1 a:visited{
	color: #FFF;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	text-decoration:underline;
}

#prelude{
	text-align: center;
	color: #444;
}

#prelude a{
	color: #444;
	background: transparent;
}

#prelude a:hover{
	color: #999;
}

/* Contenu
****************************************************************/
#content {
	background: #FFF;
	color: inherit;
	overflow: hidden; /* Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
	margin: 10px;
	padding-bottom: 1em;
	padding-left: 20px;
}

#content h2 {
	background : transparent url(rouge_ciel/sstar.png) no-repeat 0 0.2em;
	padding-left:20px;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #333;
	background: transparent;
}

.post-content, .post-chapo{
	line-height: 1.6em;
	text-align: justify;
	color: #222;
	background: transparent;
}

.post-content ul{
	list-style-image: url(rouge_ciel/puce.png);
}

/* Pour limiter la taille des images trop grandes
*  ajoutez un slash derrière l'étoile -> *
.post-content img{
	max-width: 100%;
}
/**/

/* post-info-co */

.delcom {
	float:right;
	margin:1em .5em 0 0;
}

.delfriend {
	float:right;
	font-size:.8em;
	margin-top:-1em;
}

.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 3em;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 12px;
	background: transparent url(rouge_ciel/co.png) no-repeat left;
}

/* comments */
#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}

/* Sidebar
****************************************************************/
#menu {
	background: #FFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
	padding:10px;
}

#menu div{
	margin-left: 10px;
	margin-right: 10px;
}

#menu h2 {
	background: transparent url(rouge_ciel/h2side.png);
	color: #666;
	padding: 5px;
	font-size: 1.2em;
}

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

#menu a{
	text-decoration: none;
}

#selection h2{
	color: #000;
}

a#friend {
	display:block;
	margin-top:2em;
}

/* Footer
****************************************************************/
#footer {
	background: #EEE;
	color: #AAA;
	text-align: center;
}

#footer a{
	color: #AAA;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#footer img {
	vertical-align:middle;
	margin-right:.5em;
	border:0;
}

#loading {
	float:right;
}

#showcommentsfull {
	display:block;
	margin-bottom:1em;
}

