/**
  Feuille CSS pour le design de la page News
**/

.news {
  width: 660px;
}

.news-bloc-droit {
  float: right;
  width: 290px;
}

.news-bloc-gauche {
  float: left;
  width: 660px;
  margin-top: 5px;
}

.news .entete {
  font-size: 9px;
}

.news .entete a {
  color: #1E8A1B;
  font-weight: normal;
}

.news .bandeau {
  background-color: #EBEBEB;
  clear: both;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 4px;
  text-align: center;
}

.news .entete .pole {
  color: #fff;
  float: left;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;
  width: 65px;
}

.news .entete .anime {
  background-color: #A2155A;
}

.news .entete .manga {
  background-color: #FF8F39;
}

.news .entete .jv {
  background-color: #FFBE00;
}

.news .entete .drama {
  background-color: #7E118E;
}

.news .entete .novel,
.news .entete .litterature {
  background-color: #0285BD;
}

.news .entete .jmusic {
  background-color: #02CDA0;
}

.news .entete .evenement {
  background-color: #191919;
}

.news .entete .annonce {
  background-color: #191919;
}

.news .entete .date {
  background-color: #EBEBEB;
  float: left;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 595px;
}

.news .image {
  clear: left;
  margin-bottom: 2px;
}

.news .copyright {
  font-size: 10px;
  font-style: italic;
  text-align: right;
  margin-bottom: 5px;
  color: #999999;
}

.news .contenu {
  text-align: justify;
  word-wrap: break-word;
}

.news .contenu blockquote {
  background-color: #F5F5F5;
  border: 1px solid #CDCDCD;
  padding: 5px;
}

.news .contenu ul {
  margin-left: 20px;
}

.news .lien {
    clear: left;
    font-size: 9px;
}

/*.news .lien a {
    color: #1E8A1B;
    font-weight: normal;    
}*/

.news .source {
  background-color: #EBEBEB;
  clear: left;
  font-size: 9px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 3px;
}

.news .source a {
  font-weight: normal;
}

