/* Votre Style */
@font-face {
    font-family: "brush";
    src: url('../inc/Brush-Script.ttf');
}


body{
	background:#8f1a82 url('../img/fond-body.jpg') no-repeat;
	background-position: center 80px;
	color:#8f1a82;
	font-family: "brush", serif;

}

header{
width:350px;
margin:0 auto;
	margin-top:35px;
	z-index:9;
}

header a{
	display:block;
	background:#fff;
	color:#8f1a82;
	text-align:center;
	padding:10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration:none;
}

h1{
	font-size:4em;
}

nav{
	float:left;
	margin-left:10px;
	margin-top:45px;
	z-index:9;
}
nav ul{

	list-style-type: none;
	list-style-position: inside;
	padding-left:21px;
}
nav ul li{
	background:#fff;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0px 1px 2px 1px #555;
	-webkit-box-shadow: 0px 1px 2px 1px #555;
	-moz-box-shadow: 0px 1px 2px 1px #555;
	margin-top:15px;
	height:41px;
	padding-right:10px;
}

.helice{
display:inline-block;
background:url("../img/helice-menu.png") no-repeat;
width:41px;
height:41px;
margin:0;
margin-right:15px;
margin-left:-21px;
padding:0;
float:left;
}

nav ul li span, .contact span, #main div{
     animation: helice 0.7s linear ;
     animation-iteration-count: infinite;
}

@keyframes helice{
     from {transform: rotate(0deg);}
     50%  {transform: rotate(180deg);}
     to   {transform: rotate(360deg);}
}

nav ul li span, .contact span, #main div{
     -moz-animation: helice 0.7s linear ;
     -moz-animation-iteration-count: infinite;
}

@-moz-keyframes helice{
     from {-moz-transform: rotate(0deg);}
     50%  {-moz-transform: rotate(180deg);}
     to   {-moz-transform: rotate(360deg);}
}

nav ul li span, .contact span, #main div{
     -webkit-animation: helice 0.7s linear ;
     -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes helice{
     from {-webkit-transform: rotate(0deg);}
     50%  {-webkit-transform: rotate(180deg);}
     to   {-webkit-transform: rotate(360deg);}
}

nav ul li a, .contact a{
	color:#8f1a82;
	text-decoration:none;
	font-size:2em;
	line-height:41px;
	float:left;
}

nav ul li:hover a, .contact:hover a{
	color:#50678b;
	text-decoration:none;
	font-size:2em;
	line-height:35px;
	float:left;
}

.baseline{
	color:#fff;
	width:100%;
	text-align:center;
	font-size:2em;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

#carousel1{ width:700px; height:600px; overflow:hidden; margin:0 auto; z-index:0; padding-top:45px;}

#carousel1 p{font-size:2em; color:#fff; width:100%; text-align:center; }
#legende{
	color:#fff;
	font-size:1.7em;
	width:860px;
	margin:0 auto;
	margin-top:-20px;
	text-align:center;
}

.legende-slide{
	position:relative;
	top:-65px;
	height:53px;
	background:#fff;
	font-size:2em;
	font-family:verdana, arial, sans-serif;
	padding: 5px 20px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	
}
#main{
	width:520px;
	height:520px;
	border-radius:520px;
	text-align:center;
	margin:0 auto;
	margin-top:45px;
	background:#fff url("../img/fond-contenu.png") no-repeat;
	padding:30px;
	padding-top:110px;
	position:relative;
	z-index:9;
}



h2{
	width:90%;
	margin:0 auto;
	font-size:3.5em;
	margin-bottom:10px;
	z-index:0;
	position:relative;
	top:-500px;
}

.ventilo{
	background: url("../img/ventilo.png") no-repeat;
	width:467px;
	height:467px;
	z-index:9;
	position:relative;
	top:-90px;
	left:-80;
}

