/* Start of CMSMS style sheet 'coquille' */
div#coquille {
margin: -100px 0 0 530px;
   float: left;
}
div#coquille h2 a {
   background: transparent url(images/interface/coquille.gif) no-repeat 0 1px; 
   display: block;
width: 120px;
height: 58px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#coquille h2 a:hover {
   background: transparent url(images/interface/coquille.gif) no-repeat; 
   display: block;
width: 120px;
height: 58px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#coquille p{
font-size: 11px;
line-height: 1.1em;
font-style: italic;
color: #fff;
padding: 0;
}


/* End of 'coquille' */

