@charset "utf-8";
/* CSS Document */


.Texte{
	text-align: justify;
}

.Title{
	color: #FAF3E7;				/*Update with the BG color of the site in screen.css*/
	background: #8E6D3C;		/*Update with the Body default color of the site in screen.css*/
	font-weight:bold;
	padding-left:5px;
}


.Cat{
	color: #4C0D0A;				/*Update with the H1 default color of the site in screen.css*/
	text-align: right;
	font-weight:bold;
}

a.News {
	text-align: right;
}

a:hover.News {
	text-align: right;
}