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

#fiches{
	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:0px;
}

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

/* 		FICHE		 */

#fiches #filtres{
	background:#4f7c2f;
	padding:10px 15px;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
}

#fiches #filtres a,
#fiches #filtres a:hover,
#fiches #filtres a:visited,
#fiches #filtres a:link{
	margin:0 0 0 15px;
	text-decoration:none;
}


#fiches .fiche{
	padding:10px 10px 20px;
	margin:0 0 30px 0;
	border:dotted grey;
	border-width:0 0 1px 0;
}
#fiches .fiche .topFiche{
	margin:0 0 10px;
}

#fiches .fiche h2{
	color:#4f7c2f;
	font-size:24px;
	width:500px;
	float:left;
}

#fiches .fiche h2 a,
#fiches .fiche h2 a:hover,
#fiches .fiche h2 a:visited{
	color:#4f7c2f;
	text-decoration:none;
}

#fiches .fiche .scores{
	width:100px;
	float:right;
	font-size:20px;
	padding:2px 0 0 0;
		color:#4f7c2f;
}

#fiches .fiche img{
	width:350px;
	float:left;
}

#fiches .fiche .rightFiche{
	width:250px;
	float:right;
}

#fiches .fiche .rightFiche .voter{
	text-align:right;
}

#fiches .fiche .rightFiche .vote{
	padding:0 50px 0 0;
	background:url(../img/voter.jpg) no-repeat center right;
	font-size:20px;
	color:#646464;
	text-transform:uppercase;
	text-decoration:none;
}

#fiches .vote_fin{
	padding:0 0px 0 0;
	font-size:20px;
	color:#646464;
	text-transform:uppercase;
	text-decoration:none;
}

#fiches .fiche .rightFiche .lab{
	color:#646464;
	font-size:18px;
	margin:10px 0 0 0;
}

#fiches .fiche .rightFiche .inp,
#fiches .fiche .rightFiche .inp *{
	color:#000;
	font-size:11px;
}

#fiches .fiche .bottomFiche{
	padding:10px 0 0 0;
	clear:both;
}

.dateFiche{
	float:left;
}

.go2coms{
	float:right;
}

/* 		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 h2 a,
#sidebar h2 a:hover,
#sidebar h2 a:visited{
	color:#4f7c2f;
	background:url(../img/participer.jpg) no-repeat center left;
	padding:5px 5px 5px 35px;
	font-size:25px;
	margin:5px 0 15px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-decoration:none;

}

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

#sidebar ul li,
#sidebar ul li + li + li,
#sidebar ul li + li + li + li + li{
	margin:0 20px 10px 0;
	display:block;
	float:left;
	width:120px;
}

#sidebar ul li + li,
#sidebar ul li + li + li + li{
	margin:0 0 10px 0;
	display:block;
	float:left;
	width:120px;
}


#sidebar ul li img{
	width:120px;
}

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




/* COMS */

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

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

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

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

#fiches label{
	text-transform:uppercase;
}

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

#fiches form textarea{
	width:590px;
}


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

.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;
}


#search{
	clear:both;
}


#search input[type=text]{
	background:none repeat scroll 0 0 #E4E4E4;
	border-color:#B0B0B0;
	border-style:solid;
	border-width:1px 0 1px 1px;
	padding:4px 0 2px;
	width:228px;
}

#search input[type=submit]{
	background:url("../img/submit.jpg") repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	padding:3px 4px;
}


#pagetop{
	padding:10px 0px 0 20px;
}

#pagetop div{
	padding:10px 0px;
	clear:both;
}


#pagetop .rules,
#pagetop .rules:hover,
#pagetop .rules:visited{
	background:grey;
	padding:2px 5px;
	float:right;
	font-size:12px;
	margin:5px 20px 0 0;
	text-transform:uppercase;
	color:#FFF;	
	text-decoration:none;
}


.go2coms .share,
.go2coms .share:link,
.go2coms .share:hover,
.go2coms .share:visited
{
	padding:5px 25px 5px 0px;
	background:url(../img/facebook.png) no-repeat center right;
}


.proj59 .voter,
.proj56 .voter,
.proj51 .voter
{
	display:none;
}

