/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 la lène de mouton. 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):
 *  la lène de mouton - jeuxdemaux.com
 */



html, body{
	margin: 0;
	padding: 0;

}

#page{
	width: 951px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	top: 0px; 
	left:1px;
}

#top, #top h1{
	margin: 0;
}


#main{
	float: left;
	position: relative;
	top: 100px;
	left: 75px;
	margin: -370px 0 0 0;
}





 #main h3 {
 ÊÊ Êcolor : #333;
 ÊÊ Êmargin-top : 1em;
 }









#content{
	margin: 0 0 0 0;
	position: relative;
	width: 620px;
}


#sidebar{

	float: right;
	width: 250px;
	padding: 0 0 15px 10px;
	margin: -600px 0 0 0;
}

html>body #sidebar{

	width:220px;
ÊÊ Êmargin : 0 auto;
ÊÊ Êpadding : 0;
}

#sidebar div{

	margin: 0 15px 0 0;
	padding: 0 0 15px 10px;
}

#footer{
	
	position: center;
	margin : 10;
	clear: both;
	width: 600px;
	height: 5px;
	padding: 20px 20px 40px 70px;
}

#footer2{

	width: 703px;
	height: 450px;
	margin: 40px 50px 230px 70px;
}
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{

	background: #FFFFFF url(img/body.jpg)  fixed;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: Arial, Tahoma, sans-serif;
}


h1, h2, h3, h4, h5, h6{
	font-family: geneva, asenine;
	font-weight: normal;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.9em;}

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

pre{
	width: 100%;
	overflow: auto;
}


.field label{
	display: block;
}


textarea{
	width: 95%;
	font-size: 1em;
	font-family: geneva, asenine;

	color: #000000;
}

a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FF0000;
}

a:hover{
	color: #7794f3;
	text-decoration:underline;
}

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

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

.invisible {
	display: none;
}


.error {
	margin-left: 95px;
}

 
/* L'entête






	1 	#top{
	2 	Ê Ê Ê Ê height: 120px;
	3 	Ê Ê Ê Ê background: #FFF url(img/top.png) no-repeat left top;
	4 	}
	5 	Ê
	6 	#top h1{
	7 	Ê Ê Ê Ê height: 80px;
	8 	Ê Ê Ê Ê line-height: 80px;
	9 	Ê Ê Ê Ê margin: 0 0 0 40px;
	10 	Ê Ê Ê Ê padding-top: 20px;
	11 	Ê Ê Ê Ê color: #FFFFFF;
	12 	}
	13 	Ê
	14 	#top h1 a{
	15 	Ê Ê Ê Ê text-decoration: none;
	16 	Ê Ê Ê Ê color: #FFFFFF;
	17 	}







-------------------------------------------------------- */
#top{

	width: 703px;
	height: 450px;
	margin: 20px 50px 160px 70px;
	background: transparent url(img/top.png) no-repeat left top;
}


#top h1 a{

	text-transform: uppercase;
	text-decoration: none;
	font-family: geneva, asenine;
	font-weight: normal;
	margin: 100px 0 0 0;
	position: relative;
	top: 95px;
	left: 500px;
	border: none;
	color : #000000;
	font-size: 1px;
}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display: none;
}


/* Le contenu
-------------------------------------------------------- */
.post {
	
	width: 555px;
	background: transparent url(img/fond_post.png) no-repeat;
	margin-bottom: 4em;
	padding-left: 25px
}

.post ul{
	
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.post li{
	
	padding: 0 0 0 15px;
	background: transparent url(img/fond_li.png) 0px 7px no-repeat;
}

.day-date{
	
	padding-left: 20px;
	margin-left: -25px;
	color: #000000;
	font-style: italic;
	display: none;
}

.post-title{
	
	color: #000000;
	margin: 0px;
	padding:0px;
	clear: both;
	font-size: 2em;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1.1em
}

.post-title a{

	color: #000000;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}


.post-title a:visited{

	color: #000000;
}

.post-title a:hover {

	text-decoration : none;
}


.post-info{

	margin: 0px;
	padding: 0;
	color: #000000;
	background: transparent;
	font-size: 0.9em;
	font-family:geneva, asenine;
}


.post-date {

	width: 43px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.post-chapo, .post-content{
	
	text-align: justify;	
}

.post-chapo img,.post-content img {
	border: none;
}

div.separateur {
	
	height: 50px;
	padding-left: 95px;
	background: transparent url(img/separateur.png) bottom center no-repeat;
	width: 600px;
}

.post-content blockquote{
	
	font-family: Arial, Tahoma, sans-serif;
	font-style: italic;
}


.post-info-co{
	
	text-align:right;
	clear: both;
	font-size: 0.9em;
	background: transparent url(img/fond_postinfoco.png) 370px 0px no-repeat;
	height: 30px
}












.catimage { border:0; }








.facebook_link {
        background: transparent url(img/facebook.gif) no-repeat 0 50%;
}














.block_comment {

	background: transparent url(img/fond_commentaire.png) no-repeat;
	height: 110px;
	margin-top: 10px;
	padding-top:30px;
}

html>body .block_comment {
	
	min-height: 110px;
	height: auto;
}


#trackbacks, #comments{
	
	padding: 0 0 0 25px;
	width: 555px
}

#trackbacks blockquote, #comments blockquote{

	margin: 0px;
	padding: 1ex 1em 0 0;
	width: 555px;
	color: #000000;
}

#trackbacks blockquote p,  #comments blockquote p {

	padding-right: 70px;
}

