/* HTML DE BASE */
body
  {
    margin: 0px;
	background-color:transparent;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
   }	

h1
  {
/*    border-bottom: 1px solid gray;  */
	font-size:24px;
	font-weight:bold;
	color:gray;
  }

h2 
  {
    font-size:16px;
	font-weight:bold;
	color:black;
	margin-top:0;
	margin-bottom:0.5em;

  }	
  
 h3
   {
    font-size:14px;
	font-weight:normal;
	color:#666666;
	margin-top:0;
	margin-bottom:0.5em;
   } 
   
table { width:99%; }
table .odd { background-color:#FFFFFF; }
table .even { background-color:#F1F1F1;}   

/* STRUCTURE DE LA PAGE */
#wrapper
  {
    width:760px;
	margin: 0px auto;
	background-color:white;
   }	
   
#header
  {
    width:760px;
  }   
  
#menu, #navbar, #toolbar, form, #footer, #revue_nav { display:none;}
    
#subnav 	{ display:none;}
.revue_subnav { display:none;}
#navmonth	{ display:none;}
#revue_thumb { display:none;}

#flashanim   { display:none;}


#revue_header
  { 
    text-align:right;
	margin:12px 0 6px 0;
	color:#999999;
  }	

#footer_print
  { 
 	font-size:12px;
	color:gray; 
    margin-top: 12px;
    text-align:right;
	border-top: 1px solid gray;
  }	
 
#last_update
  {
    font-size:10px;
	color:#999999;
	text-align:center;
	padding:6px 0 12px 0;
  }	 
 
/*
A IMPRIMER
****************************/ 
.print {}
 
/* FROMUALIRES
****************************/
#form_inscription {display:none;}  
#form_contact {display:none;}  
  	
		
#content 
  {
	  float:right;
	}		
		
/* ACCUEIL
****************************************************************************/   
#revue_thumb
  { 
    display:block;
    width:140px;
	  float:left;
	  clear:both;
	  text-align:center;
	  font-size:10px;
	  font-weight:bold;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
	  margin-bottom:12px;
  }

  
#left_col span
  {
    width:165px;
    padding-left:45px;
	  display:block;
  }
  
  
 #agenda_accueil
   {
     clear:both;
		 margin-bottom:36px;
   } 
  
 #agenda_accueil h1
   {
     font-size:12px;
	 font-weight:bold;
	 padding:0;
	 margin:12px 0 0 0;
   } 
   
 #agenda_accueil h2
   {
     font-size:11px;
	 font-weight:bold;
	 padding:0;
	 margin: 4px 0;
	 color:gray;
   }   
   
  #agenda_accueil a
    {
	  font-size:10px;
	  text-decoration:none;
	  color:#000000;
	} 
	
  .news
    { 
	  list-style-image:url(../theme/default/puce_plus.gif);
	  padding:0;
	  margin:0;
	  list-style-position:inside;
	
	}	
	
  .news ol
    {
	
	}	
	
  .news li
    {
	  font-weight:bold;
	  cursor:pointer;
	  padding:0;
	  margin:0;
	}	
	
  .news a, .news ol
    {
	  cursor:pointer;
	  color:black;
	 } 	
	 
  .news_item
    {
	  display:none;
	  margin-top:12px;
	  padding-left:18px;
	}	 
	
#folder_detail
	 { 
	   display:inline;
		 clear:both;
	 }
	 
#left_col { display: none;}	 
		