/* CSS Document */



body {
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url(images/backgrounds/main.png);
	background-position:center;
	background-repeat:repeat-y;

}



#container {
	width:700px;
	padding:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;

}

#header {
	width:700px;
	background-color:#B1FE1A;
	height:258px;
	color:#999;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/eolienne.png);

}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

}

#header h1 {
	color:#999;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:250%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;

}

#main_menu {

	width:700px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("images/backgrounds/menubg.jpg");

	margin-bottom:10px;

}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	padding-top:7px;
	margin-left:1px !important;
	margin-left:1px;
	padding-bottom: 8px;

}

#main_menu a:hover {
	background-color:#B1FE1A;

}

#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url(images/backgrounds/article.jpg);
	background-position:right bottom;
	background-repeat:repeat-x;
	background-color: #FFF;

}
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url(images/backgrounds/articlenormal.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	background-color: #FFF;

}

.article:hover {
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
	text-align: left;

}

.article p {
	margin:10px;
	text-align: center;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	background-image: url("images/backgrounds/headers.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#9ACC53;
	text-decoration:none;
	
	

}


#barre a {
	color:#9ACC53;
	text-decoration:none;
	font-size: 14px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B5FE28;
	float: left;
}
a:hover {
	border-bottom:1px dotted #000000;
}
#container .article p {
	text-align: left;
}
#container .article ul t {
	color: #F00;
}
