<!--
table.newStyle
{
	//-moz-border-radius: 5px;
	width: 100%;
	height: 100%;
	border: 0px;
	background-image: url(/commun/images/fond_recherche.gif);
	border-collapse: collapse;
}

table.newStyle td.DragBar
{	
	background-image: url(/commun/images/fond_recherche.gif);
	width: 100%;
	height: 20px;
	cursor: move;
	//background-color: #cc0026;
	border: 1px solid #000;
	//-moz-border-radius: 5px;
}

table.newStyle td.popup_content
{
	overflow: visible;
}

table.newStyle span.popup_titre
{
	color: #fee2e7;
	padding-left: 5px;
	font-weight: bold;
	float: left;
    text-transform:UPPERCASE;
}

table.newStyle span.popup_close
{
	padding-right: 5px;
	float: right;
	cursor: pointer;
	font-weight: bold;
	color: red;
}
div.inBreeds {
/*position : absolute; */
overflow:auto;
left:0px;
top:10px;
z-index:20;
}

td.breedCheck {
background-color:#d8d8af;
}

td.breedUnCheck {
background-color:none;
}


-->