@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	margin : 0 auto;
	padding : 0;
	background : #FFFFFF;
	font-family: "Lucida Grande", Arial, "Arial", "Lucida Sans Unicode", "Lucida", Arial, "Bitstream Vera Sans", sans-serif; 
	font-size : x-small;
	color : #333;
	text-align : center;

}


h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

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

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

pre{
	width: 1000%;
	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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a { color: #000000; text-decoration : none; background: #EEEEEE;}
a:link { color: #000000; background: #EEEEEE;}
#main a:hover { color : #FFFFFF; text-decoration : line-through; background: #006ab1;}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;text-decoration : none;
}

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

#top a {
	background : none;
}
#top a:hover {
	text-decoration: none !important;
	color: #FFFFFF;
}
#top a img {
	border : none !important;
}
/* 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
-------------------------------------------------------- */
.day-date {
    letter-spacing : 1px;
    font-size : 0.8em;
    text-align : center;
}
.post {
	border-bottom : 1px solid #21758B;
    padding-top : 10px;
    line-height : 125%;
    font-size : 12px;
	background : #FFFFFF;
	width:502px;
}

.post-title {
    font-size : 22px;
	padding : 1px;
	font-weight : bold;
	line-height : 100%;
    margin-bottom : 0.33em;
}


.post-title a {
    color : #FFFFFF;
    margin-bottom : 0.33em;
	background : #006AB1;
}



.post-info, .post-info-co, .footnotes {
    padding-top : -10px;
	font-size : x-small;
	color : #666666;
	width:502px;
}

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


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

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

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

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

#comments p.comment-info {
padding : 0;
margin : 0 !important;
}
    
   


img{
background:none;
border:hidden;
}

ban{
display:none;

}

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

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #006AB1;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

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

#sidebar div#calendar table th{
	color: #F00;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

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

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
    clear : both;
    padding : 2em 110px 2.5em 1em;
    text-align : center;
    background : #FFFFFF;
}

