@CHARSET "ISO-8859-1";

/* type effet indesirable (classe, spécialité ou excipient)*/
body
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

ul
{
list-style: none;
}

/* tableau principal */
.table_choix
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	border:none;
	margin-top: 2px;
}

/* lignes du tableau*/
.table_choix tr
{
}

/* colonnes du tableau*/
.table_choix tr td
{
	padding: 5px;
}

/* liste dans les colonnes*/
.table_choix tr td ul
{
	list-style: none;	
	margin: 0;
	padding: 0;
}

.table_choix tr td ul li
{
margin: 0;
padding: 0;
	
}

.label_col
{
	font_weight:bold;
	width:100px;
}