/* Thème Maniatux 	*/
/* Licence CC by-nc-sa 	*/

html
	{
	background: #9d9d9d;
	margin: 0;
	padding: 0;
	color : #555;
	}

body
	{
	font: 1em 'Liberation Sans', 'DejaVu Sans Condensed','Nimbus Sans L', Aerial, Summersby, Lorna, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}

a	
	{
	text-decoration: none;
	}

img	{
	border: none;
	}

a:visited
	{
	text-decoration: none;	
	}

/* Styles */


/* Le header */

#top
	{
	height: 100px;
	display: block;
	}

.panel 
	{
	height: 40px;
	background: url(img/pannel.png);
	width: 802px;
	margin: 0 auto 0 auto;
	color: #FFF;
	font-size: 14px;
	}

.pannel_bottom
	{
	background: url(img/pannel_bottom.png);
	width: 802px;
	height: 4px;
	margin: 0 auto 0 auto;
	}

.header
	{
	background: url(img/header.png) no-repeat #008201;
	margin: 20px auto 0 auto;
	height: 128px;
	width: 794px;
	border-top: double 4px #FFF;
	border-left: double 4px #FFF;
	border-right: double 4px #FFF;
	}

#titre {
	padding: 50px 0 0 20px;
	font-size: 35px;
	font-family: 'IM Fell DW Pica', arial, serif;
	}

#titre	a
	{
	color: #FFF;
	text-decoration: none;
	}

#titre	a:visited
	{
	color: #FFF;
	}

#desc	{
	color: #FFF;
	padding: 15px 0 0 23px;
	font-size: 12px;
	}

#desc a
	{
	color: #FFF;
	text-decoration: underline;
	font-family: 'Droid Sans Mono', arial, serif;
	}

/* La page */

.page
	{
	width: 794px;
	background: url(img/page.png) repeat-x #EEE;
	margin: 0 auto 0 auto;
	overflow: auto;
	border-left: double 4px #FFF;
	border-right: double 4px #FFF;
	border-bottom: double 4px #FFF;
	clear: both;
	}

.boucle
	{
	width: 602px;
	overflow: auto;
	float: left;
	margin: 0;
	}

.article
	{
	margin: 0 10px 10px 10px;
	font-size: 0.8em;
	border: solid 1px #7F7F7F;
	background: #FFF;
	padding: 5px 5px 5px 5px;
	}

.article li
	{
	list-style-type: none;
	background: url(img/puce.gif) no-repeat 0 4px;
	padding-left: 15px;
	}

.article span.title
	{
	background: url(img/puce.png) no-repeat;
	background-position: 5px 0;
	height: 30px;
	padding: 5px 0 0 45px;
	font-size: 1.5em;
	width: 100%;
	}

.article span.title a
	{
	color: #000;
	}

.article span.title a:visited
	{
	color: #000;
	}

.article span.description
	{
	font-size: 0.8em;
	border-bottom: 1px dotted #ccc;
	}

.article span.description a
	{
	color: #000;
	}

.article span.description a:visited
	{
	color: #000;
	}

.contenu
	{
	font-size: 13px;
	/*text-align: justify;*/
	padding: 0 5px 0 5px;
	font-family: 'Droid Sans', arial, serif;
	}

.contenu a
	{
	color: #0000FF;
	text-decoration: underline;
	}

.contenu a:visited
	{
	color: #0000FF;
	}

.contenu h3
	{
	background: url(img/puce2.png) no-repeat;
	background-position: 10px 7px;
	padding: 0 0 0 20px;
	}

#spacer
	{
	width: 700px;
	height:20px;
	float: left;
	}

.picture
	{
	border: solid 5px #ccc;
	border-style: double;
	width: 150px;
	padding: 5px;
	margin: 0 auto 0 auto;
	}

.picture img 
	{
	display: block;
	margin: 0 auto 0 auto;
	}

.thumbnail
	{
	text-align: center;
	} 

.thumbnail img 
	{
	background: #e7e7e7;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 5px;
	}

.thumbnail a 
	{
	text-decoration: none;
	}

/* Commentaires */

#comments
	{
	margin: 10px 30px 0 30px;
	}

#comments h2 
	{
	color: #4b4b4b;
	font-size: 1em;
	font-weight: bold;
	}

