
body
{
 	background-color: #442;
}
/*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 #back_to span{border :solid white 1px;padding:0px;}
#menuleft #top-categories a:hover{ color: #990000;}

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


/* style pour paragraphe des categories (homepage compris)*/
#content p
{
	color : black;
}
#content h2
{
	color : white;
}
#content h4
{
	color : white;
}


#next  ,#prev
{
background-color : red;
border : solid 1px blue;

}
