@charset "iso-8859-1";
/* auteur: Paul DE BOCK */
/* Site : www.guirsch.be */

/********************************************
           Les echos
*********************************************/
/* Table interne à la page News - Les echos */
	/* Table externe à la page texte */
	#css_news02 {
	background-color: #ffffff;
	border-color: #ECEADD; 
	border-style: ridge; 
	border-width: 6px;
	}
	
	#css_news03 {
	background-color: #ffffff;
	border-color: #ECEADD; 
	border-style: ridge; 
	border-width: 4px;
	}	


/* Texte normal noir - aligné à gauche - avec padding de 15px */	
	.newsg {
	font-family : Verdana, Helvetica, Times;
	color : #000000;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	} 	

	/* Normal - justifié - */	
	.newsj {
	font-family : Century, Verdana, Helvetica, Times;
	color : #000000;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	} 	
	
	/* Titre 1 brun - gauche - */
	.titre1 {
	font-family : Times New Roman;
	color : #990000;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
	} 	
	
	/* Titre 2 bleu - gauche - */
	.titre2 {
	font-family : Times New Roman;
	color : #000066;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	} 	

    /* Texte de l'article */
	.newstxt {
	font-family : Times New Roman;
	color : #000000;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
	} 	

    
    Texte commentaire italique noir - centré */	
	.newsital {
	font-family : Times New Roman;
	color : #000000;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	} 	

	 /* Date planning messes */
	.datemj {
	font-family : Verdana, Arial, Times New Roman;
	color : #235F23;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	} 	

	 
	.datema {
	font-family : Verdana, Arial, Times New Roman;
	color : #235F23;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	} 	



/********************************************
           Calendrier
/*********************************************/
/* Les body */	


    .calendartable { 
	background-color: #9AE200; 
	border: 3px #9AE200 ridge
	}
	
	.calendarmois 	{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #235F23; 
	font-weight: bold; 
	background-color: #9AE200
	}
	
	.calendarjoursem { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	background-color: #C5F861; color: #235F23;
	}
	
	.joureven { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; font-weight: bold; 
	color: #ff0000; 
	background-color: #C5F861; 
	text-align: center;
	}
	
	.journorm { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	color: #808000; 
	background-color: #FFFFFF; 
	text-align: center;
	}
		
	a.calend:link {
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
	}
	
	a.calend:hover {
	color: #0000ff;
	text-decoration:underline;
	}		
	
	a.calend:visited {
	color: #5D935D;
	text-decoration:underline;
	font-weight: bold;
	}