body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: Black;
	color: #ffffff;
	height: 100%;
}
/* flux RSS */
a.rss {
    background: url(http://blog.4x4rdv.com/img/rss_feed.gif) no-repeat center center;
    width: 32px;
    height: 15px;
    display: block;
}
a.rss span {
    display: none;
}
/* validation Xhtml */
a.w3c {
    background: url(http://blog.4x4rdv.com/valid-xhtml10.png) no-repeat center center;
    width: 88px;
    height: 31px;
    display: block;
}
a.w3c span {
    display: none;
}
/* Fond et couleur liens */
a:link, a:visited{
	color: #fece02;
 	background-color: transparent;
}
a:hover
{
	text-decoration: none;
}
a:hover .img
{
	filter:alpha(opacity=70);
	opacity: 0.7;
}
img{
	border: none;
	/*border: 1px solid green;*/
	/*test*/
}
#top {
	height: 32px;
	background-color: #003000;
	border-bottom: 1px solid;
}
#conteneur {
	position: absolute;
	width: 100%;
	background-color:#003000;
}
#centre {
	background-color: Black;
	margin-left: 150px;
	border-left: 1px solid;
	min-height:600px;
}
#gauche {
	position: absolute;
	left:0px;
	width: 150px;
	min-height:600px;
}
#gauche p{
    padding: 5px 5px 2px 2px;
}

#bottom {
	height: 31px;
	background-color: #003000;
	border-top: 1px solid;
	text-align: center;
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menugauche a:hover {
	text-decoration: none;
}
/* class ARTICLE */
.article{
	margin: 10px 10px 10px 10px;
	padding: 0px;
	border: 1px solid;
	position: relative;
	width: 618px; text-align: justify;
}
	.article div, .article p {
		margin: 10px 0px 10px 5px;
	}
	.article h2, .article .date	{
		font-size: 100%;
		padding: 2px 0 2px 10px;
		margin: 0;
		font-weight: normal;
	}
	.article div.image-container{
		margin: 10px 5px 5px 5px;
	}
	.article div.left{
		float: left;
		margin-left: 5px;
	}
	.article div.right{
		float: right;
		margin-right: 5px;
	}
	.article div.center{
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

p {margin: 0 0 10px 0;}

/* Fond, couleur des headers */
#content .article h2, .article .date, .article #pub
{
	background-color: #195A19;
	color: White;
}
.date div, .date p
{
	width: 299px;
	padding: 0px;
	margin: 0;
	float: left;
}
.commentaires
{
	clear: both; 
	text-align: center;
	/*border: 1px solid red;*/
}

.pagination {
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	position: relative;
	width: 618px;
}
