@import "layout.css";

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background: #5FAAED url(http://www.zioupix.com/design/bg.png) repeat-x;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

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

h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#5FAAED; background:transparent;}
a:visited{color:#5FAAED; background:transparent;}
a:hover{color:#5FAAED; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#5FAAED; background:transparent;}
a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

code, pre, kbd {
	font-family:"Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #BEBDBE;
	background: #FFFFFF;
	margin-bottom: 1px;
}

textarea{
	width: 98%;
}

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

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Header
********************************************/
#top{
	background: url(img/top.png);
}

#top h1{
	margin: 0;
	font-size: 1em;
}

#top h1 a{
	text-decoration: none;
	color: #000;
	background: transparent;
}

#prelude{
	color: #FFF;
	background: transparent;
	text-align: right;
	margin: 2px;
}

#prelude a{
	color: #FFF;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #000000;
	background: transparent;
}

/* Post
********************************************/
#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 35px;
	margin-left: 20px;
	margin-right: 18px;
}

.post a{
	text-decoration: none;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 20px;
	background: #FFF url(img/logo_mini.gif) no-repeat left;
	background-position: 0 0.1em;
	color: #000;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #666;
	background: transparent;
}

.post-info a{
	color: #999999;
	background: transparent;
}

.post-content{
}

.post-content p{
	text-align: left;
	/*overflow: auto;*/
}

.post-content img{
	max-width: 100%;
	float: left;
	height: 110px;
	width: 110px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.post-content ul{
	list-style-image: url(img/puce.png);
}

.post blockquote{
	font-style : italic;
	border-left : 1px solid #E6E6E6;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	height: 13px;
    padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	clear: both;
	text-align: right;
	font-size: 10px;
	background-image: url(img/barre.gif);
	color: inherit;
}

.post-info-co img{
	padding-right: 4px;
	border: 0px;
}

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

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
	margin-left: 20px;
	margin-right: 18px;
}

#comments h3{
	font-family: Arial;
	font-size: 13px;
}

#trackbacks blockquote, #comments blockquote{
	background: #FFFFE0;
	color: inherit;
	border: 1px solid #F0F080;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

/* Sidebar
********************************************/
#sidebar{
	color: #FFFFFF;
}

#sidebar div{
	/* aurait du etre #sidebar > div */
	margin: 0;
}

#sidebar h2{
	margin: 3ex 0 1ex 0;
	background: url(img/cat_bak.gif);
	padding-left: 1ex;
}

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

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #000;
	background: transparent;
	padding-left: 12px;
}

#sidebar li a:hover{
	color: #666;
	background: transparent url(img/curseur.gif) repeat-y left; /* Bling Bling No Flash */
}

#sidebar #tag_ {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#sidebar #tag_ a{
	color: #000;
}

#sidebar #image a{
	color: #000;
}

#sidebar #membres form{
	padding-left: 10px;
}

#sidebar #membres input{
	padding-bottom: 1px;
}

#sidebar #bas{
	padding-top: 10px;
	background-image: url(img/menu_bas.gif);
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 60%;
	background-image: url(img/q.png);
	padding-left: 18px;
	margin-top: 6px;
}

/* Footer
********************************************/
#footer {
	clear: both;
	padding-top: 40px;
	background: #FFF url(img/bottom.png) no-repeat bottom;
	text-align: center;
}

#footer a{
	color: #AAA;
	background: transparent;
	text-decoration: none;
}

#footer li{
	
}

/* Footer 2
********************************************/
#footer2 {
	clear: both;
	text-align: left;
	width: 693px;
	margin: auto;
	color: #FFF;
}

#footer2 a{
	color: #FFF;
	background: transparent;
	text-decoration: none;
}

/* Pagination
********************************************/
#pagination{
	text-align: left;
	margin-left: 20px;
	margin-right: 4px;
	padding-top: 40px;
	clear: both;
	font-size: 10px;
}

#pagination a{
	text-decoration: none;
	color: #000;
}