
#titre {
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	width: 100%;
	height: 30px;

}


#sous_titre{
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
}


#paragraphe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
		margin-bottom: 10px;
}

#paragraphe_gras{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bolder;
}

#gras{
	font-weight: bolder;
}

#comment{
	font-weight: bolder;
	text-align: justify;
	font-style: italic;
}

#nom{
	font-weight: bolder;
	font-size: 24px;
	color: #975E40;
}
#pedigree{
	font-weight: bolder;
}

#petit{
	font-size: 10px;
	color: #975E40;
	font-style: italic;
}

#contener_principal{
	width: 350px;
}
#center{
	text-align: center;
}

#contener_principal_cadre{
	margin-bottom:6px;
	width: 350px;
	border: 1px dashed;

}

#contener_texte{
	padding: 5px;

}

#contener_image{
	float: right;
	width: 120px;
	height: 120px;
	margin: 0px 0px 0px 20px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

/* mise en page des photos */


#contener_photo_cadre{
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 350px;
	border: 1px dashed;
	min-height: 150px;
}
#contener_photo_cadre_plus{
	width: 340px;
	min-height: 100px;
}
#contener_photo_cadre_petit{
	margin-bottom:6px;
	width: 350px;
	border: 1px dashed;
	padding-bottom: 10px;
	padding-top:10px;

}
#contener_photo_gauche{
	float: left;
	width: 110px;
	height: 110px;
	margin: 0px 20px 0px 0px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	background-color: #593736;
}
#contener_photo_gauche_bis{
	float: left;
	width: 100px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	padding: 5px;
	text-align: center;
	background-color: #B59865;
}
#contener_photo_droite{

float:right;
width:110px;
height:110px;
margin:0px 0px 0px 20px;
padding:15px;
border:1px solid black;
text-align:center;
	background-color: #593736;
}
#contener_photo_droite_bis{

	float: right;
	width: 100px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	padding: 5px;
	text-align: center;
	background-color: #B59865;
}
.boite_email{

width:250px;
border:1px solid ;
}
/* mise en page des info adoption question reponse */

#question{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bolder;
}

#reponse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
		margin-bottom: 10px;
}

#source{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}