.news .footer {
  height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news .footer .boutons {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.boutons .save_profil {
  background: -moz-linear-gradient(#FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;
  border: 1px solid #A3A3A3;
  border-radius: 3px 3px 3px 3px;
  color: #555;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 6px;
}
.boutons .save_profil:hover {
  background: -moz-linear-gradient(#FFFFFF, #DDD) repeat scroll 0 0 transparent;
  text-decoration:none;
  border-radius: 3px 3px 3px 3px;
}

.news .footer .social {
  float: right;
  text-align: right;
  width: 298px;
  margin-top: 3px;
}

.news .footer .social a {
  text-decoration: none;
}



/* COMMENTAIRE */

.news .commentaire {
  margin-left: 5px;
  margin-right: 5px;
}

.news .commentaire .avatar {
  border: 1px solid #CCCCCC;
  float: left;
  padding: 1px;
  width: 50px;
}

.news .commentaire .contenu {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.news .commentaire .contenu textarea {
  background-color: #FCFCFC;
  border: none;
  color: #676968;
  font-size: 11px;
  font-family: Consolas, "Lucida Console", "Courier New", Courier, mono-space;
  height: 50px;
  padding-left: 3px;
  width: 570px;
}

.news .commentaire .boutons {
  clear: both;
  text-align: right;
}

.arrow_box {
	position: relative;
	background: #fcfcfc;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(252, 252, 252, 0);
	border-right-color: #fcfcfc;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #CCCCCC;
	border-width: 9px;
	top: 50%;
	margin-top: -9px;
}

/*    liste des commentaires      */

.commentaires .commentaire {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

.commentaires .commentaire .contenu {
  background-color: #F5F5F5;
  width: 580px;
}


.commentaires .commentaire .avatar {
  float: left;
}

.commentaires .commentaire .entete {
  background-color: #EBEBEB;
}

.commentaires .commentaire .message {
  min-height: 40px;
  margin-left: 5px;
}

.commentaire .entete .actions {
  top: 1px;
  right: 5px;
  position: absolute;
  cursor: pointer;
}


/*    Bloc droit     */

.dernieres-news,
.derniers-commentaires,
.flux-rss {
  background-color: #EBEBEB;
  margin-top: 10px;
}

.dernieres-news h4,
.derniers-commentaires h4,
.flux-rss h4 {
  background-color: #E6E6E6;
  padding: 3px;
}

.dernieres-news .liste-news,
.derniers-commentaires .liste-commentaires {
  font-size: 10px;
  padding: 5px;
}

.dernieres-news .liste-news .derniere-news,
.derniers-commentaires .liste-commentaires .dernier-commentaire {
  margin-bottom: 10px;
}

.dernieres-news .liste-news .entete,
.derniers-commentaires .liste-commentaires .contenu {
  color: #9D9894;
}

.dernieres-news .liste-news .entete {
  background-color: none;
}

.dernieres-news .liste-news .entete .anime {
  color: #A2155A;
}

.dernieres-news .liste-news .entete .manga {
  color: #FF8F39;
}

.dernieres-news .liste-news .entete .drama {
  color: #7E118E;
}

.dernieres-news .liste-news .entete .novel,
.dernieres-news .liste-news .entete .litterature {
  color: #0285BD;
}

.dernieres-news .liste-news .entete .jmusic {
  color: #02CDA0;
}

.dernieres-news .liste-news .entete .jv {
  color: #FFBE00;
}

.dernieres-news .liste-news .entete .evenement {
  color: #191919;
}

.dernieres-news .liste-news .entete .annonce {
  color: #191919;
}

.dernieres-news .liste-news .entete .annonce {
  color: #191919;
}

.dernieres-news .liste-news .boutons {
  margin-bottom: 10px;
  text-align: center;
}

/*--------------*/

.dernier-commentaire .contenu a {
  color: #1E8A1B;
  font-style: italic;
  font-weight: normal;
}

.dernier-commentaire .contenu a.lien-news,
.dernier-commentaire .contenu a.lien-chronique{
  color: #414141;
  font-style: normal;
  font-weight: bold;
}

/*----- FLUX RSS ------*/

.flux {
  background-color: #EBEBEB;
  text-align: center;
}

.flux-news img {
  text-align: left;
}

.flux-news a {
  text-align: center;
}

.flux-news,
.flux-discussions,
.flux-anime,
.flux-manga,
.flux-ln,
.flux-jv,
.flux-jmusic,
.flux-drama {
  background-color: #E6E6E6;
  display: inline-table;
  margin: 5px;
  padding: 2px;
  text-align: center;
  width: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.flux-news:hover,
.flux-discussions:hover,
.flux-anime:hover,
.flux-manga:hover,
.flux-ln:hover,
.flux-jv:hover,
.flux-jmusic:hover,
.flux-drama:hover {
	background-color:#dadada;
	text-decoration:none;
}

.flux-news img,
.flux-discussions img,
.flux-anime img,
.flux-manga img,
.flux-ln img,
.flux-jv img,
.flux-jmusic img,
.flux-drama img {
  float: left;
  margin-left: 1px;
  vertical-align: text-top;
}

.flux-anime,
.flux-manga,
.flux-ln,
.flux-jv,
.flux-jmusic,
.flux-drama {
  width: 110px;
}

.flux-titre {
  border-bottom: 1px solid grey;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  color: #999999;
}

/*************** NEWS INDEX ***************/

.news-bloc-gauche .news .entete .pole {
  width: 130px;
}

.news-bloc-gauche .news .entete .date {
  background-color: #DDDDDD;
  color: #6D6966;
  padding-right: 5px;
  text-align: right;
  width: 525px;
}

.news-bloc-gauche .news .image-mini {
  float: left;
}

.liste-news .news .contenu {
  float: right;
  width: 530px;
  background-color: #EBEBEB;
 }

 .news-bloc-gauche .news .contenu .titre {
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
 }

 .news-bloc-gauche .news .contenu .texte {
  padding: 5px;
  font-size: 10px;
  min-height: 33.5px;
}