@charset "utf-8";
/* CSS Document */

div#alaune {
 width: 646px;
 margin-top: -20px;
 background-image: url(images/design/titres/accueil/actualites.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 padding-left: 65px;
}
div#alaune ul {
 float:right;
 margin: 0;
 padding: 0;
 border-left:1px solid #fff;
}
div#alaune li {
 list-style-type:none;
 margin:0;
 padding:0;
 opacity:0.6;
 filter:alpha(opacity=60);
 height:90px;
 border-top:1px solid #fff;
}
div#alaune li a {
 cursor:pointer;
}
div.alaune_present {
 width:485px;
 height:82px;
 padding:190px 0 0 0;
}
div.alaune_present .content {
 height:62px;
 padding:10px;
 opacity:0.6;
 filter:alpha(opacity=60);
 background-color:#000;
}
div.alaune_present .content h3 {
 margin:0;
 color:#fff;
 font-size:1.5em;
}
div.alaune_present .content h3 a {
 color:#fff;
 text-decoration:none;
}
div.alaune_present .content p {
 margin:0;
 color:#fff;
 font-size:0.8em;
}
div.alaune_present .content p a {
 color:#fff;
 text-decoration:none;
}
