/* Start of CMSMS style sheet 'Module' */
/* CSS pour les modules */



/*Glossary*/

.glossarynav {
font-size: 1.2em;
color: #890F13;
text-align: center;
}

a.glossary {
color: #890F13;
text-decoration: none; 
border-bottom: 1px dashed #000;
}

dt.glossarydef {
margin: 0 20px;
text-transform: capitalize;
}

a.glossarydef {
text-decoration: none; 
color: #000;
}

dd {
padding-bottom: 1em;
}

/*Autres*/

#myframe {
height: 350px;
width: 350px;

}

/*Image*/

div.captionborder {
margin-left: 1em;
text-align: center;
}

div.captionborderright {
float: right;
margin-left: 1em;
text-align: center;
}

div.captionborderleft {
float: left;
margin-right: 1em;
text-align: center;
}

p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
text-align: center;
color: black;
}

div.captionborderright p.captiontext  {
text-align: center;
padding-right: 3px;
width: 80%;
clear: both;
}

div.captionborderleft p.captiontext  {
text-align: center;
padding-right: 3px;
width: 80%;
clear: both;
}



.img-shadow {
  float:left;
  background: url(uploads/images/design/shadowAlpha.png) no-repeat bottom right !important;
  background: url(uploads/images/design/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

/*Bookmarking*/

div.bookmark {
margin-left: 25%
}

/*Relationnal Link*/

div.nav {
  float: right;
  width: 49%;
  text-align: right;
margin-top: 1em;
padding-top: 0.5em;
border-top: 1px groove #fff; 
  }

.nav a {
text-decoration: none;
}

.nav img {
vertical-align:middle;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.mail span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.mail {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 2px 16px 0 0;
}

/* colors for external links */
a.mail:link {
/* background image for the link to show wiki style arrow */
  background: url(uploads/images/design/icone/mail_16.png) no-repeat 100% 0;
}
a.mail:visited {
  color: #18507C; /* a different color can be used for visited external links */
  background: url(uploads/images/design/icone/mail_16.png) no-repeat 100% 0;
}

a.mail:hover {
  background-color: #e9e9e9;
}
/* End of 'Module' */

