/********** Lien **********/
a:link
{
	text-decoration : none ;
	color : white ;
}
a:visited
{
	text-decoration : none ;
	color : white ;
}
a:hover
{
	text-decoration : none ;
	color : white ;
}
a.bbd:link
{
	text-decoration : none ;
	color : black ;
}
a.bbd:visited
{
	text-decoration : none ;
	color : black ;
}
a.bbd:hover
{
	text-decoration : none ;
	color : blue ;
}

/********** Général **********/
body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:arial;
	color: #000000;
	background-color: #ffffff;
}
.menu
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #323297;
	font-family:arial;
	font-size: 9 pt;
	color: #FFFFFF;
	text-align: center;
}
td
{
	font-weight: bold;
	font-size: 9 pt;
}
.banniere
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/********** Date **********/
.contenantdate
{
	padding: 10;
	vertical-align: top;
	text-align: right;
}
.etdate
{
	font-family:arial;
	font-size: 8 pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

/********** Article **********/
.margearticle
{
	padding: 20 px;
}
.titrearticle
{
	text-align: right;
	color : 990000;
	font-size: 14 pt;
}
.imagearticle
{
	padding: 5 px;
	vertical-align: top;
	text-align: center;
}
.contenuarticle
{
	padding: 5 px;
	vertical-align: top;
	text-align: justify;
	color : black;
	font-size: 10 pt;
}

/********** Mention **********/
.titremention
{
	font-size:12 pt;
}
