layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
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: 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;
	font-size:11px;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#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
-------------------------------------------------------- */
.day-date{
	
	color: #888;
	font-style: italic;
	text-align:right;
}

.post-title {
	color: #F90;
	margin-bottom: 0;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-color:#FFFFFF;
	padding:3px 0px 3px 0px;
	background-image:url(../../../images/fond_titre_news.jpg);
	background-repeat:repeat-y;
	background-position:right;
	font-style:italic;
	}

.post-title a, .post-title a:link, .post-title a:visited, .post-title a:active {
	color: #333333;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover {
color:#FF9966;
}

.post-info{
	margin-top: 0;
	color:#FF9966;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}
.post-content ul li{
	margin-left: 20px;
	
}
.post-content img  {
display:block;
float:right;
border:1px solid #666666;
margin:5px 0px 5px 8px;

}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	margin-bottom:10px;
	clear:both;
	border-bottom:1px dashed #C2CFDF;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #666666;
	margin:20px 0pt 20px 5px;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#search{
	background: transparent;
	color: inherit;
	
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}
/*#search h2, #categories h2, #archives h2, #syndicate h2, #newsletter h2 {
background-color: #CCCCCC;
border-top:1px solid #666666;
border-bottom:1px solid  #333333;
color:#FF6600;
padding:2px;
text-indent:5px;

}
*/
#search, #categories, #archives, #syndicate, #newsletter, #calendar {
border-top:1px solid  #000000;
background-image:url(../../../images/fond_rubrique.jpg);
background-repeat:repeat-x;
margin-bottom:8px;
padding-left:3px;
padding-bottom:4px;
}
.submit{
height:18px;}

#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: #493;
	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;
}
#syndicate ul li{
margin-bottom:5px;


}

#syndicate ul li a {
background-image: url(img/rss.png);
background-repeat:no-repeat;
background-position:left center;

}
#rubrique ul li a {
padding:5px 0px 5px 25px;
font-size:11px;
color:#663333;
text-decoration:underline;
}
#rubrique ul li a:hover{
color: #CC6633;
text-decoration:none;
}
.post-content .smiley {
border:none;
float:none;
display:inline;
margin:0px;

}