@charset "UTF-8";

/* NEWS */

.news_titre
{
	font-size:				15pt;
	margin:						10px;
	margin-bottom:		0px;
	background-color:	#AAAAAA;
	color:						white;
	padding:					5px;
	font-variant:			small-caps;
	font-weight:			bold;
}
.news_titre:first-letter {text-transform:capitalize;}
.news_titre a {color: white ;}

.news
{
	margin:auto;
	margin:10px ;
	margin-bottom:10px ;
	margin-top:0px ;
	padding: 3px;
	border:solid 1px black ;
}

.news .news_date
{
	font-size:x-small;
	margin-top:0px;
	font-weight:500;
	text-align:right;
}

.news .news_message
{
	font-size:12pt;
}

.news .commandes
{
	text-align				: right;
	font-size					: small; 
}
