/* Feuille de Style pour le planning des entrainements
 * 
 * @date aout 2008
 * @autor : otocinclus
 */


.planning_titre
{
	font-size:30pt;
	font-weight:700;
	text-align:center;
}

.planning_enTeteJours
{
	font-size:16pt;
	font-weight:700;
	text-align:center;
}

.planning_horaire
{
	font-size:12pt;
	font-weight:500;
	color:white;
	text-align:center;
	background:silver;
	border: solid black 1px;
	border-bottom:none;
}

.planning_responsable
{
	font-size:13px;
	font-style:italic;
	color:grey;
	font-weight:500;
	background:#DEDEDF;
	text-align:center;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

.planning_categorie
{
	font-size:13pt;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	background:#DEDEDF;
	border: solid black 1px;
	border-top: none;
}

.planning_infos 
{
	font-size:14pt;
	font-weight:700;
	color:red;
	text-align:center;
}

