
.table_modele {
	border: 1px solid #676666;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
	
}

.table_modele th {
	border : 1px solid #676666;
	background-color : #868b91;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.table_modele td {
	padding: 5px 0 5px 5px;
	font-variant: small-caps;
}

.table_modele td.odd {
	border : 1px solid #676666;
	background-color : #868b91;
	font-size:11px;
	font-weight: normal;
	font-variant: small-caps;
}

.table_modele td.even { 
	border : 1px solid #676666;
	background-color : #aaa7a7;
	font-size:11px; 
	font-weight: normal;
	font-variant: small-caps;
}

.table_modele a {
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
}

.table_modele a:hover {
	color: #434367;
	font-weight: bold;
	
	
}

