@font-face {
    font-family: 'fineliner script';
    src: url('Fineliner_Script.ttf');
}
body
{
	background-color: white;
	margin:0;
	padding:0;
}
.btn-custom {
  background-color: hsl(195, 79%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fc9ec", endColorstr="#18a0cd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5fc9ec), to(#18a0cd));
  background-image: -moz-linear-gradient(top, #5fc9ec, #18a0cd);
  background-image: -ms-linear-gradient(top, #5fc9ec, #18a0cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fc9ec), color-stop(100%, #18a0cd));
  background-image: -webkit-linear-gradient(top, #5fc9ec, #18a0cd);
  background-image: -o-linear-gradient(top, #5fc9ec, #18a0cd);
  background-image: linear-gradient(#5fc9ec, #18a0cd);
  border-color: #18a0cd #18a0cd hsl(195, 79%, 40%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
a
{
	color:rgb(4,174,225) !important; 
	text-decoration:none;
}
#entete
{
	position: fixed;
	display: block;
	height:100px;
	border-radius: 0px 0px 30px 30px;
	background-color: rgb(4,174,225);
	height:100px;
	left: 0px;
	top:0px;
	margin:0;
	width:100%;
	padding:0;
	z-index:8;
	
}
#bandeau
{
height:100%;
position:relative;
display:block;
width:90%;
margin:auto;

}

#placeEntete
{
	display: block;
	position:relative;
	margin-top:0%;
	top:0px;
	padding:0;
	height: 100px;
	margin:0;
	width:100%;

}
.fin
{
	margin-left:10%;
}

#panier
{
	max-height: 50px;
	max-width:10%;
	width:auto;
	position:fixed;
	display:block;
	top:20px;
	right:5px;
	z-index:11;

}
#degrade
{
	display:block;
	width:80%;
	height:auto;
	margin-left:5%;
	z-index:7;
}

#corps
{
	display: block;
	margin:auto;
	width:80%;
	margin-top:100px;
}
#corps li
{
	font-size:40px;
	display:inline-block;
	font-family:"fineliner script";
	color:rgb(4,174,225);
	
}

#corps ul
{

	margin-left:10%;
	list-style-type: none;
}

#slide
{
	display: block;
	position: relative;
	width:80%;
	height: auto;
	margin:auto;
	background-color:none;
	
}

#img1
{
	width: 31%;
	height:auto;
	display:inline-block;
	margin-left:1%;
}
#img2
{
	width: 31%;
	height:auto;
	display:inline-block;
}
#img3
{
	width: 31%;
	height:auto;
	display:inline-block;
}

.photoart
{
	position: absolute;

	display: block;
	width:31%;
	height: auto;
	border-radius: 10px 10px 10px 10px;
	margin-left:1%;
	margin-top:0;
	
}
#fb img
{
height:18px;
width:auto;
}

#fb
{
	position: fixed;
	display: block;
	font-size:18px;
	font-family:"fineliner script";
	color:black;
	left: 10px;
	bottom:0px;
	margin:0;
	padding:0;
	z-index:11;
	background-color:rgba(255,255,255,0.8);
		border-radius: 10px 10px 10px 10px;
	padding:3px;

}


footer
{
	display:block;
	
	height: 100px;
	margin-top: 0px;
}