<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "layout.css";

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

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat:  repeat-x;
	border-top-width: 10px;
	border-top-style: solid;	
	border-top-color: #FF0000;
}


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

img{
	border: 0px none;
}

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: #FF0000;}
a:hover, a:focus, a:active{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : ;}

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: url('images/bg.png') repeat-y left;
	background-image: url(images/fondpage.gif);
	background-repeat: repeat;*/
}

/* Top
****************************************************************/
#top {
	background: #FFFFFF; /* url('images/top.jpg') no-repeat center bottom;*/
	/*margin : 0 10px;*/
	width: 5000 px;
	border-right:10px solid #000;
	border-left:10px solid #000;
	border-bottom:10px solid #000;
    }

#top h1{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 35px;
}

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

#top h2 {
	background: #FFFFFF; /*url('images/h2side.png');*/
	color: #000000;
	padding: 5px;
	font-weight:normal;
	font-size: 1em
}

#prelude{
	text-align: center;
	color: #4C5962;
}

#prelude a{
	color: #4C5962;
	background: transparent;
}

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

#menubas{
	/*background-image: url(images/basmenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:250px;
	height:90px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;*/
}

/* Entête de page pour le menu en onglet
******************************************************************/

#swhead {
	position:left;
	top: 0px;
	height: 23px;
	background-color: #FF0000; /*menu haut*/
}


/* Le menu en onglet
*****************************************************************/

#menugeneral {
	position:absolute-left;
	top: 10px;
	clear:both;
	font-size:10px;
	height:20px;
	background:none;
	vertical-align:middle;
	z-index: 2;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:2px solid #FF0000;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	/*width:70px;*/
	height:16px;
	background-color: #000000;
	background-image: url(images/coin.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 7px;
	color:#FFFFFF;
}

#menugeneral a:hover {
	color:#112233;
	background:#fff;
		background-image: url(images/coinh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 0px;
}
#menugeneral li.current a {
	color:#112233;
	background:#fff;	
			background-image: url(images/coinh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 0px;
}



/* Main
****************************************************************/

#main {
	background: #000000;
	color: inherit;
	/*overflow: hidden;  Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
	float:left;
	border-bottom: 10px solid #F00;
	border-right: 10px solid #F00;
	
}

/* Contenu
****************************************************************/

#content {
	margin: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

.day-date{
	display: none;
}

/* post-title */

.post {
	height : 500px;
	width : 440px;
	margin-left : 30px;
	margin-top : 10px;
	/*display:inline;*/
	float:left;
	list-style-type: none;
	border-right:1px dashed #FF0000;
	padding-right: 10px;
	}

.post-title {
	background : url('images/sstar.png') no-repeat 0 0.2em;
	padding-left : 20px;
	margin-left:-20px; margin-right:0; margin-top:0; margin-bottom:0;
	list-style-type: none;
}

.post-title a {
	color : #FFFFFF;
	text-decoration : none;
	list-style-type: none;
}

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

.post-content, .post-chapo{
	line-height: 1.6em;
	text-align: left;
	color: #222;
	//background: transparent;
	
}
ins{
	font-size: 0.85em;
	background-attachment: fixed;
	background-image: url(images/deg.jpg);
	background-repeat: repeat;
	color: #000;
	text-decoration: none;
	padding : 2px;
}
	
.post-content ul{
	list-style-image: url('images/puce.png');
}

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

/* post-info-co */
.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: 19px;
	background: url('images/co.png') no-repeat left;
}

/* Comments
***********************************************************/
#comments {
	width: 400px;
	height:510px;
	overflow : auto;
	float : left;
	margin-left : 16px;
	margin-top : 16px;
	padding-right:16px;
}

#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;
}


/* Bloc de commentaire
**************************************************************/

blockquote{
	background: #EEE url('images/blockquote.png') no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding-bottom: 40px;
	margin: 1em; padding-left:10px; padding-right:10px; padding-top:10px
}



/* Sidebar
**************************************************************/

#sidebar {
/*position: absolute;*/
	top: 10px;
	left : 900px;
	background: #FFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
}

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

#sidebar h2 {
	background: url('images/h2side.png');
	color: #FFFFFF;
	padding: 5px;
	font-weight:normal;
	font-size: 1em
}

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

#sidebar a{
	text-decoration: none;
}

#selection h2{
	color: #000;
}

/* Bloc d'archive
********************************************************/

#archives{
	/*position: absolute;
	width: 240px;
	top: 10px;
	left : 800px;*/
	/*width:500px;*/
	
}

#archives ul {
	margin:0;
	padding:0;
}
#archives ul li {
	display:inline;
	margin:0;
	padding:0;
}

#archives a {
	display:block;
	float:left;
	border-right:10px solid #FFFFFF;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	}

/* Bloc de recherche
********************************************************/

#search{
width: 224;
	
	
}

#search h2{
	/*display: none;*/
}

#search p{
	margin: 10px;
}

#search #q{
	color: #000000;
	border: 1px solid #000000;
	padding-left: 20px;
	width: 122px;
	background-color: #FFFFFF;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* Calendrier
*********************************************************/
#calendar table{
	width: 219px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	background: #EEE;
	padding: 0.5em 0;
	color: #666;
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #F5F5F5;
	text-align: center;
}
#calendar H2{
display : none;
}
#calendar td a{
	display: block;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url(images/today.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#categories, #links{
	margin-top: 3em;
	align:left;
}

/* Liens */
#links ul {
	margin:0;
	padding:0;
}
#links ul li {
	display:inline;
	margin:0;
	padding:0;
}


#links h3{
	color: #FF0000;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: #FFF url('images/chkd.png') no-repeat left center;
	display:block;
	float:left;
	border-right:10px solid #FFFFFF;
	border-bottom: 10px;
	text-decoration:none;
}

#links a:visited{
	padding-left: 20px;
	background: #FFF url('images/chkh.png') no-repeat left center;
}

#syndicate {
	font-size: 0.9em;
}

/* Footer
****************************************************************/

#footer {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	text-align:left;
	padding-left: 240px;
}

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

#content {
float:left;
	color: #000;
	background-color: #000000;
	/*border-left:10px solid #000000;
	padding-left:10 px;*/
	text-align: left;
	padding-top: 7px;
	padding-left: 30px;
	margin-right: 30px;
	
}

/* truc gif
***************************************************************/
#gif{
background: #990099 url('images/movie224.png') no-repeat;
width: 224px;
height: 173px;
}</pre></body></html>