ul#actualites {
  display:block;
/*  width:700px;*/
  height:70px;
  float:right;
  background-color:#5ec5ed;
  padding:10px;
}
ul#actualites li {
  display:inline;
  float:left;
}
ul#actualites li .news_title {
  margin-left:95px;
  margin-right:10px;
  font-style:italic;
  font-size:13px;
  font-weight:bold;
}
ul#actualites li a {
display:block;
}
ul#actualites li .news_title a {
  text-decoration:none;
  color:#fff;
}
ul#actualites li .preview a {
  text-decoration:none;
  color:#000;
}
ul#actualites li .news_title a:hover,
ul#actualites li .preview a:hover {
  text-decoration:underline;
}
ul#actualites li img {
  width:90px;
  height:60px;
}
/*ul#actualites li .preview {
  width:200px;
}*/
ul#actualites li .preview {
  margin-left:95px;
  margin-right:10px;
}
ul#actualites li .preview span {
  font-size:12px;
  display:block;
  width:200px;
}
.clear {
clear:both;
}
/************************************************************************/
#content.news
{
  width:532px;
  margin: 0 auto;
  background-color:transparent;
}
#newsContent
{
/*   padding:0 15px; */
  background-color:#a5a49b;
}
#newsContent p,
#newsContent span,
#newsContent img
{
  margin-left:15px;
  margin-right:15px;
}
/*#newsContent p
{
margin-bottom:0;
}*/
#newsContent h1
{
  margin:0 10px;
  font-size:14px;
}
#newsContentTop
{
  width:532px;
  height:10px;
  background:transparent url(/images/backgrounds/bg-news-top.png) center top no-repeat;
}
#newsContentBottom
{
  width:532px;
  height:10px;
  background:transparent url(/images/backgrounds/bg-news-bottom.png) center bottom no-repeat;
}
/* actus sur page d'accueil -----------------------------------------------*/
li.commandNews
{
  width:70px;
  height:100%;
  display:block;
  background: url(/images/backgrounds/command-news.jpg) no-repeat;
  position:relative;
}
li.commandNews a#previous
{
  width:19px;
  height:19px;
  background: url(/images/backgrounds/previous-news.jpg) no-repeat;
  display:block;
  position:absolute;
  bottom:5px;
  left:5px;

}
li.commandNews a#next
{
  width:19px;
  height:19px;
  background: url(/images/backgrounds/next-news.jpg) no-repeat;
  display:block;
  position:absolute;
  bottom:5px;
  right:5px;

}
li.commandNews a span
{
  display:none;
  width:80px;
}
