@import "layout.css";

body{
	background: #3b4a55;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	font-size: 10px;
	font-family: Arial, Helvetica;
}

a{ color: #000; text-decoration:none; }
a:visited{ color: #000; text-decoration:none; }
a:hover{ color: #000; text-decoration: underline; }


/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/bgh.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 138px;
	background: #FFF url(img/top.gif) no-repeat left top;
}

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

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

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

.post-title h2{
	margin-top: 10px;
}

.post-info{
	margin-top: 0;
	color: #000;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #000;
	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;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
	margin: 0;
}

#sidebar div ul{
	margin: 0;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 15px;
	list-style: none;
}

#sidebar h1, #sidebar h2, #sidebar h3{
	color: #000;
}

#sidebar #titre{
	background-image: url(img/cat.gif);
	width: 154px;
	height: 18px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	background-position: center;	
}

#sidebar img{
	padding-left: 4px;
	padding-right: 8px;
	vertical-align: middle;
}


#sidebar div#search{
	background: transparent;
	color: inherit;
	text-align: center;
	padding-bottom: 12px;
}

#search form{
	margin: 0;
	padding: 0;
}

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


/* Le pied de page
-------------------------------------------------------- */
#footer{
	height: 25px;
	width: 849px;
	background: #FFF url(img/bas.gif) no-repeat bottom;
	clear: both;
}