/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
}

h1, h2, h3, h4, h5, h6{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 1.1em;
	color:#ffffff;
	background-image: url(http://www.bm-lyon.fr/mai68/themes/default/img/fdrouge.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:3px;
	margin-bottom:50px;
}
h2{
	font-size: 1.05em;
	font-weight: lighter;
}
h3{font-size: 1.1em;
	font-weight: lighter;}
h4{font-size: 0.9em;}
h5{font-size: 0.1em;}
h6{font-size: 1em;}




pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

.right{
	float: right;
	margin-left: 1em;
}
#home {
	cursor:hand;
}

/* La page
-------------------------------------------------------- */
#page{
	background: url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 221px;
	background: #FFF url(img/top.png) no-repeat left top;
	margin-top:10px;
}

/*#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Le prélude
-------------------------------------------------------- */ 
/*#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

#prelude a:hover{
	color: #666;
	background: transparent;
}*/

/* Le contenu
-------------------------------------------------------- */
#signature {
	color: #AC7D74;
}
#signature a {
	color: #AC7D74;
	text-decoration:none;
}
#signature a:hover {
	color: #723629;
	text-decoration:underline;
}
.pourtitre{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #090c12;
	padding-top:14px;
	padding-bottom:8px;
	text-indent:5px;
	/*margin-left:-13px;
	/*width:577px;*/
	background-image: url(img/fondtitrehome.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.post-title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #723629;
	background: url(img/fondtitre2.png) no-repeat 0px 0px;
	padding-top:14px;
	padding-bottom:8px;
	text-indent:46px;
	margin-left:-13px;
	width:577px;
}

.post-title a{
	color: #723629;
	text-decoration: none;
	padding-top:16px;
	padding-bottom:5px;
	text-indent:46px;
}
.post-title a:hover{
	color: #BF9C8D;
	text-decoration: none;
	padding-top:16px;
	padding-bottom:5px;
	text-indent:46px;
}
.post-info{
	margin-top: -19px;
	color: #AC7D74;
	background: transparent;
	padding-bottom: 1ex;
	font-size:0.7em;
	margin-left:32px;
}

.post-info a{
	color: #AC7D74;
	background: transparent;
	text-decoration: underline;
}
.post-info a:hover{
	color: #723629;
	background: transparent;
	text-decoration: underline;
}

.post-content{
	text-align: justify;
	margin-left:32px;
	font-size:0.9em;
	color:#1A1615;
}
.post-content a{
	color:#DF116E;
	text-decoration:none;
}
.post-content a:hover{
	color:#DF116E;
	text-decoration:underline;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}
/*#postvignette{
	margin-left:10px;
}*/

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;
	color: inherit;*/
	top:-24px;
}

#sidebar div ul{
	margin-top: -15px;
	margin-left:0;
	padding: 0;
	margin-bottom:13px;
		padding-bottom:30px;

}
#sidebar div li{
	font-size:0.8em;
	text-indent: 9px;
	background-image: url(img/pucenoire.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	list-style-type: none;
	text-decoration:none;
	color: #181312;
}
#sidebar div li a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #181312;
}
#sidebar div li a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff0101;
	text-decoration:underline;
}	
/*#sidebar h2, #sidebar h3{
	/*color: #9ED200;
	margin: 0 0 1ex 0;
}*/
#sidebar h2{
	background-image: url(img/rub.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color:#242424;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:-15px;
	}
#sidebar h3{
	color: #181312;
	font-size: 1em;
	/*margin: 0;*/
}
#sidebar h4{
	font-size:0.8em;
	color: #181312;
	font-weight:lighter;
	width:175px;
	}

#sidebar div#search{
	background: url(img/recherche.png) no-repeat 0px 0px;
	/*color: inherit;*/
	/*line-height: 2.3em;*/
	height: 99px;
	width: 194px;
	left:0px;
	/*margin-top:-30px;*/
}
#jecontrib{
	background: url(img/pictoenveloppe.png) no-repeat 4px 4px;
	height: 66px;
	width: 194px;
	text-indent:20px;
	padding-bottom:-30px;
	height:25px;
}
#toutescontrib{
	background: url(img/pictoliretout.png) no-repeat 0px 0px;
	height: 66px;
	width: 194px;
	text-indent:20px;
	padding-bottom:-30px;
	height:25px;
}
#recommander{
	background: url(img/recommander.png) no-repeat 0px 0px;
	width: 194px;
	text-indent:25px;
	height:23px;
	position:relative;
	left:5px;
}

.recom{
	color: #181312;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.recom a{
	color: #ff0101;
	text-decoration:none;
}
.recom a:hover{
	color: #ff0101;
	text-decoration:underline;
}
#gds{
	/*height: 20px;*/
	width: 180px;
	position:relative;
	left:-15px;
	margin-top:10px;
}
.gd{
	color: #181312;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.gd a{
	color: #ff0101;
	text-decoration:none;
}
.gd a:hover{
	color: #ff0101;
	text-decoration:underline;
}

#deposer{
	background: url(img/pictoenveloppe.png) no-repeat 0px 0px;
	height: 20px;
	width: 180px;
	padding-bottom:10px;
	text-indent:20px;
	position:relative;
	left:10px;
	margin-top:50px;
}
.depot{
	color: #181312;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.depot a{
	color: #ff0101;
	text-decoration:none;
}
.depot a:hover{
	color: #ff0101;
	text-decoration:underline;
}

#search fieldset, #search p{
	margin-left: 20px;
	margin-top:50px;
}

.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 18px;
	color: #723629;
	font-weight: bold;
	background-image: url(../../images/effettitre.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 23px;
}
.soustitre {
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;
	color: #723629;
	font-weight: bold;
	background-image: url(../../images/pucemarron.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-indent: 6px;
}
.soustitresoulign {
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;
	color: #723629;
	font-weight: bold;
	background-image: url(../../images/pucesoulign.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: 8px;
	background-attachment: scroll;
}

.douzegris{
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;
	color: #333333;
}
.douzerose {
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;
	color: #DF116E;
}
.quatorzemarron {
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;
	color: #723629;
}



/* Le pied de page
-------------------------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
	color: #181312;	
	font-size: 0.9em;
	background: url(img/bas_page.png) no-repeat 0px bottom;
	text-align: center;
	padding-left:32px;
	padding-top:30px;
	padding-bottom:20px;
	}
#footer a{
	color: #181312;
}
#footer a:hover{
	color: #AC7D74;
}
/*#lienfoot {
	paddind-bottom:40px;
	width: 565px;
	left:10px;
}*/


/*--------------------------------------------------------*/
.soustitrenoir{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}
.soustitrenoir a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration:none;
}
.soustitrenoir a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ff0101;
	text-decoration:none;
}
.agenda {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.agenda a  {
	font-size: 1.0em;
	color: #ff0101;
	text-decoration:none;
	/*text-indent: 9px;*/
	background-image: url(img/pucenoire.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left:8px;
}
.agenda a:hover {
	font-size: 1.0em;
	color: #ff0101;
	text-decoration:underline;
	background-image: url(img/pucenoire.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left:8px;
}


/*-------------------------PM mOZILLa----------------------------*/
.clearfix:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
}
       
.clearfix {
display: inline-block;
}

/* Hides from IE-mac */
 html .clearfix {
 height: 1%;
 }
.clearfix {
display: block;
}
/* End hide from IE-mac */

/*-------------------------FIN PM mOZILLa----------------------------*/

