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

#content {
	font-size:1.2em;
}

em {
	font-style:normal;
	color:#375e3c;
}

a {
	color:#09751b;
}
a:hover {
	color:#52a133;
}

#dispo {
	text-align:center;
}

#texte {
	margin:40px 0;
}

#portees {
	position:relative;
}

#male {
	position:absolute;
	top:40px;
	left:26px;
}

#femelle {
	position:absolute;
	top:40px;
	left:93px;
}

#next {
	margin:40px 0 18px 0;
	padding:0;
	
	list-style-type:none;
}

#next li {
	position:relative;
	height:1%;
	margin-top:12px;
	
	overflow:auto;
	background:#f0f2f3;
}

#next li.pair {
	background:#e0e4e5;
}

#next .photos {
	float:left;
	padding:10px 0 10px 10px;
}

#next .photos img {
	position:relative;
	top:1px;
	
	padding:1px;
	
	background:white;
	border:1px solid black;
}

#next .infos {
	float:left;
	width:520px;
	margin-left:25px;
	
	color:#072936;
}

#next .infos .parents {
	font-size:1.8em;
	margin-top:12px;
	margin-bottom:5px;
	
	color:#67848f;
}

#next .infos .parents strong {
	color:#115e7b;
}

#next .infos .description {
	margin-top:1px
}

#next .date {
	position:absolute;
	top:25px;
	right:20px;
	
	font-size:1.4em;
	color:#67848f;
}

#next .date em {
	font-style:normal;
	color:#0b313f;
}

#reserver {
	position:relative;
	
	text-align:center;
}
