#menu #b a,
#menu #b a:hover,
#menu #b a:visited{
	background:#4f7c2f;
	color:#FFF;
}

#news{
	width:630px;
	margin:20px 0 0 20px;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
	padding:10px;
}

#sidebar{
	width:320px;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
}


.aNews{
	margin:0 0 10px 0;
	padding:0 0 40px 0;
	background:url(../img/bgNews.jpg) no-repeat bottom center;
}

.aNews img{
	width:630px;
	margin:5px auto;
}


.aNews h2.ie{
	background:#c2c2c2;
	padding:5px 5px;
	font-size:16px;
	margin:5px 0;
	text-transform:uppercase;
}

.aNews h2 a,
.aNews h2 a:hover,
.aNews h2 a:visited{
	text-decoration:none;
	color:#FFF;
}

.aNews .newsInfos{
	font-size:11px;
	color:#c2c2c2;
}

.aNews{
	color:#4f4f4f;
}


/* COmmentaires */


#news form{
	padding:0 10px;
	color:#000;
}

#news form h2{
	background:#4f7c2f ;
	width:75%;
	padding:3px 5px;
	font-size:14px;
	margin:10px 0;
	color:#FFF;
}

#news form p{
	margin:5px 0;
	width:100%;
}

#news label{
	text-transform:uppercase;
}

#news input[type=text]{
	display:block;
	margin:3px 0;
	width:220px;
}

#news form textarea{
	width:590px;
}


#news input[type=submit]{
	width:100px;
	border:0;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	padding:5px;
}


/* sociable */
.sociable{
	margin:20px 0;
	float:left;
	width:400px;
}

.sociable img{
	width:15px;
}

.sociable ul{
	list-style:none;
}

.sociable ul li{
	float:left;
	margin:10px;
}




/* Commentaires */
.go2coms,
.go2coms:link,
.go2coms:link:hover,
.go2coms:link:visited{
	float:right;
	margin:45px 0 0;
	text-decoration:none;
}

#commentaires  h2{
	background:#4f7c2f ;
	width:75%;
	padding:3px 5px;
	font-size:14px;
	margin:10px 0;
	color:#FFF;
}

.aCom{
	background:url(../img/bg_news.png) no-repeat left 10px;
	border:dotted #000;
	border-width:0 0 1px 0;
	margin:0px  0 20px 0;
	padding:10px 0;
	
}

.aCom .comNom{
	padding:0 0 0 35px;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
}

.aCom .comDate{
	padding:0 0 0 35px;
	font-size:12px;
	color:#000;
}

.aCom .com{
	font-size:11px;
	color:#000;
	margin:5px 0;
	text-transform:uppercase;
}




/* 		PAGINATION */


#pagination{
	width:200px;
	margin:auto;
	text-align:center;
	font-size:15px;
}

/* 		sidebar */

#sidebar{
	padding:10px;
	width:260px;
	margin:20px 26px 0 0px;
	background:#f2f1f1;
	float:right;
}

#sidebar h3{
	color:#FFF;
	background:#4f7c2f;
	padding:5px 5px;
	font-size:16px;
	margin:5px 0;
	text-transform:uppercase;

}

#sidebar ul{
	list-style:circle;
	margin:0 0 0 20px;
}

#sidebar ul li{
	margin:5px;
}

#sidebar ul li a,
#sidebar ul li a:hover,
#sidebar ul li a:visited{
	text-decoration:none;
}

