/* Start of CMSMS style sheet 'coquille bouton' */
/*
div#coquille {
margin: 85px 0 0 210px;
   float: left;
width: 80px;
height: 55px;
}
*/
div#coquille {
z-index:200;
position:relative;
margin: 120px 0 -50px 210px;
   float: left;
width: 80px;
height: 55px;
}
div#coquille h2 a {
   background: transparent url(images/interface/coquille.gif) no-repeat 0 1px; 
   display: block;
width: 80px;
height: 55px;
   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: 80px;
height: 55px;
   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: 1%;
line-height: 0em;
font-style: italic;
color: #fff;
padding: 0;
background-color: transparent;
}





/* End of 'coquille bouton' */

