/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content .options a.conditions,
#content .options a.prestation{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background:url(images/fleche.gif) no-repeat;		
	padding-left:25px;
}

#content .options img {
	border: none;
}

#content table {
	width: 100%;
}
#content table thead {
	background: #25408f;
	color: white;
	padding: 3px;
}
#content table thead th a{
	color: white;
	text-decoration: none;
}
#content table tr {
}
#content table tr td {
	text-align: center;
	padding-bottom: 10px;
}
#content table tr.impaire td {
	background-color: #bfd6e7;
}
#content table tr td.photo img {
	border: solid 1px black;
}
#content table tr td.cheval{
}
#content table tr td.cheval h3{
	text-transform: uppercase;
	color: #25408f;
}
#content table tr td.cheval h3 a {
	color: #25408f;
	text-decoration: none;
}
#content table tr td.cheval span.informations {
	font: italic 12px Verdana;
}
#content table tr td.pere{
	text-transform: uppercase;
}
#content table tr td.mere{
	text-transform: uppercase;
}