<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DÃ©finition des polices personnalisÃ©es */

@font-face
{
    font-family: 'amerika_sansregular';
    src: url('amersn__-webfont.woff2') format('woff2'),
         url('amersn__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ElÃ©ments principaux de la page */

*
{
	padding: 0;  /* On enlÃ¨ve tous les paddings inutiles */
	margin: 0;   /* On enlÃ¨ve toutes les marges inutiles */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }


html 
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
}

body
{
	max-width: 990px;
	min-height: 100%;
	background-color: #fff;
	padding: 0;
	margin: auto;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
}

header
{
	width: 100%;
	display: flex;
	flex-direction: column;
}

#titre_liens-top
{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 7px 20px 3px 20px;
	background-color: #dea730;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#titre_site
{
	margin: 0;
	padding: 0;
}

#liens_ronds
{
	margin: 0;
	padding: 0;
}

#logo_fontisis
{
	display: block;
	max-width: 100%;
	margin: auto;
	padding: 10px 10px 0 10px;
}

#logo_fontisis_portables
{
	display: none;
}

#sous_menu_cadre
{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
}

#sous_menu
{
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #c2922e;
	border: 1px #c2922e solid;
}

	section
	{
		width: 100%;
	}

		#corps_site
		{
			width: 100%;
			margin: auto;
			padding: 20px 20px 20px 20px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: flex-start;
			background-color: #fff;
			flex-shrink: 0;
			flex-wrap: wrap;
		}

		#bloc_page_complete
		{
			width: 100%;
			margin: auto;
			padding: 0;
			display: flex;
			flex-direction: column;
			align-content: flex-start;
		}

		#bloc_page_contact
		{
			width: 100%;
			margin: auto;
			padding: 0 20px 0 20px;
			display: flex;
			flex-direction: column;
			align-content: flex-start;
		}
	
			#titre_rubrique
			{
				width: 100%;
				margin: 20px 0 10px 0;
				padding: 0;
			}
			
			#image_textaround
			{
				width: 100%;
				padding: 0;
				margin: 5px 0 0 0;
			}
			
			#ensemble_actualites
			{
				width: 100%;
				margin: 0;
				padding: 0;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
				
					#bloc_actualites
					{
						width: 100%;
						margin: 0 0 15px 0;
						padding: 0;
						background-color: #fff;
						border: 1px #c2b190 solid;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
					
						#actu_top
						{
							width: 100%;
							margin: 0;
							padding: 0;
							display: flex;
							flex-direction: row;
							flex-shrink: 0;
						}
						
							#photo_news
							{
								width: 25%;
								margin: 0;
								padding: 0;
							}
						
							#texte_news
							{
								width: 75%;
								height: auto;
								margin: 0;
								padding: 15px;
								display: flex;
								flex-direction: column;
							}
						
						#actu_bottom
						{
							width: 100%;
							margin: 0;
							padding: 0;
							display: flex;
							flex-direction: row;
							justify-content: flex-end;
							flex-shrink: 0;
							border-bottom: 5px #dea730 solid;
						}	
						
							#bouton_suite
							{
								width: 150px;
								margin: 0;
								flex-shrink: 0;
							}

#cadre_contact
{
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	border: 1px #c2b190 solid;
}

#image_texte_produits
{
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 10px;
	display: flex;
	flex-direction: row;
	border: 1px #c2b190 solid;
}

#image_gauche
{
	width: 33%;
	margin: 0 15px 0 0;
	padding: 0;
	flex-shrink: 0;
}

#texte_produits
{
	width: 67%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#page_blog
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

#trio_images
{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
}

#image_trio1
{
	width: 33%;
	margin: 0 5px 10px 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#image_trio2
{
	width: 33%;
	margin: 0 5px 10px 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#image_trio3
{
	width: 33%;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#image_texte_contact
{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}

#image_contact
{
	width: 50%;
	padding: 0 10px 0 0;
	margin: 0;
}

#texte_contact
{
	width: 50%;
	padding: 0 0 0 10px;
	margin: 0;
}

#image_texte_merci, #page_fiche, #update_chien
{
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	border: 1px #c2b190 solid;
	flex-shrink: 0;
}

#fiche_portee
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

#chien_carte,  #portee_carte
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
}

#listing_portee_cadre
{
	width: 100%;
	height: auto;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	background-color: #e7d3ab;
	border: 1px #fff solid;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#listing_portee_cadre:hover
{
	border: 1px #000 solid;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#photo_carte_chien
{
	width: 60%;
	height: auto;
	padding: 0 15px 0 0;
	flex-shrink: 0;
}

#infos_carte_chien
{
	width: 40%;
	padding: 0;
}

#texte_merci, #texte_fullsize
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#listing_chiens
{
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-shrink: 0;
}

#listing_1chien
{
	width: 33%;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
}

#listing_espace
{
	width: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}

#titre_listingchien
{
	width: 100%;
	height: 30px;
	text-align: left;
}

#photo_listingchien
{
	width: 100%;
	height: auto;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
	flex-shrink: 0;
}

#photo_listingchien:hover
{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#prenom_listingchien
{
	text-align: center;
}

#image_merci
 {
	width: 100%;
	padding: 0;
	margin: 0;
 }

#cadre_blog_main
{
	width: 100%;
	padding: 0 10px 0 0;
	margin: 0;
}

#certif_adn
{
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#liens_portees
{
	padding: 0;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#liens_portees p
{
	padding: 0;
	margin: 0;
}

.liens_portees
{
	color: #2e3136;
	font-weight: bold;
	letter-spacing : 0;
}

#liens_porteesnom
{
	margin: 0;
}

#deux_parents
{
	width: 140px;
	height: 70px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#mini_pere
{
	margin: 0 5px 0 0;
	padding: 0px;
	width: 60px;
	height: 60px;
}

#mini_mere
{
	margin: 0 10px 0 0;
	padding: 0px;
	width: 60px;
	height: 60px;
}

#titre_portee
{
	padding: 0;
	margin-bottom: 15px;
}

#parents_portee
{
	width: 450px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#pere_colley, #mere_colley
{
	width: 200px;
	display: flex;
	flex-direction: column;
	padding: 0;
}

#pere_x_mere
{
	width: 50px;
	padding: 0 8px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

aside
{
	min-width: 250px;
	width: 250px;
	padding: 0 10px 10px 10px;
	margin: 0;
	background-color: #e7d3ab;
	flex-shrink: 0;
}
 
#cadre_intro_out
{
	width: 67%;
	padding: 10px 10px 0 0;
	margin: 0;
}

#cadre_elevage_out
{
	width: 33%;
	padding: 10px 0 10px 10px;
	margin: 0;
}

#intro_site
{
	width: 100%;
	padding: 10px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px #c2b190 solid;
}

#blog_inside, #page_fiche_chien
{
	width: 100%;
	padding: 10px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px #c2b190 solid;
	flex-shrink: 0;
}

#photo_intro
{
	width: 100%;
	height: 171px;
	padding: 0;
	margin: 0;
	background-image: url("images/fond-intro-fontaine-isis.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	flex-shrink: 0;
}

#photo_blog, #photo_recherche_zero
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
}

#texte_intro
{
	width: 100%;
	padding: 15px 10px 0 10px;
}

#bas_fiche_chien
{
	width: 100%;
	padding: 0;
}

#elevage_canin
{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #e7d3ab;
	border: 1px #c2b190 solid;
	cursor: pointer;
	transition: 0.2s;
}

#elevage_canin:hover
{
	border: 1px #000 solid;
	-moz-box-shadow: 3px 3px 7px 0px #656565;
	-webkit-box-shadow: 3px 3px 7px 0px #656565;
	-o-box-shadow: 3px 3px 7px 0px #656565;
	box-shadow: 3px 3px 7px 0px #656565;
}

#titre_elevage
{
	width: 100%;
	min-height: 54px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #c2922e;
}

#logo_titre_elevage
{
	width: 52px;
	height: 54px;
	padding: 0;
	margin: 0 10px 0 0;
	background-image: url("images/logo-titre.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#ecriture_titre_elevage
{
	padding: 5px 0 5px 0;
}

#texte_elevage
{
	width: 100%;
	padding: 10px 10px 0 10px;
	margin: 1px 0 6px 0;
}

#cadre_rucher_out
{
	width: 33%;
	padding: 10px 10px 10px 0;
}

#cadre_bassecour_out
{
	width: 33%;
	padding: 10px 5px 10px 5px;
}

#cadre_atelier_out
{
	width: 33%;
	padding: 10px 0 10px 10px;
}

#encadre_rucher, #encadre_bassecour, #encadre_atelier
{
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #e7d3ab;
	border: 1px #c2b190 solid;
	cursor: pointer;
	transition: 0.2s;
}

#encadre_rucher:hover, #encadre_bassecour:hover, #encadre_atelier:hover
{
	border: 1px #000 solid;
	-moz-box-shadow: 3px 3px 7px 0px #656565;
	-webkit-box-shadow: 3px 3px 7px 0px #656565;
	-o-box-shadow: 3px 3px 7px 0px #656565;
	box-shadow: 3px 3px 7px 0px #656565;
}

#titre_rucher, #titre_bassecour, #titre_atelier
{
	width: 100%;
	min-height: 54px;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #c2922e;
}

#ecriture_titre_rucher
{
	padding: 5px 0 5px 0;
}

#logo_titre_rucher, #logo_titre_bassecour, #logo_titre_atelier
{
	width: 52px;
	height: 54px;
	padding: 0;
	margin: 0 10px 0 0;
	background-image: url("images/logo-titre.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#photos_elevage, #photos_rucher, #photos_bassecour, #photos_atelier
{
	width: 100%;
	flex-shrink: 0;
}

#texte_rucher, #texte_bassecour, #texte_atelier
{
	width: 100%;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#conteneur_news_elevage, #conteneur_news_rucher, #conteneur_news_bassecour, #conteneur_news_atelier
{
	width: 100%;
	padding: 0 10px 10px 10px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
}

#photo_news_elevage, #photo_news_rucher, #photo_news_bassecour, #photo_news_atelier
{
	width: 100%;
	flex-shrink: 0;
}

#texte_news_elevage, #texte_news_rucher, #texte_news_bassecour, #texte_news_atelier
{
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
}

#images_listing, #mini_listing
{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#miniature_chien_listing
{
	width: 16%;
	margin: 0;
	padding: 0 5px 0 5px;
	display: flex;
	flex-direction: column;
}

#mini_offspring_cadre, #cadre_books
{
	width: 25%;
	margin: 0;
	padding: 5px;
}

#mini_offspring_listing, #books_listing
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #e7d3ab;
	border: 1px #fff solid;
}

#chien_listing_aside
{
	width: 50%;
	margin: 0 0 5px 0;
	padding: 0 5px 0 0;
	display: flex;
	flex-direction: column;
}

#cadre_listing
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#cadre_listing_offspring, #cadre_listing_books
{
	width: 100%;
	margin: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#parents_listing
{
	width: 200px;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#cadre_listing_aside
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#conteneur_lienpedigree
{
	width: 220px;
	height: 55px;
	margin: auto;
	padding: 10px;
	flex-shrink: 0;
	background-color: #e7d3ab;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#conteneur_lienpedigree:hover
{
	opacity: 0.8;
   	filter: alpha(opacity=80); /* For IE8 and earlier */
}

#lien_pedigree
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
}

#pedigree_scc
{
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer
{
	width: 100%;
	background-color: #dea730;
	padding: 20px 0 5px 0;
}

#contenu_footer
{
	max-width: 950px;
	padding: 10px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
#liens_liste1, #liens_liste2, #liens_liste3, #liens_liste4, #liens_liste5
{
	width: 140px;
	display: flex;
	flex-direction: column;
	padding: 0 10px 0 0;
	margin-bottom: 20px;
}

#copyright
{
	max-width: 950px;
	margin: auto;
	padding: 0 10px 0 10px;
}

#retour
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#miniatures_galerie_chiens, #cadre_books
{
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#admin-photos
{
	display: flex;
	flex-direction: column;
}

#contour_diapo
{
	width: 152px;
	height: 152px;
	padding: 1px;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#diapositive_chien
{
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 10px;
	background-color: #e7d3ab;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#diapositive_chien:hover
{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


/* Les Ã©critures */

strong
{
	font-weight: bold;
}

h1
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	line-height: 28px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

#bloc_page_complete h2, #bloc_page_contact h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	letter-spacing : 1px;
	margin: 15px 0 0 0;
	padding: 0;
}

#sous_menu h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	line-height: 28px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

#bas_fiche_chien h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	letter-spacing : 1px;
	margin: 0 0 10px 0;
	padding: 0;
}

#titre_portee h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

#titre_rubrique h2
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 32px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

#photo_intro h3
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 0 10px 5px 0;
	padding: 0;
	text-shadow: 1px 1px 1px black, 2px 2px 2px black;
}

#texte_intro h3, #titre_article p
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 0 0 10px 0;
	padding: 0;
}

#bloc_page_complete h3, #bloc_page_contact h3, #page_fiche_chien h3
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	letter-spacing : 1px;
	margin: 0 0 15px 0;
	padding: 0;
}

#listing_portee_cadre h3
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

#titre_portee h3, #parents_listing h3, #cadre_listing_offspring h3, #cadre_listing_books h3
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

#pere_x_mere h3
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

#miniature_chien_listing h3
{
	text-align: center;
}

#mini_listing h3
{
	font-family: amerika_sansregular, sans-serif;
	text-align: center;
	font-size: 14px;
	letter-spacing : 1px;
}

#texte_fullsize h3
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	letter-spacing : 1px;
	margin: 10px 0 15px 0;
	padding: 0;
}

h4
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	letter-spacing : 0;
	margin: 0;
	padding: 0;
}

#texte_news_elevage h4, #texte_news_rucher h4, #texte_news_bassecour h4, #texte_news_atelier h4
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	letter-spacing : 0;
	margin: 0;
	padding: 0;
}

aside h4
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 10px 0 5px 0;
	padding: 0;
}

#prenom_listingchien h4
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
}

p, label
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0;
	line-height: 21px;
	color: #000;
	text-align: justify;
	margin: 0 0 15px 0;
}

#texte_news_elevage p, #texte_news_rucher p, #texte_news_bassecour p, #texte_news_atelier p
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	line-height: 19px;
}

#copyright p
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 19px;
	letter-spacing : 0;
	text-align: center;
}

#cadre_listing_offspring p, #cadre_listing_books p
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 19px;
	letter-spacing : 0;
	text-align: center;
	margin: 0;
	padding: 0;
}


/* Les liens */

p a:link, p a:visited, h2 a:link, h2 a:visited
{
	color: #000;
	text-decoration: underline;
}

p a:active, p a:hover, h2 a:active, h2 a:hover
{
	color: #000;
	text-decoration: none;
}

#liens_maj_sup
{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#lien_supprimer
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.lien_supprimer
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	background: #b92a25;
	color: #fff;
	border: 1px #fff solid;
	text-decoration: none;
	line-height: 0;
}

#lien_supprimer a:link, #lien_supprimer a:visited
{
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	transition: 0.2s;
	background: #b92a25;
	color: #fff;
	text-decoration: none;
}

#lien_supprimer a:active, #lien_supprimer a:hover
{
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	background: #fff;
	color: #b92a25;
	text-decoration: none;
	border: 1px #b92a25 solid;
}

#lien_maj
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.lien_maj
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	background: #2e3136;
	color: #fff;
	border: 1px #fff solid;
	text-decoration: none;
	line-height: 0;
}

#lien_maj a:link, #lien_maj a:visited
{
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	transition: 0.2s;
	background: #2e3136;
	color: #fff;
	text-decoration: none;
}

#lien_maj a:active, #lien_maj a:hover
{
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: 46px;
	width: 160px;
	background: #fff;
	color: #2e3136;
	text-decoration: none;
	border: 1px #2e3136 solid;
}

#del_maj
{
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#liste-articles a:link, #archives a:link, #liste-articles a:visited, #archives a:visited
{
	color: #000;
	text-decoration: underline;
}

#liste-articles a:active, #archives a:active, #liste-articles a:hover, #archives a:hover
{
	color: #000;
	text-decoration: none;
}

#retour a:link, #retour a:visited
{
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: underline;
}

#retour a:active, #retour a:hover
{
	padding: 0;
	margin: 0;
	color: #c2922e;
	text-decoration: none;
}

#contenu_footer a:link, #contenu_footer a:visited
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	letter-spacing : 1px;
	text-decoration: none;
}

#contenu_footer a:active, #contenu_footer a:hover
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	letter-spacing : 1px;
	text-decoration: underline;
}

#page_fiche_chien h3 a:link, #page_fiche_chien h3 a:visited
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	letter-spacing : 1px;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: underline;
}

#page_fiche_chien h3 a:active, #page_fiche_chien h3 a:hover
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	letter-spacing : 1px;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
}


/* Les listes */

#liens_ronds ul
{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	font-family: amerika_sansregular, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

#liens_ronds li
{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 6px;
	padding: 0;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
}

#liens_ronds li:hover
{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

aside ul
{
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	display: flex;
	flex-direction: column;
}

#liste-articles li, #archives li
{
	list-style-type: none;
	list-style-image: none;
	letter-spacing: 0;
	line-height: 17px;
	color: #000;
	text-align: justify;
	margin: 2px 0 5px 0;
	padding: 0;
}

#contenu_footer ul
{
	width: 100%;
	list-style-type: none;
	font-family: amerika_sansregular, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
	letter-spacing : 1px;
}


/* Les images */

#logo_fontisis img
{
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

#logo_fontisis_portables img
{
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

#img_update
{
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

#photo_news_elevage img, #photo_news_rucher img, #photo_news_bassecour img, #photo_news_atelier img, #photo_blog img
{
	max-width: 100%;
	height: auto;
	border: 1px #c2b190 solid;
	flex-shrink: 0;
}

#photo_recherche_zero img
{
	max-width: 100%;
	height: auto;
	border: 0;
	flex-shrink: 0;
}

#photos_elevage img, #photos_rucher img, #photos_bassecour img, #photos_atelier img
{
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

#image_contact img
{
	max-width: 100%;
	height: auto;
	border: 1px #c2b190 solid;
	flex-shrink: 0;
}

#image_merci img
{
	max-width: 100%;
	height: auto;
	border: 1px #c2b190 solid;
	flex-shrink: 0;
}

#liens_ronds img
{
	width: 44px;
	height: 44px;
}

#image_trio1 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#image_trio2 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#image_trio3 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#image_gauche img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#image_textaround img
{
	width: 50%;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#photo_listingchien img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#images_listing img
{
	width:100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	flex-shrink: 0;
}

#images_listing img:hover
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	flex-shrink: 0;
}

#mini_listing img
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	flex-shrink: 0;
}

#mini_listing img:hover
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	flex-shrink: 0;
}

#update_chien img
{
	max-width: 380px;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	clear: both;
	border: 0;
}

#photo_carte_chien img, #fiche_chien img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}


#certif_adn img
{
	width: 45px;
	height: 41px;
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
}

#diapositive_chien img
{
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

#del_maj img
{
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#del_maj img:hover
{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

#mini_mere img, #mini_pere img
{
	height: 60px;
	width: 60px;
	padding: 0;
	margin: 0;
	border: 1px #c2b190 solid;
}

#parents_listing img
{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #c2b190 solid;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#parents_listing img:hover
{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #c2b190 solid;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.imageflot_gauche
{
	width: 33%;
	height: auto;
	float: left;
	padding: 0 15px 0 0;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

.imageflot_right
{
	width: 33%;
	height: auto;
	float: right;
	padding: 0 0 0 15px;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#photo_news img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
}


/* LES TABLEAUX */

table
{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
}

.tableau_pedigree_portee
{
    border-collapse: collapse;
	margin-bottom: 0;
}

caption
{
	font-family: amerika_sansregular, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing : 1px;
}

th
{
   border: 1px #c2b190 solid;
	background-color: #dea730;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 5px;
	margin: 0;
}

td
{
    border: 1px #c2b190 solid;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 5px;
	margin: 0;
}

.expos_tableau
{
	background-color: #fff;
	color: #000;
	border: 1px #c2b190 solid;
}

.pedigreefemelle
{
	background-color: #5f0d2c;
	color: #c10459;
}

.pedigreefemelle_tableau
{
	background-color: #eac3d1;
	color: #5f0d2c;
	border: 1px solid #2e3136;
}

.pedigreemale
{
	background-color: #2e3136;
	color: #3b3c5f;
}

.pedigreemale_tableau
{
	background-color: #dcdcdc;
	color: #2e3136;
	border: 1px solid #2e3136;
}

.champtexte_arriere_arriere
{
	height: 26px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
}

.zone_texte_pedigree
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
}


/* Boutons */

input[type="submit"], #search input[type="submit"]
{
	cursor: pointer;
}

.bouton_suite
{
	width: 140px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	background-color: #dea730;
	color: #fff;
	border: 0;
	border-radius: 0;
	letter-spacing: 2px;
	text-align: center;
	font-family: amerika_sansregular, sans-serif;
	margin: 0;
	padding: 4px 10px 0 10px;
	text-decoration: none;
	cursor: pointer;
}

.bouton_suite:link, .bouton_suite:visited
{
	color: #c2922e;
	background-color: #000;
	text-decoration: none;
	transition: 0.2s;
}

.bouton_suite:active, .bouton_suite:hover
{
	color: #000;
	background-color: #e7d3ab;
	text-decoration: none;
}

.bouton_envoyer
{
	height: 30px;
	width: 200px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #dea730;
	margin: 10px 0 10px 0;
	background-color: #dea730;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bouton_envoyer_search
{
	height: 30px;
	width: 22%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #1a1a1a;
	margin: 0 0 10px 0;
	background-color: #1a1a1a;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bouton_envoyer:link, .bouton_envoyer:visited, .bouton_envoyer_search:link, .bouton_envoyer_search:visited
{
	background-color: #dea730;
	border: 1px solid #dea730;
	color: #000;
}

.bouton_envoyer:active, .bouton_envoyer:hover, .bouton_envoyer_search:active, .bouton_envoyer_search:hover
{
	background-color: #e7d3ab;
	border: 1px solid #000;
	color: #000;
}


/* Lignes sÃ©paratrices */

hr
{
    clear: both;
	width: 100%;
    margin: 5px 0 15px 0;
    padding: 0;
	border: 0;
	border-bottom: 1px solid #c2b190;
}

.sous_article
{
	border: 0;
	border-bottom: 1px dashed #c2b190;
}

.invisible
{
	margin: 5px 0 5px 0;
	border: 0;
	border-bottom: 0 ;
}

.invisible2
{
	margin: 30px 0 10px 0;
	border: 0;
	border-bottom: 0 ;
}

.invisible3
{
	margin: 15px 0 15px 0;
	border: 0;
	border-bottom: 0 ;
}

.ligne_invisible
{
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	border: 0;
	border-bottom: 0 ;
}

/* Formulaire */

#formulaire_login
{
	max-width: 350px;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: 1px solid #c2922e;
}

#formulaire_news, #formulaire_contact, #formulaire_chiens
{
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}

#formulaire_login p
{
	text-align: right;
}

.champtexte
{
	height: 30px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
	background-color: #f2f0f0;
	font-family: Arial, sans-serif;
}

#search .champtexte_search
{
	height: 30px;
	width: 75%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

.surlignage
{
	font-weight: bold;
	color: #ff0000;
}

.champ_annee
{
	height: 30px;
	width: 50px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

.champtexte_bigger
{
	height: 30px;
	width: 300px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

.zone_texte
{
	width: 100%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
	background-color: #f2f0f0;
	font-family: Arial, sans-serif;
}

.liste_deroulante
{
	max-width: 300px;
	min-width: 150px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

.liste_deroulante_petite
{
	max-width: 120px;
	min-width: 80px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}

input[type=radio]
{
    margin: 0 5px 0 0;
}

.radio
{
    margin: 0 0 5px 0;
}

label
{
    cursor:pointer;
}

#boutons_radio
{
	max-width: 300px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #f2f0f0;
}

.hidden {
  display: none !important;
}


/* FENETRES POP-UP GALERIES */

.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding: 40px 0 50px 0; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
		
#modal-content
{
	margin: auto;
	padding: 10px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
}
		
#modal-content img
{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 500px;
	height: auto;
}
		
#caption
{
	color: #fff;
	text-align: center;
	padding: 10px;
}
		
#fleches
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
		
#fleche_gauche, #fleche_droite
{
	width: 100px;
}
		
/* Add Animation */
#modal-content
{    
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
		
@-webkit-keyframes zoom
{
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom
{
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
		
/* The Close Button */
.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	transition: 0.2s;
}

.close:hover,
.close:focus
{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
		
#previous, #next
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	transition: 0.2s;
}
		
#previous:hover, #next:hover,
#previous:focus, #next:focus
{
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}


/* Media queries */

@media screen and (max-width:800px) {

	#listing_chiens
	{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#listing_1chien
	{
		width: 33%;
		padding: 0 10px 0 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	#chien_carte
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}

	#photo_carte_chien
	{
		width: 100%;
		height: auto;
		padding: 0;
	}

	#infos_carte_chien
	{
		width: 100%;
		padding: 10px 0 0 0;
	}
	
	#miniature_chien_listing
	{
		width: 25%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	#mini_offspring_cadre, #cadre_books
	{
		width: 33%;
		margin: 0;
		padding: 5px;
	}
	
	#titre_portee h3, #parents_listing h3
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

	#pere_x_mere h3
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

}

@media screen and (max-width:700px) {
	
	#image_texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#image_contact
	{
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}

	#texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#miniature_chien_listing
	{
		width: 25%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	h1
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 34px;
		font-weight: normal;
		color: #fff;
		line-height: 20px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
	
	h2
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #fff;
		line-height: 26px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
	
	#titre_portee h3, #parents_listing h3
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

	#pere_x_mere h3
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

}

@media screen and (max-width:650px) {
	
	#logo_fontisis
	{
		display: none;
	}

	#logo_fontisis_portables
	{
		display: flex;
		justify-content: center;
		max-width: 100%;
		margin: auto;
		padding: 10px 10px 0 10px;
		flex-shrink: 0;
	}
	
	#titre_liens-top
	{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 7px 20px 3px 20px;
		background-color: #dea730;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	#titre_site
	{
		margin: 5px 0 14px 0;
		padding: 0;
	}

	#liens_ronds
	{
		margin: 0;
		padding: 0;
	}
	
	#sous_menu_cadre
	{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 10px 0 10px;
	}
	
	#corps_site
	{
		width: 100%;
		margin: 0;
		padding: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		background-color: #fff;
		flex-shrink: 0;
		flex-wrap: wrap;
	}
	
						#actu_top
						{
							width: 100%;
							margin: 0;
							padding: 0;
							display: flex;
							flex-direction: column;
						}

							#photo_news
							{
								width: 100%;
								margin: 0;
								padding: 0;
								flex-shrink: 0;
							}
						
							#texte_news
							{
								width: 100%;
								height: auto;
								margin: 0;
								padding: 15px;
								display: flex;
								flex-direction: column;
							}
	
	#page_blog
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#image_texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#image_contact
	{
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}

	#texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#cadre_intro_out, #cadre_blog_main
	{
		width: 100%;
		padding: 10px 0 10px 0;
		margin: 0;
		flex-shrink: 0;
	}

	#cadre_elevage_out
	{
		width: 50%;
		padding: 10px 10px 10px 0px;
		margin: 0;
		flex-shrink: 0;
	}
	
	#logo_titre_elevage
	{
		width: 52px;
		min-width: 52px;
		height: 54px;
		min-height: 54px;
		padding: 0;
		margin: 0 10px 0 0;
		background-image: url("images/logo-titre.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	#listing_chiens
	{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#listing_1chien
	{
		width: 50%;
		padding: 0 10px 0 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	#miniature_chien_listing
	{
		width: 33%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	#cadre_2parents
	{
		width: 110px;
		margin: 0 25px 20px 0;
		padding: 5px 5px 5px 5px;
		display: flex;
		flex-direction: column;
		background-color: #f5f4f9;
		border: 1px #2e3136 dashed;
		-moz-box-shadow: 2px 2px 7px 0px #656565;
		-webkit-box-shadow: 2px 2px 7px 0px #656565;
		-o-box-shadow: 2px 2px 7px 0px #656565;
		box-shadow: 2px 2px 7px 0px #656565;
	}
	
	#parents_listing
	{
		width: 120px;
		margin: 0 10px 0 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	#parents_portee
	{
		max-width: 280px;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	#pere_chien, #mere_chien
	{
		max-width: 120px;
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	
	#pere_x_mere
	{
		width: 40px;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	
	.images_parents
	{
		width: 100px;
		height: auto;
		padding: 0;
		margin: 0 0 6px 0;
		-moz-box-shadow: 2px 2px 7px 0px #656565;
		-webkit-box-shadow: 2px 2px 7px 0px #656565;
		-o-box-shadow: 2px 2px 7px 0px #656565;
		box-shadow: 2px 2px 7px 0px #656565;
	}
	
	
	#parents_listing img
	{
		max-width: 120px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	#parents_listing img:hover
	{
		max-width: 120px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}
	
	aside
	{
		width: 100%;
		padding: 10px;
		margin: 0;
		flex-shrink: 0;
	}
	
	#chien_listing_aside
	{
		width: 33%;
		margin: 0 0 5px 0;
		padding: 0 5px 0 0;
		display: flex;
		flex-direction: column;
	}
	
	#cadre_rucher_out
	{
		width: 50%;
		padding: 10px 0 10px 10px;
		flex-shrink: 0;
	}

	#cadre_bassecour_out
	{
		width: 50%;
		padding: 10px 10px 10px 0;
		flex-shrink: 0;
	}

	#cadre_atelier_out
	{
		width: 50%;
		padding: 10px 0 10px 10px;
		flex-shrink: 0;
	}
	
	#contenu_footer
	{
		max-width: 100%;
		padding: 10px;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.imageflot_gauche
	{
		width: 50%;
		height: auto;
		float: left;
		padding: 0 15px 0 0;
		margin: 5px 0 5px 0;
		flex-shrink: 0;
	}
	
	.imageflot_right
	{
		width: 50%;
		height: auto;
		float: right;
		padding: 0 0 0 15px;
		margin: 5px 0 5px 0;
		flex-shrink: 0;
	}
	
	.imageflot_full
	{
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
		margin: 5px 0 5px 0;
		flex-shrink: 0;
	}
	
	#titre_portee h3, #parents_listing h3
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

	#pere_x_mere h3
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

}


@media screen and (max-width:550px) {

	#mini_offspring_cadre, #cadre_books
	{
		width: 50%;
		margin: 0;
		padding: 5px;
		
	}
	
	#mini_offspring_listing, #books_listing
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		background-color: #e7d3ab;
		border: 1px #fff solid;
	}
	
	#cadre_listing_offspring, #cadre_listing_books
	{
		width: 100%;
		margin: 0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
	
	#listing_portee_cadre h3
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		line-height: 22px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
	
	#image_textaround img
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
		flex-shrink: 0;
	}
	
}

@media screen and (max-width:430px) {

	#logo_fontisis
	{
		display: none;
	}

	#logo_fontisis_portables
	{
		display: flex;
		justify-content: center;
		max-width: 100%;
		margin: auto;
		padding: 10px;
		flex-shrink: 0;
	}

	#sous_menu_cadre
	{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 10px 0 10px;
	}
	
	#corps_site
	{
		width: 100%;
		margin: auto;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		background-color: #fff;
		flex-shrink: 0;
		flex-wrap: wrap;
	}
	
	#bloc_page_contact
	{
		width: 100%;
		margin: auto;
		padding: 0 10px 0 10px;
		display: flex;
		flex-direction: column;
		align-content: flex-start;
	}
	
	#image_texte_produits
	{
		width: 100%;
		margin: 10px 0 10px 0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		border: 1px #c2b190 solid;
	}
	
	#image_texte_merci, #page_fiche, #update_chien
	{
		width: 100%;
		margin: 20px 0 20px 0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		border: 1px #c2b190 solid;
		flex-shrink: 0;
	}
	
	#image_gauche
	{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}

	#texte_produits
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	#page_blog
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
	
	#trio_images
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#image_trio1
	{
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
	}

	#image_trio2
	{
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
	}
	
	#image_trio3
	{
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
	}
	
	#image_texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#image_contact
	{
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}

	#texte_contact
	{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#cadre_intro_out
	{
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	#cadre_blog_main
	{
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	#chien_carte
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
	
	#photo_carte_chien
	{
		width: 100%;
		height: auto;
		padding: 0;
	}

	#infos_carte_chien
	{
		width: 100%;
		padding: 0;
	}
	
	#texte_intro
	{
		width: 100%;
		padding: 10px 0 10px 0;
	}
	
	#cadre_elevage_out
	{
		width: 100%;
		padding: 10px 0 10px 0;
		margin: 0;
	}
	
	#logo_titre_elevage
	{
		width: 52px;
		min-width: 52px;
		height: 54px;
		min-height: 54px;
		padding: 0;
		margin: 0 10px 0 0;
		background-image: url("images/logo-titre.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	#listing_chiens
	{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#listing_1chien
	{
		width: 50%;
		padding: 0 10px 0 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	#miniature_chien_listing
	{
		width: 33%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	#listing_portee_cadre h3
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		line-height: 20px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
	
	aside
	{
		width: 100%;
		padding: 10px;
		margin: 0;
		flex-shrink: 0;
	}
	
	#chien_listing_aside
	{
		width: 50%;
		margin: 0 0 5px 0;
		padding: 0 5px 0 0;
		display: flex;
		flex-direction: column;
	}
	
	#cadre_rucher_out
	{
		width: 100%;
		padding: 10px 0 10px 0;
	}

	#cadre_bassecour_out
	{
		width: 100%;
		padding: 10px 0 10px 0;
	}

	#cadre_atelier_out
	{
		width: 100%;
		padding: 10px 0 10px 0;
	}
	
	#contenu_footer
	{
		max-width: 100%;
		padding: 10px;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#photo_intro h3
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height: 20px;
		letter-spacing : 1px;
		margin: 0 10px 5px 0;
		padding: 0;
		text-shadow: 1px 1px 1px black, 2px 2px 2px black;
	}
	
	#titre_portee h3, #parents_listing h3
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

	#pere_x_mere h3
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}
	
	#sous_menu h2
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #000;
		line-height: 24px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
	
	#prenom_listingchien h4
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	letter-spacing : 1px;
	margin: 0;
	padding: 0;
	}

	#formulaire_login
	{
		max-width: 100%;
		margin: 10px auto 10px auto;
		padding: 10px;
		border: 1px solid #c2922e;
	}
	
	#certif_adn
	{
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	#certif_adn img
	{
		width: 45px;
		height: 41px;
		padding: 0;
		margin: 0 0 0 10px;
		border: 0;
	}
	
	.imageflot_gauche, .imageflot_right
	{
		width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		margin: 10px 0 10px 0;
		flex-shrink: 0;
	}
	
}

@media screen and (max-width:350px) {

	#listing_chiens
	{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
	}
	
	#listing_1chien
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#listing_espace
	{
		display: none;
	}
	
	#miniature_chien_listing
	{
		width: 50%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	#mini_offspring_cadre, #cadre_books
	{
		width: 100%;
		margin: 0;
		padding: 5px;
		
	}
	
	#titre_portee h3, #parents_listing h3
	{
	font-family: amerika_sansregular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}

	#pere_x_mere h3
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	}
	
	#prenom_listingchien h4
	{
		font-family: amerika_sansregular, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		line-height: 20px;
		letter-spacing : 1px;
		margin: 0;
		padding: 0;
	}
}

/* Navigation menu responsive */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

ul.topnav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #c2922e;
}

ul.topnav li
{
	float: left;
}

ul.topnav li a
{
	display: inline-block;
	color: #000;
	text-align: center;
	padding: 0 8px;
	margin: 5px 0 5px 0;
	text-decoration: none;
	transition: 0.2s;
	font-family: amerika_sansregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing : 1;
	border-right: 1px #fff solid;
	background-color: #c2922e;
}

ul.topnav li a:hover
{
	color: #fff;
}

ul.topnav li.icon
{
	display: none;
}

@media screen and (max-width:600px) {
	
	ul.topnav li a
	{
		display: inline-block;
		color: #000;
		text-align: center;
		padding: 5px 8px;
		text-decoration: none;
		transition: 0.2s;
		font-family: amerika_sansregular, sans-serif;
		font-size: 16px;
		font-weight: normal;
		letter-spacing : 1;
		border-right: 0;
		background-color: #c2922e;
	}
	
	ul.topnav li a:hover
	{
		background-color: #fff;
		color: #000;
	}
	
	ul.topnav li
	{
		display: none;
	}
	
	ul.topnav li.icon 
	{
		float: right;
		display: inline-block;
	}

	ul.topnav.responsive
	{
		position: relative;
	}
	
	ul.topnav.responsive li.icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	ul.topnav.responsive li
	{
		float: none;
		display: inline;
	}
	
	ul.topnav.responsive li a
	{
		display: block;
		text-align: left;
	}
	
}</pre></body></html>