#comments .comment {
	background: #FFF;
	margin : 0 0 8px 0;
	border : 1px solid #000;
	border-style: dashed;
	margin: 10px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 420px;
	font-size: 0.7em;
}

#comments .comment .info_comment {
	color : #333;
}

#comments .comment .info_comment a { color : #0000FF; text-decoration: underline;}
#comments .type-normal .info_comment { border-bottom: solid 1px #CCC; }
#comments .type-admin .info_comment { border-bottom: solid 1px #3399FF; }
#comments .comment .content_com { padding : 0;}

blockquote
{
border: 1px solid #ccc;
padding-left: 10px;
color: #777777;
}

.gravatar {
float:right;
width: 32px;
height: 32px;
}

#form
	{
	margin: 20px 50px 0 50px;
	background: #fff;
	border: solid 1px;
	padding: 0 20px 0 20px;
	font-size: 0.8em;
	}

#form h2
	{
	color: #4b4b4b;
	font-size: 1em;
	font-weight: bold;
	}

fieldset 
	{
	border : 0;
	margin: 0;
	padding: 0;
	}

label 	{
	display : block;
	}

input, textarea 
	{
	background-color : #EEEEEE;
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 2px solid #D4DAE2!important;
	border-bottom : 1px solid #D4DAE2;
	}

input:focus, textarea:focus 
	{
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
	}

/* La sidebar */

.sidebar
	{
	background: url(img/sidebar.png) repeat-y;
	width: 176px;
	float: left;
	}

#sidebar_bottom
	{
	background: url(img/sidebar_bottom.png);
	width: 176px;
	height: 4px;
	float: left;
	}

.sidebar ul
	{
	margin: 5px;
	padding: 0 20px;
	list-style-type: square;
	}

.item-1 h2
	{
	margin: 0 10px;
	border-bottom: solid 1px #7c7c7c;
	color: #FFF;
	font-size: 1em;
	padding: 0 0 0 5px;
	}

.item-1 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	}

.item-2 h2
	{
	background: url(img/rss.png) no-repeat;
	background-position: 0 20px;
	border-bottom: solid 1px #7c7c7c;
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	padding: 19px 0 0 20px;
	}

.item-2 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	}

.item-3 h2
	{
	border-bottom: solid 1px #7c7c7c;
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	padding: 20px 0 0 5px; 
	}

.item-3 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	}

.item-4 li a:visited
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	
	}

.item-4 h2
	{
	border-bottom: solid 1px #7c7c7c;
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	padding: 20px 0 0 5px;
	}

.item-4 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	}

.item-4 li a:visited
	{
	color: #FFF;;
	text-decoration: none;
	}

.item-5 h2
	{
	background: url(img/identica.png) no-repeat;
	background-position: 0 15px;
	border-bottom: solid 1px #7c7c7c;
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	padding: 19px 0 0 25px;
	}

.item-5 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	}

.item-6 h2
	{
	background: url(img/avatar.png) no-repeat;
	background-position: 0 15px;
	border-bottom: solid 1px #7c7c7c;
	margin: 0 10px;
	color: #FFF;
	font-size: 1em;
	padding: 19px 0 0 25px;
	}

.item-6 li a
	{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	}

/* Formattages spéciaux */

.code
	{
	background: #ccc;
	border: solid 1px;
	padding: 10px 10px 10px 10px;
	font-family:monaco,"Bitstream Vera Sans Mono","Courier New",courier,monospace;
	overflow: auto;
}

.quote
	{
	background: #fdfdf2;
	border: solid 1px;
	padding: 10px 10px 10px 10px;
	font-family:monaco,"Bitstream Vera Sans Mono","Courier New",courier,monospace;
	}

/* Le footer */

.footer
	{
	background: #008201;
	margin: 20px auto 10px auto;
	width: 794px;
	height: 30px;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	border: double 4px;
	}

.footer a
	{
	text-decoration: underline;
	color: #FFF;
	}

.footer a:visited
	{
	color: #FFF;
	}

/* Pagination */

.pagination
	{
	text-align: center;
	font-size: 0.8em;
	color: #000;
	margin: 10px 0 0 0;
	}

.pagination a
	{
	color: #000;
	}

.pagination a:visited
	{
	color: #000;
	}

