/* ***** 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{
	font-size: 10px;
	  
	   font-family: Verdana, Arial, Helvetica, sans-serif;
       margin: 0 ;
       padding: 0;
       background: #f4f2f2 url("img/fond.jpg") repeat-x left top;


        color: #000000;
      text-align: justify;
}

h1, h2, h3, h4, h5, h6{
	
}

h1{font-size: 1.1em;}
h2{font-size: 15px;}
h3{font-size: 15px;}
h4{font-size: 1.1em;}
h5{font-size: 1.1em;}
h6{font-size: 1.1em;}

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

pre{
	width: 100%;
	overflow: auto;
	border: 0px solid #f4f2f2;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{

     
	border: 0px solid #5B6F8A;
}

textarea {
	width: 525px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

color: #ffffff;
background: #000000;
}

input {
	
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

color: #ffffff;
background: #000000;
}




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

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

/* La page
-------------------------------------------------------- */










#page{


	
  
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 535px;
    background: #000000 url("img/top.jpg") no-repeat left top;
}

#menu{
	padding: 55px 0 25px 0;
text-align: right;
}


#footer2{
height: 100px;
background: #f4f2f2 url("img/sagesse.jpg") no-repeat right top;


}


	


#bas{

	height: 30px;


    background: #000000 url("img/lx.png") no-repeat left top;
color: #ffffff;
padding-top: 50px;
Padding-left: 60px;
margin: 0 ;

}




/* Le contenu
-------------------------------------------------------- */
.day-date{
	
	
	color: #000000;
	
	font-style: italic;
}


.post-title a,
.post-title a:visited {
	              color: #335a59;
    
	background: transparent;
	margin-bottom: 0;

	            }

.post-title a:hover {
	           color: #000000;
    
	background: transparent;
	margin-bottom: 0;
text-decoration: none;
	          }







.post-title{
	

color: #335a59;
    
	background: transparent;
	margin-bottom: 0;


}


.post-info{
	margin-top: 0;
	
	background: transparent;
	padding-bottom: 1ex;
	
}

.post-info a{
	color: #fc768f;
	background: transparent;
	text-decoration: none;
}

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

.post-content a,
.post-content a:visited {
	              color: #fc768f;
    background: transparent;
	margin-bottom: 0;

	            }

.post-content a:hover {
	           color: #fc768f;
    
	background: transparent;
	text-decoration: none;

	          }



.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	color: #5f9188;
    background-color: #ffffff;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */








/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	text-align: right;
	
	
}





#menu a,
#menu a:visited {
	              
               
                  text-decoration: none;
                 
	            }

#menu a:hover {
	            color: #000000;
text-decoration: none;
margin-right: 10px;
               
	          }




a,
a:visited {
	              color: #fc768f;
               
                  text-decoration: none;
                 
	            }

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

img {
	 border: 0px none;
     
    }



#derncrea {
	margin-top: 50px;
	margin-bottom: 40px;

     
}


.post-info-co a,
.post-info-co a:visited{


  
	color:#2E3235;
	text-decoration: none;
	
    
}


}
.post-info-co a:hover{
	color:#BBCBD1;
	text-decoration: none;
}






a.rss-mini {
	background: url("img/feed.png") no-repeat left top;
	padding-left: 16px;
   
	color:#FF6600;
	text-decoration: none;
	
    
}
a.rss-mini:visited {
	color:#FF6600;

}
a.rss-mini:hover {
	color:#BBCBD1;
	text-decoration: none;
}



ul { list-style: none; 
 margin: 0;
    padding: 0;


}








ul.listes {
	       	list-style-image: none;
	
   
   

	text-decoration: none;


	          }




