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

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background: #FFFFFF;
	text-align: center;
}

/*Formulaires*/
input, textarea{display: none;}
textarea{display: none;}
input:focus, textarea:focus{display: none;}
fieldset{display: none;}

img{
	border: 0;
}

code, pre{font-family: "Tahoma", monospace; font-size : 0.9em;}
/* Merci Kozlika :) */
pre {

	/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \
	color: #000000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		
		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 : #545454;}
a:visited{color: #545454;}
a:hover, a:focus, a:active{color: #545454;}
a[hreflang]:after {content: "\545454[" attr(hreflang) "]";color : #545454;background : transparent;}

h2, h3 {
	font-family : chicago,"Arial narrow",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.4em;}
h3{font-size: 1.3em; color:#000000;}
h4{font-size: 1.2em; color:#000000;}
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;
	color: inherit;
	min-height:100%;
	width: 95%;
}

/* Top
****************************************************************/
#top {
	/* background: url(images/banner.jpg) no-repeat center bottom; */
	height: 30px;
}

#title {
  display: none;
}

#title_imp {
  padding-left: 10px;
}

#banner {
	display: none;
}

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

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

#prelude{
	display: none;
}

/* Main
****************************************************************/
#main {
	color: inherit;
	width: 95%;
	border: 0px solid red;
	/* overflow: auto; Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
}

#menu {
  display: none;
}

/* Contenu
****************************************************************/
#content {
	margin: 10px;
	min-height:100%;
	padding-bottom: 1em;
	width: 95%;
	/* padding-left: 20px; */
}
#content p{
  color: #000000;
	/* color:#FFFFFF; */
}
.day-date{
	display: none;
}

/* post-title */
.post-title {
	padding-top : 20px;
	padding-left : 20px;
	margin: 0 0 0 -20px;
	color : #545454;
}

.post-title-artistes, .post-chapo-artistes {
	display:inline;
	color:#000000; 
}

.post-title a {
	color : #545454;
	text-decoration : none;
}

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

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

.post-chapo{
	display:inline;
	line-height: 1.6em;
	text-align: justify;
	color: #fff;
	background: transparent;
}

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

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

#comments span{
	display: none;
}
#comments input, #comments textarea, #contact input, #contact textarea, #mailing input, #mailing textarea, #search input, #search textarea, #search #q textarea {	
	display: none;
	}
#comments .submit, #comments .preview, #search .submit, #search #q .submit, #mailing .submit, #contact .submit {	
	display: none;
	}
#comments input:focus, #comments textarea:focus, #contact input:focus, #contact textarea:focus, #mailing input:focus, #mailing textarea:focus {display: none;}

#comments fieldset{display: none;}

#comments blockquote{
	text-align: justify;
}

.commentid{
	display: none;
}

.field label{
	display: none;
}

label{
	color: #aae900;
}

.unsubscribe{
	color: #e9cf00;
}


/* Sidebar
****************************************************************/
#sidebar {
	display: none;
}

#sidebar div{
	display: none;
}

#sidebar h2 {
	display: none;
}

#sidebar ul{
  display: none;
}

#sidebar a{
	display: none;
}

#selection h2{
	display: none;
}


/* Footer
****************************************************************/
#footer {
	background: transparent;
	color: #000000;
	text-align: center;
}
#footer img{
	vertical-align:middle;
}
#footer a{
	color: #000000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
.line {
	border-bottom-style: dotted;
	border-color: #aae900;
	border-bottom-width: 1px;
	padding-bottom: 1px
}

.portrait {
	float: left;
	margin: 10px 10px 0 0;
	border:0px;
}

.gallery-navigation {
  display: none;
}