/* ***** 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";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #FFF;
	color: #000;
	font-family: Tahoma, Arial, 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: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#996633; background:transparent;}
a:visited{color:#996633; background:transparent;}
a:hover{color:#666666; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
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: auto;
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%;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Header
********************************************/
#top{
	background: url(img/header3.gif) no-repeat;
}

#pub-haut{ 
	position: absolute;
	top: 73px; 
	left: 253px; 
}

#pub-bas{
	margin-left: 10px;
	padding: 0;
}

#radioblog{
	display: none;
	position: relative;
	left: 8px;
	width: 160px;
	height: 320px;
	border: 1px solid #CCC;
}

#top h1{
	line-height: 15px;
	margin: 0;
	padding-left: 1.5em;
	text-align:center;
	font-size: 1.5em;
}

#top h1 a{
	text-decoration: none;
	color: #CCCCCC;
	background: transparent;
}

#top h1 a:visited{
	color: #CCCCCC;
}

#top h1 a:hover{
	color:#000000;
}

#prelude{
	color: #CD5C5C;
	background: transparent;
	text-align: right;
	margin: 0;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}

/* Post
********************************************/
#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 20px;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 35px;
	background: transparent url(img/favicon.gif) no-repeat left;
	background-position: 0 0.1em;
	color: #000;
	margin-bottom: 0;
}

.post-title a{
	background: transparent;
	text-decoration: none;
}

.post-info{ display: none;
	padding-left: 20px;
	margin-top: 0;
	background: transparent;
}

.post-info a{
	background: transparent;
}

.post-chapo{
	font-weight: bold;
}

.post-content p{
	width: 480px;
	text-align: justify;
	/*overflow: auto;*/
}

.post-content img {
float: left;
clear: both;
margin: 0 1em 0 0;
border: .1em solid #ccc;
}

/*.post-content ul{
	list-style-image: url(img/puce.png);
}*/

.post blockquote{ 
	margin: 0 0 1em 0;
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : .5em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: .9em;
	border: 1px solid #E0E0E0;
	background: url(img/postinfo.png) repeat-x;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 5px;
}

.post-info-co a{
	background: transparent;
	text-decoration: none;
}

.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{
	background: url(img/menu.gif) repeat-x;
	color: #663300;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#sidebar div{
	/* aurait du etre #sidebar > div */
	margin: 0 10px 2em 10px;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #666;
	background: transparent;
}

#sidebar li a:hover{
	color: #333;
	background: transparent url(img/favicon.gif) no-repeat right;
}

#sidebar ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 20%;
}

#search input#q{
	width: 70%;
}

#archives{
	display: none;
}

#selection{
	display: none;
}

/* Footer
********************************************/
#remerciements{
	margin: 0 2em;
	text-align: center;
}

#footer{
	clear: both;
	margin: 0 0 0 198px;
	padding: 1em 0;
	text-align: center;
}

#remerciements a, #footer a{
	text-decoration: none;
	color: #999;
	background: transparent;
}

#remerciements a:visited, #footer a:visited{
	color:#999;
}

#remerciements a:hover, #footer a:hover{
	color:#000;
}



/* ----------DEBUT GALERIE PHOTO---------- */

#galleries h3{
	margin: 0 0 1ex 0; padding: 0;
	font-weight: bold;
}

#galleries h3 a{
	color:#666666;
}

#galleries h3 a:visited{
	color:#666666;
}

#galleries h3 a:hover{
	color: #333333;
}

#galleries li {
}

#galleries li a {
}

#galleries li a:hover {
}

#gallery {
	margin : 2em;
}

.gallery-thumbnail {
	float : left; 
	margin : 5px; 
	padding : 0px; 
	padding-bottom: 0;
	text-align : center; 
	border : .05em solid #ccc;
}

.gallery-thumbnail-container img {
	display : block;
	float: none;
	clear: none; 
	margin : 0px auto;
}

.gallery-thumbnail-container {
	width: 200px;
	height: 145px;
	margin: 10px;
	padding: 0;
}	

.gallery-thumbnail-desc {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	background : transparent; 
	font-size: 1em;

}

.gallery-icone {
}

.gallery-portrait {
display: none;
}

.gallery-image-title {
	text-align: center; 
}

.gallery-nb-comment {
	margin-top : 1px;
	display:block;
	text-align: center; 
	font-size: 1em;
}
.gallery-nb-comment a{
	font-size: 1em;
}

.gallery-nb-views {
	padding-bottom : 1px;
	display: none; /* au lieu de block pour cacher le nombre de visite sur chaque image */
	text-align: center;
	color: #ccc;
}

.gallery-thumbnail:hover { 
}

.gallery-description {
	width: 100%;
	line-height : normal;
	border: 1px solid #ccc;
}

.gallery-description ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

.gallery-description li {
	margin : 5px; 
	padding : 5px;
	width : auto; 
	height : auto; 	
	border-bottom : 1px solid #ccc; 
	list-style : none;
	font-size: 1.2em;
}

.gallery-description img { 
	float : none;
	height:auto;
	width:140px auto; 
	border : 1px solid #000; 
}

.gallery-description a { 
	display : block; 
	text-decoration : none;
}

.gallery-all-thumbnails {
	margin: 0px auto;
	width: 100%;
	padding: auto;
}

.gallery-spacer {
	display: block;
	clear:both;
}

.gallery-enddescription {
	margin-bottom: 10px;	
	padding: 1px;
}

.gallery-navigation {
	font-size : 1.2em;
	margin: 1em; 
	text-align : center;
}

.gallery-image img { 
	display:block;
	float: none; 
	margin : 0 auto; 
	padding : 5px; 
	border : 1px solid #CCCCCC;
	background: transparent;
}

.gallery-content blockquote { 
    background: transparent;
	border: .05em solid #663300;
	-moz-border-radius: 1em;
	margin : 2em;
	padding: 1em;
}

.gallery-content blockquote p{ 
	margin: 0;
	font-size: .9em;
}

#gallery-last {
}

.gallery-last-block {
	border : 1px solid #ccc;
	border-top-width : 2px;
	padding : 0 0.5em;
	margin : 0 0 1.5em 0;
}

.gallery-last-title {
	background : #eceade;
	margin : 0 -0.5em;
	padding : 0.2em 0.5em;
	font-size : 1em;
	font-family : Verdana,Arial,Helevetica,sans-serif;
}

.gallery-last-info {
  float: none;
	margin : 0;
}

.gallery-last-info img {
	float : left;
	margin : 2px 0 0 4px;
	position : relative;
}

#gallery-exif {
	margin: 0px auto;
	padding: 0px auto;
}

#gallery-exif dl {
	background: #EEE; 
	width: 41.1em;
	margin: auto;
	padding: 0;
	/*clear: both;*/
}

#gallery-exif dt {
	background: #EEE; 
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

#gallery-exif dd {
	float: left;
	width: 23em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* ----------FIN GALERIE PHOTO---------- */
