/* CSS Document */
#annexe{
margin:5px;
padding-bottom:5px;
}

#annexe img{
float:left;
margin-right:5px;
margin-bottom:3px;
}
#titre-annexe{
color:#FF6600;
font-weight:bold;
margin-bottom:5px;
}
#descriptif-annexe{
font-size:10px;
line-height:12px;
margin-bottom:3px;
}
#lien-annexe{
clear:both;
text-align:right;
font-size:11px;
}
#lien-annexe a {
color:#FF6600;
font-size:11px;
text-decoration:none;
background:url(../images/fleche.gif);
background-position:0px 0px;
background-repeat:no-repeat;
padding-left:10px;
}
#lien-annexe a:hover {
color:#FF6600;
font-size:11px;
text-decoration: overline underline;
background:url(../images/fleche.gif);
background-position:0px 0px;
background-repeat:no-repeat;
padding-left:10px;

}