/*  
Theme Name: Prolétaire LÉGER
*/


/* whole page */
body {
	margin: 0 5% 0 5%;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif; 
	font-size:100%;
}

a {
	text-decoration: underline;
}

a:visited {
}

a:hover {
}

#contenu {
	width: 70%;
	font-size:0.8em;
	line-height:1.4em;
}

h2 {
	font:normal 2.5em/1em Georgia,serif;
	margin-bottom:0;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #000000;
}

h2 a:hover {
	color: #00172A;
}

.billet {
	margin: 0 0 6em 0;
}


#barre {
	width: 25%;
	float: right;
}

#barre ul li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}


blockquote {
	margin: 2em 0 2em 0;
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-style: italic;
	color: #404040;
	border-left: 4px solid #404040;

}

.aligncenter {
	display: block;
	margin: 3em auto 3em auto;
}


.wp-caption-text {
	font:9px verdana,sans-serif;
	color:#5E5E5E;
	margin: 0;
}


.postmetadata {
	color:#5E5E5E;
	font-size:85%;
}


.post-note {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 0.8em;
	line-height:1em;
}

.post-note a:link, .post-note a:visited {
}

.post-note a:hover {
}

.post-note ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.post-note li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
}