/********** Général **********/
div#bloc
{
	display: table;
	border: none;
	width: 100%;
	height: 5;
}
body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:arial;
	color: #000000;
	background-color: #ffffff;
}
.banniere
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.element
{
	border: none;
	width: "90%";
}
.largeurphoto
{
	width: 60 px;
}
.largeuricone
{
	width: 25 px;
}
.cellules
{
	border: none;
	width: "100%";
}
td
{
	font-weight: bold;
	font-size: 9 pt;
}
.generique
{
	vertical-align: top;
	text-align: center;
}
.largeurtheme
{
	width=170;
}
.petitTitre
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-size:7 pt;
	color: white ;
}
.mention
{
	vertical-align: middle;
	text-align: left;
}

/********** Liens **********/
a:link
{
	text-decoration : none ;
	color : black ;
}
a:visited
{
	text-decoration : none ;
	color : black ;
}
a:hover
{
	text-decoration : none ;
	color : blue ;
}

/********** En tete **********/
.cadreentete
{
	border-bottom: solid 1px 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;
}
