
@import "layout.css";
/*@import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #666;
	font-size: 60%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image:url(img/fond.png);
}

/* h
-------------------------------------------------------- */
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;}

a{ font-size:12px}
/* divers
-------------------------------------------------------- */
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: 98%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr{ color:#eee; background-color:#eee; height:5px; border:0}

/* a
-------------------------------------------------------- */
img {
	border:0
}

a{
	color: #BAB976;
	text-decoration:none;
}

a:hover{
	color: #990000;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/bgrd.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	background:url(img/bgrd_nav.png) repeat-x bottom;
}

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

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

#logo{
	float:left;
	width:433px
}

#btn_site{
	float:left;
	margin:85px 0 0 160px
}

#btn_site p{
	padding:0;
	margin:0
}


#btn_site p a{
	color:#fff;
	background-color:#6C1722;
	border-color:#000;
	border-width:1px 1px 0 1px;
	border-style:solid;
	font-weight:bold;
	padding:2px 10px;
	display:block;
}

#btn_site p a:hover{
	background-color:#990000;
}


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	display:none
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #6C1722;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #666;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

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

.post-content{
	text-align: justify;
	height:151px;
	width:570px;
	overflow:hidden;
	background:url(img/bgrd_post.png) no-repeat top; margin-left:-5px 
}

.post-content img{
	float:left;
	width:275px;
	margin:8px 0 0 8px
}

.post-content p{
	float:left;
	width:250px; 
	padding:20px 0 0 10px;
	font-size:14px;
}


.post-content p a{
	font-size:10px;
	font-weight:bold;
	color:#999
}

.post-content p a:hover{
	color:#990000
}

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

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

.post-info-co a{
	background: url(img/puce_btn2.png) no-repeat left center;
	padding-left:10px
}

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

#trackbacks , #comments{
	background-color:#D6D6CB;
padding:10px
}

/* Le contenu page
-------------------------------------------------------- */

.post_page h2{
	color:#990000;
	font-size:18px;
	font-weight:normal
}

.post-content_page h2{
	color:#BAB976;
	font-size:14px;
	font-weight:bold
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
	padding-bottom:20px
}

#sidebar a{
	background: url(img/puce_btn2.png) no-repeat left center;
	padding-left:10px
}

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

#sidebar h2, #sidebar h3{
	color: #999;
	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 h2{ background:url(img/bgrd_h1.png) no-repeat; height:20px; padding:2px 0 0 5px}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 10px 10px 10px 30px ;
	color: #666;
}
#footer  li {
	list-style-type:none; 
	display:inline
}

#footer li a{
	color: #999;
	border:0 !important
}

