
#showNews #imageNews{
	width:87px;
	height:83px;
	float:left;
}

#showNews  h1
{
	font-size:18px;
	font-weight:bold;
	color:#5E73FF;
	text-decoration:underline;
}
#showNews h1:first-letter {
	color:navy;
}

#showNews p.topNews {
	padding-left:5px;
	margin-left:5px;
}
#showNews p.topNews span.auteur
{
	font-size:13px;
	color:navy;
	font-weight:bold;
}
#showNews p  a.supportGames {
	color:navy;
	font-weight:bold;
	text-decoration:underline;
}
#showNews p  a.supportGames:hover {
	color:#333;
	text-decoration:none;
}
#showNews p.topNews em.rangement{
	color:brown;
	float:left;
	width:86px;
	height:20px;
}
#showNews #classGames{

	width:460px;
	float:left;
	margin-top:-11px;
}
#showNews #classGames ul{
	margin:0;
	padding:0;
	margin-bottom:10px;
	
}
#showNews #classGames  ul li{
	padding:0;
	margin:0;
	list-style-type:none;
}
#showNews p.topNews em.date{
	color:#233;
}
#showNews  #contenu
{
	clear:both;
}	
#showNews p.source {
	text-align:right;
	margin:15px 0px;
}
#showNews p.source span{
	text-decoration:underline;
}
#showNews p.source a{
	color:navy;
	font-weight:bold;
	text-decoration:none;
}
#showNews p.source a:hover{
	color:#333;
}
#corps,#contenu,#contenu *
{	
	font-size:12px;
}

#otherNews
{
	clear:both;
	width:100%;
	height:18px;
	background:#eee;
	-webkit-border-radius:6px 0px 6px 6px;
	margin:50px 0px 0px 0px;
}
a#prev_newsin
{
	float:left;
	color:white;
	background:navy;
	display:block;
	padding:2px 5px;
	-webkit-border-radius:0px 5px 0px 5px;
}
a#next_newsin
{
	float:right;
	display:block;
	color:white;
	background:navy;
	padding:2px 5px;
	-webkit-border-radius:5px 0px 5px 0px;
}
a#prev_newsin:hover,a#next_newsin:hover
{
	background:#3F75FF;
}

/* COMMENTS */

.com_avatar.themed,.com_time.themed
{
	background:#ccf;
}
.com_auteur
{
	float:left;
	display:block;
	width:120px;
	padding:1px 0px;
	text-align:center;
	font-weight:bold;
	background:navy;
	color:white;
	-webkit-border-radius:8px 0px 0px 0px;
}
.com_time
{
	padding:1px 0px;
	float:left;
	color:navy;
	background:#eee;
	display:block;
	min-width:155px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius:0px 30px 15px 0px;
	position:relative;
}
.com_avatar
{
	clear:both;
	float:left;
	display:block;
	width:120px;
	text-align:center;
	font-weight:bold;
	background:#eee;
	color:navy;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius:0px 0px 8px 8px;
}	
hr.com_hr
{
	border:none;
	border-bottom:1px dotted navy;
	margin:20px 0px;
}
.com_avatar .avatar
{	
	margin:10px auto;
}
.avatar
{
	width:55px;
	height:55px;
	background-color:white;
	background-repeat:no-repeat;
	background-position:center center;
	padding:2px;
	border:1px solid navy;
}
.news_comment p
{
	margin:5px;
}

.news_comment p p
{
	margin:0;
	padding:0;
}

hr
{
	margin:12px 0px;
}


/* POST COMMENT */
  .left_commentaire{
	 float:left;
	 width:90px;
  }
  .commentaire
  {
	width:560px;
	margin:0 auto;
  }
  .right_commentaire
  {
	float:left;
	width:420px;
  }
form.com textarea
{
	font-family:tahoma;
	width:408px;
	height:140px;
	margin:0;
	padding:0;
	padding:5px;
	margin-bottom:8px;
	background:#eee;
	border:1px solid #aaa;
}

form.com textarea:hover{ background:#eef;}
form.com input{
	font-family:tahoma;
	width:420px;
	height:20px;
	font-size:13px;
	color:#777;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:20px;
	background:navy;
	color:white;
	cursor:pointer;
	border:1px solid #aaa;
}
form.com input:hover{ 
	background:#3F75FF;
}