html, body {
	height: 100%;
}


a:link {color: #41080e ; text-decoration: none ;}
a:visited {color: #41080e ; text-decoration: none ;}
a:hover { color: #41080e ; text-decoration: none ; }  

img {
	border:medium none;
}

body {
	color: #41080e;
	background-color: #FCFCFC;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.25;
	background-image: url('../img/background.jpg');
	background-repeat: repeat;
}

/* Page */
#global {
	min-height: 100%;
	width: 1031px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	height : 309px;
	width: 1031px;
	margin-bottom: 0px;
	background:url('../img/haut.png'); 
}

/* Contenu */
#contenu {
	margin-left: auto;
	margin-right: auto;
	width: 1031px;
	position: relative;
	padding-bottom: 100px;
	background-image: url('../img/banderepet.png');
	background-repeat: repeat-y;
	min-height: 500px;
}

#texte {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/* Pied de page */
#pied {	
	height: 128px;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	width: 1031px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/banderepet.png');
	background-repeat: repeat-y;
}

#menu {
	background-image: url('../img/fond_menu.png');
	background-repeat: no-repeat;
	width: 1031px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	padding-left: 18px;
	position: relative;
}

#menu li {
	position: relative;
	float: left;
	margin-top:6px;
}

#poudredange {
	text-align: center;
	font-size: .8em;
	position: relative;
	color: #41080e;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.hoverclass {
	border: 2px dashed #B3B3B3;
}

.pedigree td {
	color: #41080e !important;
    background-color: #f4dfbc;
	border: 1px solid #eab762 !important;
}

.boys {
	color: #41080e !important;
	background-color: #f4dfbc !important;
}

.girls {
	background-color: #f6e9d4 !important;
	color: #41080e !important;
}
.generation1, .generation2, .generation3, .generation4 {
	color: #000000 !important;
}

.elem_image img, .elem_image_texte img, .elem_texte_image img {
	border: 1px solid #C0C0C0;
	box-shadow: 1px 1px 12px #555;
}

.container { margin-top: 0 !important; margin-bottom: 0 !important }
