@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
border:0;
}
#presentation{
position:relative;	
}
#presentation h2 {
padding:25px 0 10px 67px;
font-size:18px;
}
#titre_zr{
	font-size:18px;
	position:absolute;
	left :67px;
	top:180px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #9F111D;
	width:850px;
	padding:0 0 4px 0;
}
#presentation p {
margin:0px 0 0 67px;
font-size:16px;
width:600px;
font-size:13px;
}
.zonerepete_first{
	font-size:12px;
	padding: 0 0 15px 0;
	margin:0px 0 0 0;
}
.zonerepete{
	font-size:12px;
	padding: 15px 0 15px 0;
}
.zonerepete a, .zonerepete_first a{
	font-size:10px;
	text-decoration:none;
	color:#A70d14;
}
.zonerepete a:hover, .zonerepete_first a:hover{
	text-decoration:underline;
	color:#A70d14;
}
.zonerepete p, .zonerepete_first p{
margin:10px 0 0 0;	
}
.photo{
	width:200px;
	height:150px;
	background-image: url(../images/fiche/fond_cheval.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:12px;
	float:left;
	margin: 5px 30px 5px 60px;
}
.photo_poul{
	width:200px;
	height:150px;
	background-image:url(../images/fiche/fond_pouliniere.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:12px;
	float:left;
	margin: 5px 30px 5px 60px;
}
.photo_prod{
	width:200px;
	height:150px;
	background-image:url(../images/fiche/fond_production.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:12px;
	float:left;
	margin: 5px 30px 5px 60px;
}
.zr_droite{
padding:8px 0 0 0;
}
.fiche_pdf{
padding:0 0 0 10px;	
}
.commentaire{
height:32px;
overflow:auto;
width:600px;
}
.separateur{
	margin:0 65px 0 65px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#999;
}
/********************/
.photo_news{
	width:180px;
	height:130px;
	padding:12px;
	float:left;
	margin: 0px 30px 5px 60px;	
}
.titre_news{
font-size:12px;
font-weight:bold;
}
.date_news{
font-size:10px;
color:#999;
}
.texte_news{
font-size:12px;
color:#000;
width:600px;
}
