/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

#content #main table{
	border-collapse:collapse;
	text-align:left;
	border:solid 2px white;
	color:white;
}

#content #main table thead th{
	padding:5px;
	border:solid 1px white;
	background:#003A56;
}

#content #main table tr th{
	width:33%;
	padding:5px;
	border:solid 1px white;
	background:#003A56;
}

#content #main table tr{
	vertical-align:bottom;
}

#content #main table tr td{
	width:22%;
	padding:5px;
	border:solid 1px white;
	background:#98C4E0;
	color:black;
}