﻿/* Listes : Actus & Liens      */
/*******************************/

#TableListe
{
	width: 100%;
}

#TableListe th
{
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	font-weight: 700;
	color: #eeeeee;
	background-color: #366cac; /*# 6F96C1 (Bleu délavé) EB9861 (Orange pastel), FF9A39 (Orange1), FF9229 (Orange2) , CE8631 (Orange marron OK 1) , C38359 (Marron OK2), 6F96C1 (bleu OK), B89680 (Marron pastel),417F42 (Vert prononcÃ©),55A157 (Vert menthe),347035 (Vert foncÃ© OK), 3171DE (Bleu ocÃ©an) */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: Gray;
}

#TableListe td
{
	padding: 5px;
	color: #666666;
	text-align: justify;
	background-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

#TableListe .Sep
{
	padding: 0px;
	height: 5px;
	background-color: #ffffff;
	border: none;
}

#TableListe a:link, #TableListe a:visited, #TableListe a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: underline;
}