.anim-main{
	display:block;
	background:url("../img/anim-main.png") no-repeat;
	width:520px;
	height:520px;
	margin-top:-820px;
	margin-left:-28px;
	-webkit-animation-name: ventilo;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-delay:0;
}

#main div{
	-webkit-animation-name: ventilo, fadeout;
	-webkit-animation-duration: 0.5s,1s;
	-webkit-animation-iteration-count:infinite, 1;
	-webkit-animation-delay:0, 1s;
	-webkit-animation-fill-mode: forwards;
	
	-moz-animation-name: ventilo, fadeout;
	-moz-animation-duration: 0.5s,1s;
	-moz-animation-iteration-count:infinite, 1;
	-moz-animation-delay:0, 1s;
	-moz-animation-fill-mode: forwards;
	
	-o-animation-name: ventilo, fadeout;
	-o-animation-duration: 0.5s,1s;
	-o-animation-iteration-count:infinite, 1;
	-o-animation-delay:0, 1s;
	-o-animation-fill-mode: forwards;
	
	animation-name: ventilo, fadeout;
	animation-duration: 0.5s,1s;
	animation-iteration-count:infinite, 1;
	animation-delay:0, 1s;
	animation-fill-mode: forwards;
}


@-webkit-keyframes fadeout{
     from {opacity:1;}
     to  {opacity:0;}
}

@-webkit-keyframes ventilo{
     from {-webkit-transform: rotate(0deg);}
     50%  {-webkit-transform: rotate(180deg);}
     to  {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes fadeout{
     from {opacity:1;}
     to  {opacity:0;}
}

@-moz-keyframes ventilo{
     from {-moz-transform: rotate(0deg);}
     50%  {-moz-transform: rotate(180deg);}
     to  {-moz-transform: rotate(360deg);}
}

@-0-keyframes fadeout{
     from {opacity:1;}
     to  {opacity:0;}
}

@-o-keyframes ventilo{
     from {-webkit-transform: rotate(0deg);}
     50%  {-webkit-transform: rotate(180deg);}
     to  {-webkit-transform: rotate(360deg);}
}

@keyframes fadeout{
     from {opacity:1;}
     to  {opacity:0;}
}

@keyframes ventilo{
     from {transform: rotate(0deg);}
     50%  {transform: rotate(180deg);}
     to  {transform: rotate(360deg);}
}


#main p{
	width:90%;
	margin:0 auto;
	font-family:"myriad", verdana, arial, sans-serif;
	color:#666;
	z-index:0;
	position:relative;
	top:-480px;
}
#filtre{
	width:520px;
	height:520px;
	border-radius:520px;
	text-align:center;
	margin:0 auto;
	margin-top:90px;background:url("../img/fond-contenu.png") no-repeat;
	position:relative;
	top:-608px;
}
.slider{
	width:480px;
	height:480px;
	border-radius:480px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	margin-top:-90px;
	margin-left:-30px;
	
}
.slider ul{
	width:723px;
	margin:0
	border-radius:480px;
}
.slider ul li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	height:480px;
	width:723px;
	overflow:hidden;
}
.slider ul li img{margin:0 auto;}

.slider ul{
     -webkit-animation: slider 10s linear ;
     -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes slider{
     from {-webkit-transform: translatey(0);}
     50%  {-webkit-transform: translateY(-480px);}
     to	{-webkit-transform: translateY(0);}
     
}
.contact{
	position:absolute;
	bottom:30px;
	right:0;
	background:#fff;
	font-size:1.5em;
	height:41px;
	padding-right:10px;
}

.contact a{
	color:#8f1a82;
	text-decoration:none;
	font-size:1.5em;
	line-height:41px;
	float:left;
}

.contact:hover a{
	color:#50678b;
	text-decoration:none;
	line-height:35px;
	font-size:1.5em;
	float:left;
}


footer{
	 position: relative;
    clear:both;
    margin-top: 10px;
    bottom:0;
    height: 100px;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#fff;
	font-family:arial, verdana, sans-serif;

}

