/* ***** 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 *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 */
 
/* A propos de ce theme
 * Tests effectues:
 * - IE de 5.01 a 6 Windows
 * - Firefox 0.9x Windows
 * - Opera 7.51 Windows
 * - Safari 1.2.2 MacOS X (10.3)
 * - Konqueror Linux
 * - Opera Linux
 *
 * Le layout est dans une feuille de style separee
 * 1 - Global style
 * 2 - Header
 * 3 - Post
 * 4 - Trackbacks et commentaires
 * 5 - Sidebar
 * 6 - Footer
 */
 
@import "layout.css";
@import "style_cv.css";
/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #EEE url(img/background.png) repeat-x;
	color: #000;
	font-family:  Geneva,Arial,Tahoma, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h2{font-size: 1.2em; margin: 0 0;}/*1em*/
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#333; background:transparent; text-decoration:none;}
a:visited{color:#666; background:transparent;text-decoration:none;}
a:hover{color:#900; background:transparent;text-decoration:none;}

a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

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

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 4px;
}

textarea{
	width: 99%;
}

p{
	font-size:12px;
}

h1{
	margin:0px;
	text-align:center;
	font-size:16px;
	FONT: bold;
	padding-top:10px;
	text-transform:uppercase;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

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

/* Header
********************************************/
#top{
	background: #cccccc url(img/header.jpg) no-repeat;
}

#top h1{
	padding-top:0px;
	text-transform:none;
	line-height: 15px;
	margin: 0;
	font-size: 1.7em;
	text-align:center;
}

#prelude{
	background:#333;/*#900;/* transparent;*/
	text-align: center;
	margin: 0;
	color:#fff;
}
#prelude a{
	color:#ccc;
}
#prelude a:hover{
	color:#fff;
}
span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}
/* Post
********************************************/
#content{
	background: transparent;
	padding:10px 5px;
}

.pi{
	position: absolute;
	top: 15px;
	right:10px;
	height: 10px;
	width: 10px;
}

.pi:link{color:#444;  text-decoration:none;}
.pi:visited{color:#666; text-decoration:none;}
.pi:hover{color:#900; text-decoration:none;}
.post{
	margin-top:20px;
	margin-bottom:0px;
	padding:0px;
	border:1px #ddd solid;
}
.day-date{
	display: none;
}

.post-title{
	padding-left: 20px;
	background: #FFF url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	margin-bottom: 0px;
}

.post-title a{
	FONT: bold small-caps;
	background: transparent;
}

.post-info{
	padding-left: 20px;
	margin-top: 0;
	background: transparent;
}

.post-info a{
	background: transparent;
}

.post-content{

	padding: 0px 5px 0px 5px;
}

.post-content p{
	/*width: 470px;*/
	text-align: justify;
	overflow: auto;
}

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

.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	margin:0px;
	border-top: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
}

.post-info-co a{
	background: transparent;
}

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}







/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
}

#trackbacks blockquote, #comments blockquote{
	background: #F5F5F5;
	color: inherit;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

/* Sidebar
********************************************/
#sidebar,#otherbar{
	background: #FFF url(img/menu.png) repeat-x;
	height:700px;
	width: 150px;
	font-size:11px;
}
#sidebar ul li a,#otherbar ul li a{
	font-size:11px;
}

#sidebar div,#otherbar div{
	margin: 0 10px 2em 10px;
}

#sidebar h2,#otherbar h2{
	background:url(img/book.gif) no-repeat;
	font-size: 1em;
	FONT: bold;
	margin: 0 0 1ex 0;
	padding-left:30px;
	padding-top:2px;
	text-transform:uppercase;
}

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

#sidebar ul li:first-child,#otherbar ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #CCC;
	padding: 5px;
}

#sidebar ul li,#otherbar ul li{
	display: block;
	background: transparent;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

#sidebar ul li:hover,#otherbar ul li:hover{
	background: #CCC url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 70%;
}
/* Calendar */#calendar {align:center;}#calendar h2{	margin-bottom:10px;}#calendar table {	align:center;	border-collapse : collapse;	font-size: 9px;	margin:auto;}#calendar caption {	text-transform:capitalize;        padding :auto;	margin:auto;	font-size : 11px;}#calendar abbr {        border : none;}#calendar th {	border: none;	padding: 1px;}#calendar td {        border : none;	padding : 1px;}#calendar td {        text-align : center;}#calendar td.active {     /*   border : 1px solid #333333;*/	font-weight:normal;
	background:#bbb;}#calendar td.active a {	margin-left:0px;	padding-left:0px;	background:none;}#calendar td a{	font-size:10px;        color:#000;
		font-weight:bold;}#calendar td a:hover{	font-size:10px;        color:#000;
		font-weight:bold;
	background:#bbb;}#calendar a:hover {	color:#900;}#calendar a {	font-size:13px;        background:none;        margin-left:0px;        padding-left:0px;}

/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0;
	padding: 2em 0 1em 0;
	background: #FFF url(img/footer.png) no-repeat center bottom;
	text-align: center;
	visibility:hidden;
}

#footer a{
	background: transparent;
	visibility:none;
}
