body {
	background:#000 url(images/bg_nemrod.jpg) fixed top left;
}
#rodnemStyle {
	display: none;
}

#nemrodStyle {
	display: block;
}
.textColor {
	color: #00FFFF;
}
/* Haut */
#top{
	background:none;
	border-bottom: 5px solid #00FFFF;
	margin: 0 0 1px 0;
}
h1 {
margin: 0;
padding: 0 0 14px 0;
}
	.icon_mail {
        background:url(images/mail_off.png) center center no-repeat;
	}
	.icon_mail:hover {
        background:url(images/mail_on.png) center center no-repeat;
	}
	.icon_bd {
        background:url(images/bd_off.png) center center no-repeat;
	}
	.icon_bd:hover {
        background:url(images/bd_on.png) center center no-repeat;
	}
	
	.icon_top {
		background: url(images/open_cat.png) right center no-repeat;
	}
	

	#top #nemrod_title{

	}
	
	/* Menu */
	#top ul{
		background:url(images/top_menu_nemrod.gif) repeat-x;
		
	}
	#top ul li{

	}
	#top ul li a{
		color:#FFF;
	}
	#top ul li a:hover{
		background:url(images/menu_hover_nemrod.jpg) center top no-repeat;
	}
	#top ul li{
		color:#FFF;
	}
	#top ul .section{
		color:#645A4A;
	}

/* Réalisations */
#nemrod_portfolio{
	width:100%;
	border-collapse:collapse;
	border-bottom: 5px solid #00FFFF;		
}
	#nemrod_portfolio #first-section {
		border-top:1px solid #000;
	}
	#nemrod_portfolio .borderBlack {

	}
	#nemrod_portfolio .section-title,
	.section-title-no-js {
		background:#149494;
		color:#FFF;
	}
	#nemrod_portfolio .section-title:hover,
	.section-title-no-js:hover {
		background:#00FFFF;
		color:#000;
	}
	#nemrod_portfolio .section-cat-open{
		background:#00FFFF;
		color:#000;
	}

	
	
#nemrod_portfolio .opened {
	border-bottom:#0B828A 1px solid;
}
	#nemrod_portfolio .item,
	.item-no-js {
		height: 30px;
		position: relative;
		border-bottom:#0B828A 1px solid;
		/*background: url(images/activ_post.gif) no-repeat 0px 30px;*/
	}
			#nemrod_portfolio .item .title,
			.item-no-js .title {
				color:#FFF;
			}
			#nemrod_portfolio .item .date,
			.item-no-js .date {
				display: block;
				
			}
			#nemrod_portfolio .item .date span,
			.item-no-js .date span {
				color:#00FFFF;
			}
			#nemrod_portfolio .item .mediasList,
			.item-no-js .mediasList {
				color:#00FFFF;
			}
			#nemrod_portfolio .item_hover {
				background:#114350;
				color: #FFF;
			}
			/*#nemrod_portfolio .item:hover {
				background:#114350;
				color: #FFF;
			}*/
			#nemrod_portfolio .item-actif{
				background:#114350;
			}
			
			#nemrod_portfolio .item_hover .title {
				color:#FFF;
			}
			.item-close {
				height: 30px;
				background:url(images/close_post.gif) no-repeat top right;
			}
			
			#nemrod_portfolio .bg-actif {
				background: #FFF;
			}
			#nemrod_portfolio .bg-actif .title {
				color: #000;
			}
			
			/*#nemrod_portfolio .bg-blanc .title {
				color:#FFF !important;
			}*/


	#nemrod_portfolio .preview{
		/*background:#000;*/
		color:#FFF;
	}
			#nemrod_portfolio .preview .pTitle{

			}
			 #nemrod_portfolio .preview .pImage{

			}
	#nemrod_portfolio .content{
		background:none;
		color:#FFF;
		padding-bottom:10px;
	}
	
	.cat_open {
		margin: -1px 0 0 0;
		position: absolute;
		width: 100px;
		height: 100px;
		top: 0px;
		left: 0px;
		z-index: 100;
		background:url(images/nemrod_active_cat.png) no-repeat top left;
	}



