body
{
 	background-color: #224;
}
/*liens en general, les particularites menuGauche cf.plus bas*/
a:link{ color: white;}
a:visited{ color: white;}

li#b_current
{
	background-color :#FC0;
}

#footer
{
	background-color:black;
}
#footer .button
{
	border-left : solid 1px white;	
}
#footer #mastoc-copyright
{
	color: orange;
}

/*Menu de gauche*/

/*Respecter cet ordre*/
/* le lien -retour- n est pas conserve dans l UI
#menuleft #back_to a:hover{color : red;background-color:#FC0;}
*/
#menuleft #top-categories a:hover{ color: #990000;}

/*Contenu central*/
#content
{
	/*a modifier */
        background-color : #357;
}


/* style pour paragraphe des categories (homepage compris)*/
#content  /*couleur par defaut*/
{ 
	color: white;
}
h2.art-title
{
	color :lightblue;
}
h2.news-title 
{
	color : black;
}

#content p
{
	color : orange;
}

#content h4
{
	color : lightblue;
}
#next  ,#prev
{
color:green;

}
