@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
	z-index: 2;
}	
html{
	height:100%;
}
/*****  Balises  *****/

BODY {
	color: #000;
	font-family: Verdana, tahoma, arial;
	font-size: 14px;
	scrollbar-face-color: #990000;
	scrollbar-shadow-color: #FFE29D;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFE29D;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFE29D;
	scrollbar-arrow-color: #FFFF00;
	overflow:auto;
}
IMG {
	border:0;
}
UL {
	margin: 0 0 0 20px;
	list-style: none;
}
a {
/*	color: #FC3;*/
	text-decoration:none;
	font-size:large;
	color:inherit;
}
a:hover {
	color: #FC3;
}
p {
	font-size:large;
}
/**/
#divtitreh1 h1 {
	padding-top:5px;
	color: #CCC;
	text-align: inherit;
	font-size:16px;
	margin-left: 110px;
	margin-top: -25px;
	}
#divtitreh1 h1 a {
	padding-top:5px;
	color: #CCC;
	text-align: center;
	font-size:16px;
	}
#divtitreh1 h1 a:hover {
	padding-top:5px;
	color: #FF0;
	text-align: center;
	font-size:16px;
	}
	.images-famille { 
	margin-left:0px;
}
.images-famille li {
	display: inline-block;
	width: 275px;
	margin: 15px 7px;
	padding: 2px;
	-webkit-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	-moz-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	-ms-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	-o-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
}
.images-famille figure {
	position: relative;
	display: inline-block;
	width: 275px;
	height: 200px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
.images-famille figure img {
	position: relative;
	display: inline-block;
	width: 265px;
	height: 190px;
	margin: 5;
	text-align: center;
}
.images-famille figcaption {
	position: absolute;
	left: 5px;
	bottom: -75px;
	width: 265px;
	height: 4.9em;/*hauteur de depart div cachee*/
	line-height:1.5em;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0;
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.images-famille figcaption span { display: block; }

.images-famille figure:hover figcaption,
.images-famille figure:focus figcaption {
	height:15.8em; /*hauteur de remonter div cachee*/
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.8);
}
/*fin effet sur div legende*/
