/*
Theme Name: Unidec Web v1
Author URI: http://www.netetweb.com/
Version: 0.9
Author: Guillaume BARON
Description: Thème développé pour le site Web Unidec
*/
body {
	background: #DDD;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#111;
}
a{
	text-decoration: none;
	outline: none;
}
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #999;
	border-left: 2px solid #ccc;
}
img{
	border: none;
}
form{
	margin: 0;
}
input, textarea{
	font-size: 10px;
	padding: 3px;
	border: 1px solid #0d6e0f;
}
label{
	float:left;
}
hr{
	margin: 4px 0;
	color: #2D170A;
	background: #2D170A;
}

#container { 
	width: 960px; 
	text-align: left; 
	margin: 0 auto;
	background: #fff;
}

/* content styles */
#content {
	width: 590px;
	float: left; 
	margin: 0 0 10px 0;
	padding: 0 10px;
	position: relative;
}
#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#content h1 {
	color: #000000;
	font-weight: normal;
}
#content h1 a{
	color: #2D170A;
	text-decoration: underline;
}
#content h1 a:hover {
	color: #EF7222;
	text-decoration: none;
}
#content h2 {
	color: #0d6e0f;
	font-size: 1.5em;
	font-weight: normal;
	margin:0 0 2px 0;
	padding: 0;
}
#content h2 a, #content h3 a{
	color: #0d6e0f;
	background: transparent;
	text-decoration: none;
	display:block;
}
#content h2 a:hover, #content h3 a:hover {
	color: black;
	text-decoration: none;
}
/* posts styles */
.date {
   float: right;
   text-align: center;
   font-size: 10px;
   font-weight: bold; 
   width: 120px;
   height: 24px;
	line-height: 24px;
   color: #888888;
   background: #eeeeee url(images/datebg.gif) top left no-repeat;
   padding: 0;
	margin: 0;
}
.posts{
	padding: 5px;
	margin: 0 0 5px 0;
	border: 0;
}
.posts h2 a{
	display: block;
	padding: 2px 0 0 0;
	margin: 0;
}
.posts .title {
	border-top: 2px solid #eeeeee;
	margin: 0;
	padding: 0 0 5px 50px;
	font-size: 1.5em;
}
.posts a{
color: #000000;
}
.posts a:hover{
text-decoration: underline;
}
.posts ol{
margin:0;
padding:0;
}
.posts ol li{
	list-style: decimal inside;
	padding: 3px 0 3px 5px;
	margin: 0;
}
.posts ul {
list-style: none;
margin: 0;
padding: 0 0 5px 0;
}
.posts ul li {
list-style: square inside;
margin: 0 0 0 5px;
padding: 5px 0 0 0;

}
.posts ul li a {
color: black;
text-decoration: none;
font-style: normal;
}
.posts ul li a:hover {
color: black;
text-decoration: underline;
}
.posts blockquote p{
margin: 0 0 10px 0;
padding: 0;
}
.posts p img, .posts img{
border: none;
padding: 5px;
}
.posts ol li img{
border:none;
padding:0
}
.input_comment{
margin:0 0 5px 0;
}
.prev{
float: left;
text-align: left;
padding: 0 0 10px 0;
color: red;
}
.next{
float: right;
text-align: right;
padding: 0 0 10px 0;
color: #0d6e0f;
}
.prev_next{
padding: 10px 0 0 0;
color: #0d6e0f;
text-align:center;
}
.prev_next a, .prev a, .next a{
	text-decoration:none;
	color: #0d6e0f;
}
.prev_next a:hover, .prev a:hover, .next a:hover{
	text-decoration: underline;
	color: #0d6e0f;
}
.postinfo{
	margin: 0 0 5px 0;
	font-size: 10px;
	border-bottom: 1px solid #ffff00;
	padding: 0 0 3px 0;
}
.postinfo a, .postinfo a:visited{
	font-style:normal;
	color: #0d6e0f;
}
.alignleft{
	border: none;
	padding: 0px 5px 5px 0px;
	float:left;
}
.alignright{
	border: none;
	padding: 5px 0px 0px 5px;
	float:right;
}
/* comments styles */
.comments {
	padding: 5px;
}
.comments * {
	font-size: 13px;
}
.comments h3 {
	color: #6B030B;
	font-size: 14px;
	margin-bottom: 10px;
}
.comments .commentlist {
	padding: 0;
	margin: 0;
}
.comments .commentlist div {
	margin: 5px 0 5px 0;
	padding: 10px;
	background: #ccc;
	width: 450px;
	overflow: auto;
}
.comments .commentlist .alt {
	background: #FFFFFF;
}
.comments ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}
.comments ol li{
	list-style: decimal inside;
	margin: 0;
	padding: 10px;
	border-bottom: 2px solid #000;
}
.graybox{
	background: #eee;
}
.whitebox{
	background: #ddd;
}
/* search styles */
#content #search {
	margin: 10px;
	text-align: center;
}
#search #s, #author, #email, #url, #comment {
	border: 1px solid #000;
}
#search #searchsubmit, #submit {
	background: #eee url(images/buttonbg.gif) top left repeat-x;
	border: 1px solid #ddd;
}
#search #searchsubmit:hover, #submit:hover{	
	background: #111;
	color: #fff;
}
#searchform{
	margin:0;
}
/* footer styles */
#footer { 
	background:#333;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 960px;
}
#footer a{
	color:#fff;
}