#trackbacks h3, #comments h3 {

	color: #000000;
	margin: 15px 0 0 0;
	padding:10px 0 0px 0px;
	height: 17px;
	clear: both;
	font-size: 17px;
	text-transform:uppercase;
}

#trackbacks p, #comments p {

	padding: 0 0 0 0;
}

#comments form {

	margin: 0;
	width: 465px;
	color: #0000000;
}

#comments form p {
	border:0px
	padding: 0px;
}

#comments fieldset{

	border: none;
	padding: 0px;
	width: 470px;
}

#comments .field input {

	border: none;
	background:url(img/fond_input.png) no-repeat;
	padding: 5px 3px 8px 7px;
	font-size: 10px;
	width: 120px;

	color: #000000;
}



#comments .field textarea {

	width: 530px;
	height: 115px;
	border: 0px;
	background: transparent url(img/fond_textarea.png) no-repeat;
	margin: 0px;
	padding: 10px 25px 10px 10px;
	font-size: 11px;
	overflow: auto;	
}

#comments input.submit, #comments input.preview {

	width: 100px;
	border: none;
	background:url(img/fond_search.png) no-repeat;
	padding: 4px 6px 5px 6px;
	font-size: 9px;	
	border: none;
	color: #a11c19;
	text-transform:uppercase;
}

.comment-info{

	margin: 0;
	font-size: 0.9em;
	font-family: geneva, asenine;
	color: #a11c19;
}

#comments .gravatar_img {
	
	float: right;
	padding:6px 8px 10px 10px;
	width: 50px;
	height: 50px;
}
/* La barre de navigation
-------------------------------------------------------- */

#sidebar a {
	margin: 0px;
	padding: 10px 0 0 10px;
	font-weight: normal;
	font-size: 1.3em;
	font-family: geneva, asenine;
	color: #a11c19;
	background: transparent url(img/sidebar_h2.gif) no-repeat;
	
}

#sidebar div{
	color: inherit;
	margin: 0;
	padding: 10px 4px 10px 10px;	
}

#sidebar div ul{
	

	margin: 0;
	padding: 0;
	list-style-type:none;
	


}



/* e texte des billets fiat 1  2  3


	color: #000000;
	font-size: 1.5em;
	padding: 0 0 0 27px;

-------------------------------------------------------- */
#sidebar div li {
	
	margin: 0px;
	padding: 10px 0 0 0px;
	height: 20px;
	clear: both;
	font-size: 1em;
	font-weight: normal;
	font-family: geneva, asenine;
	color: #000000;
	background: transparent url(img/sidebar_h2.gif) no-repeat;
	
}





/* e texte a retenir archive cathegories..
-------------------------------------------------------- */

#sidebar h2 {
	margin: 0px;
	padding: 20px 0 0 20px;
	height: 20px;
	clear: both;
	font-size: 1,8em;
	text-transform:uppercase;
	font-weight: normal;
	font-family: geneva, asenine;
	color: #000000;
	background: transparent url(img/sidebar_h2.gif) no-repeat;
}

#sidebar h3{
	text-transform:uppercase;
	margin: 0px 0 0 20;
	color: #000000;
	font-size:1.2em;
	font-weight: normal;
}




#sidebar h4{
	text-transform:uppercase;
	margin: 3px 0 0 0;
	color: #000000;
	font-size:1.2em;
	font-weight: normal;
}







#sidebar fieldset, #search p{
	margin: 0;
	padding: 0;
	border: 0;
}

#search input.text{
	border: 2px dashed #EB8500;
	background: transparent;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	width: 90px;

	height: 17px;

	color: #000000;
}


#search input.submit{
	border: 1px solid #EB8500;
	background: transparent;
	margin-top: 2px;
	font-size: 9px;
	color: #a11c19;

	width: 20px;

	height: 20px;
	/*width: 10px;*/
}

#sidebar div#calendar{

}

#sidebar div#calendar table{
	font-size: 9px;
	text-align: center;
	margin: 0;
	border-collapse: collapse;
	font-family:geneva, asenine;
	color: #a11c19;
}

#sidebar div#calendar table caption{
	border:0px
	margin: 0;
}

#sidebar div#calendar table th{

	background: transparent;
}

#sidebar div#calendar table td{

	line-height: 2em;
	border: none;
	width: 30px;
}

#sidebar div#calendar table td a{
	
	display: block;
	background: #a11c19;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{

	text-align: center;
	background: #7794f3;
	color: #000000;
}


