/* CSS Document */

/* ************************************ */

.document {text-align: right; }  

.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;

}

.mois{
	text-decoration:underline;
}
#column1  a {
  text-decoration: none;
  color: #0000FF;
  font-weight:bold;
  }
  
#intro  p {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
/* .projet .mois  {
  margin: 0 0 0 -28px !important;margin: 0 0 0 -20px;
  padding: 1em 0pt 1em 1.2em;
  font-size: 1.5em;
  font-weight: bold;
  font-style:italic;
  color: #D58126;
  border:none;
 }*/


#titre {
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
  }
.projet{
	margin-bottom:25px;
}  
.projet .auteur {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
  }

.projet .style2 {
	font-size: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	color:#0066CC
  }

 
/* 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;}