/* STYLE CSS DU SITE */

body{
	font-family: 'Times New Roman';
	color: #800000;
	text-align: center;
	background-color: #f8f3e6;
	background-image: url('images/texture.gif');
}

#bloc_page{
	display: block;
	width: 1200px;
	max-width: 98%;
	margin : auto;
}

h1{
	font: 24px 'Didot', 'Garamond', 'Bitstream Charter', cursive;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2{
	font-size: 28pt;
	font-style: normal;
	font-weight: normal;
	line-height: 40pt;
}

h3{
	font-size: 18pt;
	color: #5E985E;
	font-style: normal;
	font-weight: normal;
}

p, address{
	display: block;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	color: #800000;
	margin-top:0;
	margin-bottom: 20px;
	padding-right: 60px;
	padding-left: 60px;
	line-height: 27px;
}

b{
	color: #5E985E;
	font-style: normal;
	font-weight: normal;
}

a{
	color: #800000;
}

figcaption{
	font-size: 20px;
}

em, strong{
	font-style : normal;
	font-weight : normal;
}

mark{
	background-image : url('images/texture.gif');
	color: #800000;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.tableau, figure{
	margin: auto;
	border-spacing: 20px;
}

.tableau.td-block td{
	display: block;
}

.tableau.td-block td img{
	margin-bottom: 18px;
}

.tableau p{
	color: #800000;
	font-size: 24px;
}

.tableau .prenom{
	font: 30pt 'Didot', 'Garamond', 'Bitstream Charter', cursive;
	color: #a9a879;
}

.naissance{
	width: 850px;
	height: 140px;
	text-align: center;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	vertical-align: middle;
	border: 10px double #C7CE9E;
	border-radius: 20px;
	box-shadow: 6px 6px 15px black;
}

.naissance p{
	float: left;
	vertical-align: middle;
	margin-top: 50px;
}

.date{
	text-align: center;
	font-size: 16px;
}

.break{
	padding-bottom: 25px;
}

.img-left{
	display: block;
	float: left;
}

.img-right{
	display: block;
	float: left;
}

.copyright{
	font-size: 12pt;
	color: #800000;
}

/* BARRE MENU SITE */

.navigation{
	display: block;
	max-width: 1200px;
	margin: 30px auto;
	font: 16px 'Comic sans MS';
	color: #800000;
}

.menu{
	list-style: none;
	padding: 0;
}

.menu li{
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 18px;
	border: 2px solid #C7CE9E;
	border-radius: 20px;
	box-shadow: 5px 5px 8px rgba(0,0,0,.4);
}

.menu li:first-child{
	margin-left: 0;
}

.menu a{
	display: block;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
}

.menu li:hover{
	background: #fff;
}

/* PAGE INDEX */

.chapitres{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-spacing: 10px;
}

.chapitres td{
	width: 50%;
	height: 100px;
	padding-top: 10px;
	vertical-align: top;
	border: 1px solid #C7CE9E;
}

.chapitres td p{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0;
}

.chapitres td img{
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}

.chapitres td:hover{
	background-color: #fff;
}

.chapitres a{
	text-decoration: none;
}

.chapitres a:hover{
	text-decoration: underline;
}

.contact{
	width: 430px;
}

.livre-or{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 1px solid #C7CE9E;
}

.livre-or h3{
	font: 26px 'Times New Roman';
	color: #5E985E;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bichon{
	width: 1000px;
	margin: 40px auto;
	border: 10px double #C7CE9E;
	border-radius: 20px;
	box-shadow: 6px 6px 15px black;
}

.min-width-200{
	min-width: 200px;

}

.bichon .texte{
	width: 400px;
	text-align: left;
	border: 0;
}

.bichon p{
	font-size: 13pt;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

/* PAGE TOILETTAGE */

.toilettage{
	width: 600px;
	margin: 50px auto;
	text-align: center;
	border: 5px double #8E2F51;
	box-shadow: 3px 3px 20px black;
}

.toilettage td{
	width: 300px;
}

.toilettage p{
	width: 300px;
	font-size: 14px;
}

.toilettage li{
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	list-style-type: none;
}

/* PAGE HISTORIQUE */

.photos{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #b5b5b5;
	box-shadow: 6px 6px 10px black;
}

/* PAGE AQUITAINE */

.aquitaine{
	width: 850px;
	margin: 20px auto;
	text-align: center;
	border-collapse: collapse;
	border: 5px double #669966;
	box-shadow: 2px 2px 15px black;
}

.aquitaine td{
	width: 400px;
	height: 271px;
	padding-top:10px;
}

.aquitaine p{
	font-size: 20px;
}

/* PAGE CONSEILS */

.conseil{
	width: 900px;
	margin: 40px auto;
	text-align: center;
	border: 2px solid #3F5277;
	box-shadow: 3px 2px 15px black;
}

.conseil td{
	width: 250px;
	height: 80px;
	padding-top: 10px;
	border: 2px solid #3F5277;
}

.conseil p{
	font-size: 20px;
	text-align: center;
}

.titre{
	width: 350px;
	height: 90px;
	margin: 30px auto;
	text-align: center;
	border: 5px double #3F5277;
	box-shadow: 3px 2px 15px black;
}

.titre p{
	font-size: 25px;
	padding-top: 10px;
}

.lof{
	width: 700px;
	margin: 20px auto;
	text-align: center;
	border: 3px solid #3F5277;
	box-shadow: 3px 2px 15px black;
}

.lof td{
	width: 350px;
	padding-top: 20px;
	border: 3px solid #3F5277;
}

.lof p{
	font-size: 18px;
	text-align: center;
}

/* Responsive */

@media all and ( max-width: 1100px ) {

	.naissance{
		position: relative;
		width:auto;
		max-width: 95%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		padding: 70px 0 40px;
	}

	.naissance.extra-padding{
		padding: 140px 0 40px;
	}

	.naissance .img-left{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.naissance p{
		float: none;
		margin: 0 auto;
	}

	.naissance .img-right{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media all and ( max-width: 1000px ) {

	.bichon{
		width: 100%;
	}

	.bichon td{
		display: block;
	}

	.bichon .texte{
		width: 100%;
	}

	.bichon p{
		font-size: 20px;
	}

	.chapitres{
		width: 100%;
		border-collapse: collapse;
	}

	.chapitres td{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
		padding: 0;
	}

	.chapitres td p{
		padding: 10px;
	}

	.chapitres td img{
		margin-right: 0;
		margin-left: 0;
		padding: 10px 10px 10px 20px;
	}

}

@media all and ( max-width: 960px ) {
	.bloc-photo{
		border-spacing: 0;
		border-collapse: collapse;
	}

	.bloc-photo td{
		display: block;
		width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto 20px;
		padding: 0;
	}

	.bloc-photo td figure{
		padding: 20px 10px;
	}

	.conseil{
		width: 100%;
	}
}

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

	p{
		padding-left: 0;
		padding-right: 0;
	}

	.livre-or{
		max-width: 100%;
	}

	.tableau td{
		display: block;
		max-width:100%;
		margin-bottom: 12px;
	}

	.toilettage{
		width: 100%;
	}

	.toilettage td{
		display: block;
		width: 100%;
	}

	.toilettage p{
		width: auto;
		padding: 12px;
		font-size: 20px;
	}

	.toilettage li{
		font-size: 20px;
		line-height: 40px;
		text-align: left;
		list-style-type: none;
	}

	.aquitaine{
		width: 100%;
	}

	.aquitaine td{
		display: block;
		width: 100%;
		height: auto;
	}

	.conseil td{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 2px;
	}

	.conseil blockquote{
		padding: 10px;
		font-size: 20px;
	}

	.lof{
		width: 100%;
	}

	.lof td{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 2px;
	}

	.titre{
		width: 100%;
	}
}

video {
  width: 35%;
  height: auto;
}