.news_container{	
margin: auto;
border: #c2c2c2 1px dotted;
padding : 2px;
}
/* Barre supérieur des news */
.news_top{
margin-top: 2px;
margin-bottom : 8px;
height: 20px;
font-size: 14px;
font-weight:bold;
color: #515C68;
}
/* Titre et contenu de la news */
a.news_title {
font-size: 14px;
font-weight: bold;
color: #515C68;
text-decoration : underline;
}
a.news_title:hover {
color: #726485;
}
a.news_actus {
background : url('images/news_mini.png') no-repeat left;
padding-left : 20px;
}
a.news_mood {
background : url('images/mood_mini.png') no-repeat left;
padding-left : 20px;
}
a.news_maj {
background : url('images/maj_mini.png') no-repeat left;
padding-left : 20px;
}
.news_content{
padding: 6px;
text-align: justify;
padding-bottom: 0px;
}
/* Barre inférieure des news */
.news_bottom{
height: 20px;
font-size: 10px;
padding-left: 6px;
padding-right: 6px;
margin-bottom: 20px;
}
.news_bottom a{
font-size: 10px;
}
.news_bottom a:hover{
font-size: 10px;
}
.news_bottom a.com{
font-size: 10px;
}
.news_bottom a.com:hover{
font-size: 10px;
}
