body{
	font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
}

blockquote{
	margin-top: 0px;
	border-left: none;
	font-size: 90%;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}

.contact-bloc{
	background-color: #EEEEEE;
	padding: 1em;
}

.titre-galerie{
	border-top: solid #36393D 2px;
	border-bottom: solid #36393D 2px;
	padding: .5em;
	text-align: center;
	background-color: #EEEEEE;
}

.thumbnails .thumbnail img{
	margin-left: auto;
}

#contact-list-phone li{
	display: inline;
	list-style: none;
	padding-left: 1em;
	padding-right: 1em;
}

#contact-list-phone li:last-child{
	border-right: none;
}

#contact-list-phone li{
	border-right: solid #000 2px;
}

#first-row{
	padding-top: 2em;
}

#last-row{
	padding: 1em;
}

#list-liens{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#list-liens li a{
	text-decoration: none;
}

#list-liens li a:hover{
	color: red;
}

.sbi_container{
	position:relative;
	overflow:hidden;
	background:#FFF;
	padding-left: 5em;
}

.sbi_panel{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
}

.sbi_panel_img{
	position:absolute;
	height:100%;
	top:0px;
	background-repeat:no-repeat;
}

.sbi_label{
	display:block;
	width:100%;
	background:#000;
	text-align:center;
	text-transform: uppercase;
	font-size:20px;
	height:40px;
	line-height:40px;
	position:absolute;
	bottom:50px;
	left:0px;
	opacity:0.7;
	cursor:pointer;
	text-shadow:0px 0px 1px #000;
	text-decoration:none;
	color:#fff;
	outline:none;	
}

.sbi_label:hover{
	opacity:0.9;
}

.text7 {
	/*color: #85c201;*/
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.text-f{
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	padding: 5px;
	text-align: center;
}

.plus4{
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-weight: bold;	
	text-align: center;
	width: 25px;
	height: 25px; 
	font-size: 15px;
	line-height: 25px;
	/*color: white;*/
	/*background: #85c201;*/
	color: #FFF;
	background: #000;
}