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

body
{
background:#FFF;
}

.slide2
{
width:1000px;
margin-left:auto;
margin-right:auto;
border-radius:10px;
height:500px;
margin-top:100px;
}

#tete
{
width:950px;
margin-left:auto;
margin-right:auto;
}

#tete ul
{
list-style:none;
}

#tete li
{
float:right;
width:100px;
display:block;
margin-right:10px;
margin-top:10px;
}

#tete img
{
-webkit-webkit-transition: all 1s ease;
-moz-webkit-transition: all 1s ease;
-ms-webkit-transition: all 1s ease;
-o-webkit-transition: all 1s ease;
-ms-webkit-transition: all 1s ease;
transition:all 1s ease;
filter:blur(0px);
-webkit-filter:blur(0px);
-moz-filter:blur(0px);
-ms-filter:blur(0px);
-o-filter:blur(0px);
}




