.main
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  

	color: #ffffff;	
}

.menuSelected 
{	
	BACKGROUND-COLOR: #FF0000;	
	color: #000000;
	border-color:#000000;
	border-width:1;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid; 
	border-top-style:solid; 
}

.menuDeselected 
{	
	BACKGROUND-COLOR: #ffff66;	
	color: #000000;
	border-color:#000000;	
	border-width:1;	
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid; 
	border-top-style:solid; 	
}

.menuOver 
{	
	BACKGROUND-COLOR: #ffffff;	
	color: #000000;
	border-color:#000000;	
	border-width:1;	
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid; 
	border-top-style:solid; 
	cursor:pointer	
}
.content
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	border-color:#bbbbbb;
	border-style:solid;
	border-width:0;
	color: #ffffff;	
}

.contentHeader
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	border-color:#bbbbbb;
	border-style:solid;
	border-width:3;
	font-weight:bold;	
	BACKGROUND-COLOR: #ffffee;	
}

.contentBold
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	border-color:#bbbbbb;
	border-style:none;
	font-weight:bold;	
	BACKGROUND-COLOR: #ffffee;	
}

.contentNoBorder
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	border-color:#bbbbbb;
	border-style:none;
	BACKGROUND-COLOR: #ffffee;	
}

.presse
{
	BACKGROUND-COLOR: #FFCC00;	
}

.photo
{
	BACKGROUND-IMAGE: url(images/photo1.jpg);	
}

.titleRed
{
	font-size: 12px;  
	BACKGROUND-COLOR: #ff0000;	
	color: #ffffff;
	font-weight:bold;		
}

a.myAnchor:hover { text-decoration: underline; background-color:#ccddcc}
a.myAnchor:link { color: #005577}
a.myAnchor:visited { color: #005577}
a.myAnchor:active { color: #005577}

.myAnchor 
{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border-width:0;
}



