body
{
margin:0px;
background-color:#999999;
font-family:verdana;
}

.femelle
{
	background-color	: #f9e5ed;
	border				: 1px solid #e9b7ca;
	padding				: 4px;
}

.male
{
  	background-color	: #cbe0ed;
	border				: 1px solid #b9c9d3;
	padding				: 4px;
}

.transparent
{
  filter : alpha(opacity=50);
  -moz-opacity : 0.5;
  opacity : 0.5; 
  background-color:white;
}

th
{
/*   background-color:#b41319; */
/*   color:white; */
/*   font-size:12px; */
	height				: 18px;
	line-height			: 18px;
	padding				: 1px;
	text-align			: center;
	background			: url('img/buttondog.png') repeat-x;
	background-position	: bottom;
	border				: 1px solid #cacaca;
	font-size			: 9px;
	color				: #999999;
}

.input
{
  width:200px;
  border:1px solid  #cacaca;
  height:18px;
  font-family:verdana;
  font-size:12px;
}

.menu a, .menu a:link, .menu a:visited
{
  color:#b41319;
  text-decoration:none;
}

a, a:link, a:visited
{
/*   color:#b41319; */
  text-decoration:none;
}

.menu a:hover
{
  color:white;
  background-color:#b41319;
  width:100%;
  display:block;
}


#dogfiche {
	width			: 550px;
	height			: 26px;
}

.dogmenu {
	height				: 18px;
	line-height			: 18px;
	padding				: 1px;
	text-align			: center;
	background			: url('img/buttondog.png') repeat-x;
	background-position	: bottom;
	border				: 1px solid #cacaca;
	font-size			: 9px;
	color				: #999999;
}

.dogmenu-actif {
	height				: 18px;
	line-height			: 18px;
	padding				: 1px;
	text-align			: center;
        background-color:#999999;
	background-position	: bottom;
	border				: 1px solid black;
	font-size			: 9px;
	color				: white;
}

.dogmenu-actif a, .dogmenu-actif a:visited, .dogmenu-actif a:link {
 	color: white;	
	text-decoration: none; 
}

.dogmenu a, .dogmenu a:visited, .dogmenu a:link {
 	color: #000000;	
	text-decoration: none; 
}

a.info
{
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none
}

a.info:hover
{
z-index:25;
}

a.info span
{
display: none
}

a.info:hover span
{
    display:block;
    position:absolute;
    top:2em; left:2em;
    border:1px solid #999999;
    background-color:#cacaca; 
    color:#000;
    text-align: center;
}

.copyright a, .copyright a:visited, .copyright a:link {
 	color: white;	
	text-decoration: none; 
}
.legend
{
  font-size:10px;
  font-weight:bold;
}

.cursor
{
cursor: pointer;
}

.list1 {
  font-family:      Arial, Helvetica;
  font-size:        12px;
  padding-left:     2px;
  padding-right:    2px;
  vertical-align:   middle;
  background-color: #F5F5FF;
}
.list2 {
  font-family:      Arial, Helvetica;
  font-size:        12px;
  padding-left:     2px;
  padding-right:    2px;
  vertical-align:   middle;
  background-color: #EEEEFF;
}
