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

body{
   margin:0px;
   background: #b6bcf1; /* Old browsers */
background: -moz-linear-gradient(top, #b6bcf1 0%, #b6d5ef 33%, #b6d5ef 35%, #b6d5ef 52%, #e0e3e5 86%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6bcf1), color-stop(33%,#b6d5ef), color-stop(35%,#b6d5ef), color-stop(52%,#b6d5ef), color-stop(86%,#e0e3e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6bcf1 0%,#b6d5ef 33%,#b6d5ef 35%,#b6d5ef 52%,#e0e3e5 86%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6bcf1 0%,#b6d5ef 33%,#b6d5ef 35%,#b6d5ef 52%,#e0e3e5 86%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6bcf1 0%,#b6d5ef 33%,#b6d5ef 35%,#b6d5ef 52%,#e0e3e5 86%); /* IE10+ */
background: linear-gradient(top, #b6bcf1 0%,#b6d5ef 33%,#b6d5ef 35%,#b6d5ef 52%,#e0e3e5 86%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bcf1', endColorstr='#e0e3e5',GradientType=0 ); /* IE6-9 */
}
#bloc_page
{
	width: 1000px;
	margin: auto;	
	height: auto;
}

#banniere_principale
{
	background-color:#ffffff;
	width: 1000px;
	height: 248px;
	z-index: 2;
	top: 0px;
	left: 66px;
	border-bottom: #6e6163;
	display: inline-block;
	box-shadow: 4px 4px 4px #1c1a19;
}
#banniere_image1
{
	background-image:url(accueil-images/banniere.jpg);
	width: 1000px;
	height: 200px;
	margin-bottom: 5px;
}
#banniere_image2
{
	background-image:url(accueil-images/fond_menu.gif);
	width: 1000px;
	height: 44px;
	z-index: 1;
	display: inline-block;
}
#texte_def
{

	margin-top: 10px;
	z-index: 2;
	display: block;
	text-align:center;
}
nav
{
	width: 1000px;
	background-color: #6e6163;
	height: 60px;
	box-shadow: 4px 4px 4px #1c1a19;
	border-radius: 3px;
}
ul#navigation
{ 
	display: table; 
	width: 1000px;
	margin: auto; 
	padding: 0;
	background: linear-gradient(#6e6163, #6f6163);
	background: -webkit-linear-gradient(#6e6163, #6f6163); 
	background: -moz-linear-gradient(#6e6163, #6f6163); 
	background: -ms-linear-gradient(#6e6163, #6f6163); 
	background: -o-linear-gradient(#6e6163, #6f6163); 
	background: linear-gradient(#6e6163, #6f6163);
	background: #6f6163;
	border-radius: 3px; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .2), 0 20px 20px #6f6163;
} 
ul#navigation li.navigation
{ 
	display: table-cell;
color: rgba(0, 0, 0, .7);
}
a
{
text-decoration:none;
}
a.bouton{
	font-size:24px;	
	color: #f3c557; 
	font-family: "Comic Sans MS", italic;
}
ul li.navigation a.bouton
{ 
	
	height:30px;
	display: block;
	position: relative; 
	text-align: center;
	text-decoration: none; 
	padding: 8px 8px 17px 8px;
	text-shadow: 0 1px 0 #f37957;
	box-shadow: 0px 2px 0px #6f6163 ;
	transition: all .3s .1s;
}
ul#navigation li.navigation:first-child a.bouton
{ 
	border-radius: 3px 0 0 3px; 
} 
ul#navigation li.navigation:last-child a.bouton
{ 
	border-radius: 0 3px 3px 0; 
}
nav li.navigation a.bouton:hover, ul#navigation li.navigation a.bouton:focus
{ 
	transition: all .3s 0s;
	padding: 8px 25px 17px 25px;
	background: #73696a; 
	box-shadow: 1px 2px 2px #595757; 
	border-radius: 5px 5px 0px 0px;
} 
ul#navigation li.navigation.navigation.navigation.navigation a.bouton:active
{ 
	background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1)); box-shadow: 0 0 2px rgba(0,0,0,.3) inset; 
}
ul#navigation li.navigation a.bouton::before
{ 
	content: ''; 
	position: absolute; 
	left: 50%; bottom: 6px; 
	margin-left: -2px; 
	width: 4px; 
	height: 4px; 
	border-radius: 50%; 
	background: #f3113e; 
}
ul#navigation li.navigation a.bouton:hover::before, ul#navigation li.navigation a.bouton:focus::before
{ 
	background: #6fea63; 
	box-shadow: 0 0 2px #f3c557, 0 -1px 0 rgba(0, 0, 0, .4); 
}
#logo-facebook
{
	display:inline-block;
	float:left;	
	position:relative;
	padding-top:20px;
	padding-left:40px;
	
}
.ima_facebook
{
	position:absolute;
	transition: all .3s .1s;
}


.ima_facebook:hover
{
	padding-left:20px;
}
#faceboock
{
	display: inline-block;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	position: absolute;
}
#information
{
	width :560px;
	display:inline-block;
	position:relative;
	padding-left:30px;
	background-color:#edd395;
	padding:30px;
	margin-left:220px;
	margin-top:20px;
	border-radius: 30px;
	box-shadow: 3px 4px 7px #1c1a19;
	
}

#container {
    font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	display:inline-block;
	width:580px;
	padding:10px;
	margin-top:40px;
	margin-left:160px;
	margin-bottom:0px;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../pensionnaires-images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

section
{
	background-color:#ffffff;
	box-shadow: 4px 4px 4px #1c1a19;
	border-radius: 5px 5px 7px 7px;
	margin-top: 3px;
}

h2,.h2
{    
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-shadow: 2px 2px 4px grey;
}
.h3
{    
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-shadow: 2px 2px 4px grey;
}
.h8
{
	padding-left:15px;
	font-size:16px;
	font-family:"Comic Sans MS", cursive;
}
strong, em
{
	font-weight:normal;

}
#next-previous
{
	margin: 0px;
}
#next_previous
{
	display: inline-block;
	position: relative;
	width: 100px;
	padding-left: 60px;
	margin-top: 50px;
	margin-left: 750px;
	margin-bottom: 50px;
}
#next
{
	display: inline-block;
	position: absolute;
}
#previous
{
	display: inline-block;
	position: absolute;
}
footer
{
	background-color: #ffffff;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 4px 0px 4px #1c1a19;
	height: 100px;
	font-family: "MS Serif", "New York", serif;	
	margin-top: 3px ;
	margin-bottom: 30px;
}
#footer_texte
{
	text-align: center;
   	position: absolute;
	margin-left:340px;
}
#chien-footer
{
	padding-top: 10px;
	display: block;
	position: absolute;
	padding-left: 100px;
}
#chien-footer-droite
{
	padding-top: 10px;
	display: block;
	position: absolute;
	margin-left: 800px;
}
ul
{
	margin: 0px;
}

	margin-left: 20px;
}

.separateur
{
	padding-top: 30px;
	display:block;
	height:10px;
	width: 100%;
	text-align: center;
}
.separateur_message
{
	margin-top: 30px;
	margin-bottom:20 px;
	display:block;
	height:10px;
	width: 100%;
	text-align: center;
}

#info
{ 
	margin:5px;
}




.lesboutons
{
	text-align:right;
}.lesboutons2
{
	text-align:center;
}
.photo

{
	width : 270px;
	height :210px;
	display:inline-block;
	position:relative;
	margin-top:40px;
	margin-left:50px;
	margin-bottom:40px;
	background-color:#767470;
	border-radius: 20px 20px 6px 6px;
		
}
.image
{
	transition: all .3s .1s;	
	position : absolute;
	border: 6px solid #ffffff;
	border-radius: 10px 10px 10px 10px;
	border:14px solid #767470;
	vertical-align:center;
	margin:auto;

}
.image:hover
{
	box-shadow: 4px 4px 4px #1c1a19;
	transition: all .3s .1s;
	padding-left:10px;;
}
#titre_photo
{	
	display:inline-block;	
	margin-left:250px;
	margin-top:40px;
	margin-bottom:40px;
	width:500px;	
	font-size: 38px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-shadow: 2px 2px 4px grey;
	position:relative;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#dcdbd9;
	border-radius: 30px;
	box-shadow: 3px 4px 7px #1c1a19;
}
#titre_photo:hover
{
	
	text-shadow:3px 4px 2px #ec8d13
}	



