/*
//------------------------------------------------------------------
// 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 {
	text-align: left;
}
#content .options .photos {
	padding: 5px;
}
#content .options .photos img {
	border: solid 1px black;
}

#content .contenupage #presentation {
	width: 100%;
}
#content .contenupage #presentation tr td {
	vertical-align: top;
}
#content .contenupage #presentation tr td.affiche {
	width: 400px;
}
#content .contenupage #presentation tr td.affiche img {
	border: solid 1px black;
}
#content .contenupage #presentation tr td.infos {
	text-align: center;
}
#content .contenupage #presentation tr td h2 {
	font: normal 22px Verdana;
	text-transform: uppercase;
}
#content .contenupage #presentation tr td h2 span.race {
	font-style: italic;
}
#content .contenupage #presentation tr td p {
	font-weight: bold;
}
#content .contenupage #presentation tr td #commentaire_general {
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
#content .contenupage #genealogie {
	width:98%;
	margin: 10px auto;
	border:solid 1px #4f2d16;
}
#content .contenupage #genealogie tr{
}
#content .contenupage #genealogie tr td{
	text-align:center;
	padding:4px;
	padding-left:20px;
	padding-right:20px;
	color:black;
	border:solid 1px #4f2d16;
	background:#f5f1ee;
	text-transform: uppercase;
}
#content .contenupage #genealogie tr td span.race {
	font-style: italic;
}
#content .contenupage #commentaires {
	font: normal 12px Arial;
}
#content .contenupage #commentaires h5 {
	font: bold 12px Arial;
}
#content .contenupage #commentaires p {
	margin-bottom: 10px;
}
#content .contenupage a {
	color: #9dbbd6;
}
#content .contrats {
	font: normal 11px Arial;
}
#content .contrats a {
	color: black;
	text-decoration: none;
}
#content .contrats img {
	border: none;
}
#content .contrats p {
	margin-bottom: 5px;
	margin-left: 3px;
	text-align: left;
}