@import url("/hyena.css");

a.BackToLastNews, a.BackToLastNews:visited{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-weight:      bold;
  font-size:        12px;
  color:            #514846;
  text-decoration:  none;
}

a.BackToLastNews:hover{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-weight:      bold;
  font-size:        12px;
  color:            #514846;
  text-decoration:  underline;
}

divNewsContent{
  width:            526px;
  position:         relative;
  display:          block;
}

table.NewsContentTable1
{
  width:            526px;
  position:         relative;
  display:          block;
  clear:            left;
  margin-top:       20px;
}

td.NewsContentSpace
{
  height:            3px;
  line-height:       3px;
}

td.NewsContentTitle 
{
  width:            351px;
  height:           26px;
  line-height:      20px;
  margin-bottom:    3px;
	font-size:        16px;
	padding:          3px;
	font-weight:      bold;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	color:            #c55116;
	background-color: #efefef;
}

td.NewsContentDate 
{
  width:            230px;
  height:           26px;
  line-height:      20px;
  margin-bottom:    3px;
  margin-left:      0px;
	font-size:        10px;
	padding:          3px;
	font-weight:      bold;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	color:            #000000;
	background-color: #efefef;
}

td.NewsContent
{
  width:            532px;
	padding:          8px;
	background-color: #efefef;
}

td.NewsContentPicture{
  height:           60px;
  background-color: #efefef;
  background-image: url(/mod_news/templates/news/images/news_footer.jpg);
  background-repeat:no-repeat;
  background-position:right;
  display:          block;
}

/* Gestion des commentaires */

div.NewsCommentForm{
  display:          block;
  margin-top:       20px;
  clear:            both;
  float:            left;
}

.NewsCommentFormPushButton {
	margin-top:       5px;
	margin-left:      5px;
	color:            #FFFFFF;
	cursor:           pointer;
	border:           none;
	background:       #c55116;
}

div.NewsComment{
  display:          block;
  margin-top:       20px;
  clear:            both;
  float:            left;
}

td.NewsCommentBulleHG{
  height:           8px;
  width:            6px;
  background-image: url(/mod_news/templates/news/images/bulle_hg.jpg);
}
td.NewsCommentBulleHD{
  height:           8px;
  width:            8px;
  background-image: url(/mod_news/templates/news/images/bulle_hd.jpg);
}
td.NewsCommentBulleBG{
  height:           8px;
  width:            6px;
  background-image: url(/mod_news/templates/news/images/bulle_bg.jpg);
}
td.NewsCommentBulleBD{
  height:           8px;
  width:            8px;
  background-image: url(/mod_news/templates/news/images/bulle_bd.jpg);
}
td.NewsCommentBulle{
  width:            18px;
  height:           16px;
  background-image: url(/mod_news/templates/news/images/bulle.gif);
  background-repeat:no-repeat;
}

td.NewsCommentBulleH{
  height:           8px;
  width:            510px;
  background-color: #FFD26B;
}

td.NewsCommentContent{
  padding-left:     15px;
  padding-right:    15px;
  width:            526px;
  background-color: #FFD26B;  
  font-size:        12px;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
  color:            #514846; 
}

td.NewsCommentAuthor{
  padding-left:    15px;
  text-align:      right;
  width:           82px;
  font-size:       12px;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:           #514846;
}

td.NewsCommentDate{
  width:           350px;
  text-align:      right;
  padding-right:   15px;
  font-size:       12px;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:           #514846;
}

a.NewsCommentAuthor, a.NewsCommentAuthor:visited{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-weight:      bold;
  font-size:        12px;
  color:            #514846;
  text-decoration:  none;
}

a.NewsCommentAuthor:hover{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-weight:      bold;
  font-size:        12px;
  color:            #514846;
  text-decoration:  underline;
}

font.FixedFont{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        12px;
  color:            #514846;
}
