/* David Garnier 06/2023 - garnierdav@yahoo.com */
html, body {
	width: 100%; height: 100%;
}
body {
	margin:0;
	background-color:#fff;
}

#ad {
    display: block;
	position: absolute;
    border: #000000 1px solid;
    overflow: hidden;
    width: 726px;
    height: 88px;
}
#banner {
    position: absolute;
    display: block;
    width: 726px;
    height: 88px;
    background-color:#FFFFFF;
    overflow: hidden;
    visibility: hidden;
}

a{
	position: absolute;
	display: block;
    width: 728px;
    height: 90px;
}
a:hover{
	text-decoration:none;
}

/*COMMON*/
#ad *{
	display:block;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    text_rendering: optimizeLegibility;
    text_rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#loopcontainer{
	position: relative;
}
#loopcontainer div {
	position: absolute;
}

#visuel01{
	width: 728px;
	height: 90px;
	left:0px;
	top:0px;
	background: transparent url(./visuel01.jpg) -0px -0px no-repeat;
}
#visuel02{
	width: 728px;
	height: 90px;
	left:0px;
	top:0px;
	background: transparent url(./visuel02.jpg) -0px -0px no-repeat;
}
#gradient{
	width: 728px;
	height: 90px;
	left:0px;
	top:0px;
	background: transparent url(./gradient.png) -0px -0px no-repeat;
}
#txt1l1{
	width: 412px;
	height: 90px;
	left:-100px;
	top:-22px;
	background: transparent url(./sprite.png) -412px -0px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#txt1l2{
	width: 412px;
	height: 90px;
	left:-100px;
	top:23px;
	background: transparent url(./sprite.png) -412px -90px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#txt2l1{
	width: 412px;
	height: 104px;
	left:-103px;
	top:-26px;
	background: transparent url(./sprite.png) -0px -0px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#txt2l2{
	width: 412px;
	height: 76px;
	left:-103px;
	top:34px;
	background: transparent url(./sprite.png) -0px -104px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#txt3l1{
	width: 220px;
	height: 64px;
	left:400px;
	top:-18px;
	background: transparent url(./sprite.png) -922px -0px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#txt3l2{
	width: 220px;
	height: 40px;
	left:400px;
	top:20px;
	background: transparent url(./sprite.png) -922px -64px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#cta{
	width: 220px;
	height: 76px;
	left:400px;
	top:30px;
	background: transparent url(./sprite.png) -922px -104px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}
#logo{
	width: 364px;
	height: 180px;
	left:475px;
	top:-45px;
	background: transparent url(./sprite.png) -1142px -0px no-repeat;
	transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
}