/*************************************************************************
** COMMENTAIRES **********************************************************
*/
.comments_link, #comments_list a {
  color:#ffffff;
  text-decoration: underline;
}
.comments_link:hover, #comments_list a:hover {
margin-top:200px;
  color:#000000;
  background-color: #ffffff;
  text-decoration: none;
}
fieldset {
	width:90%;
	border:none;/*1px solid #ffffff;*/
	margin:0 0 5px 0;
	padding:0; /*5px;*/
}
label  {
	font-size:10px; 
	font-weight:bold;
	vertical-align:bottom;
	float: left;
	width: 30%;
	text-align: right;	
}


.message {
	width: 433px;
}


.myForm,
.comments_list,
.comments_insert{
float: left;
}

input, textarea {
	border-top:1px solid #149494;
	border-left:1px solid #149494;
	border-bottom:1px solid #149494;
	border-right: none;
	font-family:"Arial";
	background: transparent;
	font-size: 11px;
	padding: 7px 0 7px 5px;
	color:#00FFFF;
	margin: 0;
	
}
textarea {
	width: 392px;
	padding: 0;margin: 0;
}
.comment_insert form {
	margin: 0;
	padding: 0;
}
/*
/input {
	width: 120px;
	margin-right: 10px;
}

#nom,
#email {
	margin-right: 10px;
}*/


input:focus, textarea:focus {
	background-color: #149494;
}
.btn_comment_send {
	background-color: #00FFFF; 
	border:none;
	color:#000;
	width: 47px;
	font-size: 10px;
	font-weight:bold;
	padding: 7px 0 7px 0;
}
.btn_comment_send:hover {
	background-color: #149494; 
	/*padding: 1px 1px 1px 1px;*/
}
/*************************************************************************
** Derniers post **********************************************************
*/

.linknews	{
	color: #FFF;
	padding:30px 60px 30px 60px;
	}
.linknews a {
	background: #00FFFF;
	font-family: "Arial";
	color: black;
	font-size: 11px;
	padding:2px;
	text-decoration:none;
	}
	.linknews a:hover {
		background: #fff;
		}
.linknews p {
	display: inline;
	padding-right: 5px;
	}
/*************************************************************************
** Twitter **********************************************************
*/

#twitter_div{
	position:relative;
	
}
.twitimg {
	margin: 0 0 0 45px;
	float: left;
}
#twitter_update_list,
.aktt_tweets ul {
	position:absolute;
	font-size:12px; 
	font-weight:bold;
	color:#fff;
	background-color: #000;
	text-decoration: none;
	margin: 25px 0 0 145px;
	padding: 5px;
}
#twitter_update_list a li,
.aktt_tweets ul li {
	mlist-style: none;
}
#twitter_update_list a,
.aktt_tweets ul li a
{
	color:#00FFFF;
}
#twitter_update_list a:hover,
.aktt_tweets ul li a:hover{
	color:#fff;
}
.aktt_more_updates {
	display: none;
}
/*************************************************************************
** Divers **********************************************************
*/
.icon_mail embed {
	width: 20px;
	height: 20px;
}
#nemrod_portfolio .content a.prevPic {
	display: block;
	width: 20px;
	height: 30px;
	background: transparent url(images/nemrod_prev.gif) no-repeat top left;
	float: left;
	
}
#nemrod_portfolio .content a.nextPic {
	display: block;
	width: 20px;
	height: 30px;
	background: transparent url(images/nemrod_next.gif) no-repeat top right;
	float: left;
	
}
.infoPics {
	padding: 5px 0 0 15px;
	float: left;
	font-size: 11px;
	
}
	.voteCounts {
		color: #00FFFF;
		font-size: 11px;
		width: 31px;
	}
	.voteCounts em {
		padding-left: 12px;
		font-style: normal;
		margin-right: 10px;
		background: url(images/nemrod_vote_info-off.png) no-repeat center left;
	}
	.commentCounts {
		color: #00FFFF;
		font-size: 11px;
		width: 31px;
	}
	.commentCounts em {
		padding-left: 12px;
		font-style: normal;
		background: url(images/nemrod_comment_info-off.png) no-repeat center left;
	}
	
	.post-ratings .voteCountDisplay {
		padding-left: 12px;
		background: url(images/nemrod_vote_info-off.png) no-repeat scroll left center;
	}