
body
{		
    margin-top:5px;
    font-family:Arial;font-size:12px;color:black;
    background-color: #e5e181;
}
A{ text-decoration:	none;
	color:	#333399;}

A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	

.center {
    margin-left: auto;
    margin-right: auto;
}
	
.pageTitle
{
	text-align:center;
	color:Navy;
	font-size:18px;
	
}

.divMainContent
{	text-align:center;	
	margin-left: auto;
	margin-right: auto;
}
	
.divContent
{ width:90%;
  text-align:left;	
  margin-left: auto;
  margin-right: auto;
}

.divList
{ margin-top:20px;
 margin-left:20px;
 text-align:left;
	
}
	
.tableContent
{border:0px;
font-family: Arial;font-size:12px;color:black;
width:100%;
margin-left:0px;
text-align:left
}

img
{border:0;
}
/* --- pictures and popup pictures styles --- */
.smallerPicture
{
	cursor:pointer;
	border-radius:10px;
	
}
.largerPicture
{
	text-align:center;
	border-radius:10px;
}
.popUpText
{
	font-family: Arial;font-size:18px;color:black;
	text-align:center
}

 
/* --- calendrier ---*/
.calendar
{
	margin-left:5; 
    margin-top:5;
    font-family: Arial,sans-serif;  
}
.calendarNavLink
{
font-family: Arial,sans-serif;
font-size:14px;
}
.calendarWeekDays
{	
font-family: Arial,sans-serif;
font-size:14px;
}

.eventlink
{
font-family: Arial,sans-serif;
font-size:12px;
}

.calendarText
{
font-family: Arial,sans-serif;
font-size:12px;

}

/* --- DIV popup for pictures --- */
#PopupWindow {
    display: none;
    position: absolute;
    width: 670px; height: 475px;
    right: 55px; top: 20px; 
    border: solid 1px Green;
    background-color: #e5e181;
    
   
}

#PopupWindow p {
    margin: 0px;
    padding: 2px;
    background-color:  #e5e181;
    text-align:center;
    font-size:125%;
    
}
#PopupWindow a {
    display: block;
    color:Red;
    position: absolute;
    right: 0px; top:0px;
    margin: 0px 0px 0px 145px;
    width: 18px; height: 15px;
    background-color:  #e5e181;
    text-align: center;
    text-decoration: none;
    border:2px solid RED;
}
#PopupWindow img
{
	text-align:center;
}
 


