/*
//------------------------------------------------------------------
// 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 form#recherche{
	margin:10px;
	margin-top:0px;
}
#content form#recherche table{
	font-size:10pt;
	border-spacing:10px;
	border:none;
	width:100%;
}
#content form#recherche table td{
	border:solid #C5C5C5 2px;
	background:#4F5D84;
	color:white;
	padding:5px;
	width:50%;
	vertical-align:top;
	text-align:center;
	font-size:12pt;
}
#content form#recherche table td h3{
	text-align:left;
	font-weight:bold;
	font-size:13pt;
}
/*------------------------------------------------------------------*/
#content .zoneconcours{
	padding:10px;
}
#content table.concours{
	width:100%;
	border-collapse:collapse;
}
#content table.concours th{
	text-align:left;
	font-weight:bold;
}
#content table.concours a{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
#content table.concours tr.concours th{
	background:#4F5D84;
	color:white;
	font-size:12pt;
	padding:5px;
}
#content table.concours tr.titrecolonnes th{
	background:#7387BF;
	font-size:11pt;
	color:white;
	padding:2px;
	border:solid #7387BF 1px;
}
#content table.concours tr.titrecolonnes td{
	text-align:center;
}
#content table.concours tr.epreuve th,
#content table.concours tr.epreuve td{
	border:solid #7387BF 1px;
	padding:2px;
}
#content table.concours tr.separation td{
	line-height:20px;
	background:none;
	border:none;
}
/*------------------------------------------------------------------*/
