BODY {
    color:          black;
    background:     white;
}

a {
}
a:first-child { 
}
a:link { 
    text-decoration:none; 
    color: Black;
}
a:visited { 
    text-decoration:none;
    color: Black;
}
a:hover { 
    color: Olive;
}


.titre 
{
	color :Black ; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 54 ;
}

.menu_item 
{
	color :Black ; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 18 ;
}

.generic 
{
	color :Black ; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 12 ;
}

.titre_mix
{
	font-family : Courier New,Courier ;
	font-size : 14
}
.rouge
{
	color : Red; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 12 
}
.olive
{
	color : Olive; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 16 
}
.olive12
{
	color : Olive; 
	background-color : White ; 
	font-family : Courier New,Courier ; 
	font-size : 12 
}
