/* CSS Document */

/* ************************************ */
.accordeon{
cursor : pointer;
background-color: #CCCCCC;
width:700px;
padding:5px;
padding-left:10px;
margin-left:20px;
margin-bottom:10px;
text-decoration:underline;
font-weight:bold;
font-size:15px;
}

.annee{
background-color: #EEEEEE;
width:680px;
padding:5px;
padding-left:10px;
margin-left:30px;
margin-bottom:10px;
display:none;

}

p.intro {	margin-left: 15px; margin-bottom: 15px; margin-right: 10px; }
.module {
  border-bottom: 1px solid #cccccc;
  width: 94%;
  position: relative;
  margin: 0 0 1.5em 4%;
  }
  
* html .module { margin: 0 0 1.5em 2%; }
  .module span {  display: block; margin-bottom:4px; }
  
  .module .date {
  position: absolute;
  top: 1pt;
  left: 5px;
  width: 4em;
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 0.9em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
  text-align: right;
  }

  .module p {
  border-left: 1px solid #cccccc;
  margin: 0pt 0pt 0pt 4.3em;
  padding: 0pt 0pt 0.2em 1.2em;
  text-align:justify;
  }

.document {text-align: right; }  
  a {
  text-decoration: none;
  color: #3b5d77;
  }
  
 .module .titreAuteur {
 display: inline;
  font-size: 0.85em;
  }

.module .titre {
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  text-decoration: underline;
  color: #586b7a;
  }
  
.module .auteur {
	display: inline;
  }
  
  .module .description {
  padding-top: 7px;
  }
  
.module .heure {
  font-size: 11px;
  }
  
.module .lien {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 2px;
	border-right: 1px solid #CCCCCC;
	display: inline;
  }

.module ul {width:80%; position:relative; left:10%; }
.module ul li {margin:10px 0 0 0; }
.module ul li ul li {
	font-style:italic;
	list-style-type: square;
}

/* displayNone : masquer les activités  
   seul le premier mois est affichée dans "mois_x" 
   		son contenu est le même que celui du PREMIER mois
   les autres mois seront affichées par code à partir du sideBar 
 */
#displayNone { display:none;}
