/*
//------------------------------------------------------------------
// 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 générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content .contenupage h3{
	background:#9dbbd6;
	text-align:center;
	padding:4px;
	margin-top:10px;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
}
#content .contenupage h4 {
	font: bold 14px Arial;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .contenupage p {
	font: normal 12px Arial;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .contenupage p#utiliser {
	text-align: center;
	margin-top: 20px;
	font: normal 14px Arial;
	color: red;
	text-transform: uppercase;
}

#content .classement_eperon {
	color: #244191;
	font: bold 16px Arial;
	text-transform: uppercase;
	margin-top: 15px;
}
#content .classement_eperon span {
	font: italic 12px Arial;
	color: black;
	text-transform: none;
}
#content .tableau_classement_etalons {
	width: 450px;
	margin: auto;
}
#content .tableau_classement_etalons tr td {
	text-align: center;
	padding: 3px;
}
#content .tableau_classement_etalons tr.rouge {
	color: #d0284c;
}
#content .tableau_classement_etalons tr td.nom {
	text-align: left;
}
#content #eleveurs_jeunes_chevaux {
	color: #d2232a;
	font: bold 16px Arial;
	text-transform: uppercase;
	margin-top: 15px;
	text-align: center;
}
#content #sous_titre_eleveurs_jeunes_chevaux {
	text-align: right;
}
#content #eleveurs {
	width: 450px;
	font: bold 14px Arial;
	text-transform: uppercase;
	margin: auto;
	color: #244191;
}
#content #eleveurs tr.rouge {
	color: #d0284c;
}
#reverdy_deuxieme {
	color: #d0284c;
	font: bold 16px Arial;
}
#allegreto {
	width:90%;
	margin: auto;
	margin-bottom: 20px;
}
#allegreto #allegreto_gauche {
	width: 328px;
}
#allegreto #allegreto_droite {
	vertical-align: top;
	background-color: #e184b0;
	padding: 20px;
	color: white;
}
#allegreto #allegreto_droite p {
	font: normal 14px Arial;
}
#allegreto #allegreto_droite h2 {
	font: normal 20px Arial;
	text-transform: uppercase;
}