@charset "UTF-8";
/* chiens.css */

#content {
	height:1%;
	
	overflow:auto;
	
	font-size:1.2em;
}

#actifs {
	height:1%;
	margin-bottom:30px;
	
	overflow:auto;
	background:url(../images/chiens/bg.png) no-repeat center bottom;
}

#retraite {
	height:1%;
	
	overflow:auto;
	background:url(../images/chiens/bg.png) no-repeat center bottom;
}

h2 {
	text-align:center;
}

.femelles {
	float:left;
	padding-bottom:20px;
	
	color:#0b313f;
}

.males {
	float:right;
	padding-bottom:20px;
	
	color:#0b313f;
}

.femelles img, .males img {
	padding:1px;
	
	background:white;
	border:1px solid #0b313f;
	
}

.femelles .heading, .males .heading {
	padding:0;
	margin-bottom:20px;
	
	border:none;
}

table {
	width:94%;
	margin:0 auto;
	
	text-align:center;
}
