
html {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;*/
}

.habillage-body, .habillage-texte, .habillage-presentation, .habillage-pedigree {
	background-color: rgb(123, 144, 159);
	/* paramétrage des caractères */
	color: black;
	font-family: Verdana; 
	}

.habillage-pedigree {
	/* paramétrage des caractères */
	color: black;
	font-family: Pristina; 
	}

.habillage-texte {
	border-width: 1px;
	width: 100%;
	float : 		left ; 
	margin : 		0 ; 
	left : 			2%;
	position : relative;
	}
	
body {
	margin:0 ; padding:0 ; /* marges intérieures et extérieures de la page à 0 */
	/*font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 60%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgb(73, 89, 101);*/
}
A 
  { color:darkred ; }
A:link 
  { text-decoration: none ; color:white; }
A:visited
  { text-decoration:none ; color:white ; }
A:active
  { text-decoration:none ; color:white ; }
A:hover
  { text-decoration:underline ; color:white; }
  
.logo {
	margin-right: 10px;
}


div#listmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#listmenu ul li {
	padding-right: 15px;
	padding-left: 15px;
	background-color:rgb(73, 89, 101);
	padding-top: 10px;
	padding-bottom: 10px;
	font-family : 		Verdana; 
	font-style : 		italic;
	font-weight:normal;
}

div#listmenu ul li ul{
	margin:0;
	position:absolute;
	width:10em;
	left:-0px;
}

div#listmenu ul li ul li{
	width:100%;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #235171;
	border-bottom-color: #235171;
	border-left-color: #235171;
	background-color: rgb(73, 89, 101);
}

div#listmenu li{
	float:left;
	position:relative;
	list-style-type:none;
	border-right: 0px solid #999999;
}
div#listmenu ul li ul li:first-child{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgb(73, 89, 101);
}
div#listmenu ul li ul li:hover{
	background-color: rgb(73, 89, 101);
}
body div#listmenu ul li ul {
display:none;
}
div#listmenu ul li:hover ul{
	display:block;
}
/*div#listmenu ul li:hover{
	display:block;
	background-color: rgb(73, 89, 101);
}*/
div#listmenu ul li ul:hover{
	display:block;
}
div#listmenu ul li ul{
	border-top:0px;
	border-left:0px;
}

div#listmenu a{
	display:block;
	padding:0 6px;
	text-decoration:none;
	color: white;
}
div#listmenu a:hover{
	display:block;
	padding:0 6px;
	text-decoration:underline;
	color: white;
}

div#listmenu {
	font-size: 1em;
	z-index: 10;
	position: relative;
}

