/* CSS Document */

body{
background-color: #ccff99;
margin: 0 0 0 0;
padding: 0 0 0 0;
padding-top: 10px;
}

/*background: url(../img/banniere.png) no-repeat;*/


div#haut, div#anim, div#bas {
width: 650px;
margin: auto;
}

div#haut {
background: url(../img/fondanim_r1_c1.png) no-repeat;
min-height: 100px;
}

div#haut p {
float: right;
margin-top: 35px;
margin-right: 50px;
font-size: .7em;
font-weight: bold;
color: #666666;

}

div#haut img {
margin-left: 40px;
z-index: 44;
float: left;
}

/** animation **/
#anim * {padding:0;margin:0}
div#anim {
	background:url('../img//fondanim_r2_c1.png') repeat-y;
	height:350px;
	overflow:hidden;
}
#anim .contain_all {
	width:467px;
	height:350px;
	overflow:hidden;
	margin-left:92px;
	position:relative;
}
div#anim .mask {
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	height:350px;
	width:467px;
	background:url('../img/slider_home/mask.png') no-repeat;
}
#anim .contain_slider {
	width:467px;
	height:350px;
	overflow:hidden;
	position:relative;
}
#anim ul {height:350px;width:5137px;position:relative;left:0;top:0;z-index:49}
#anim ul li{width:467px;height:350px;width:467px;float:left;}

div#anim object {
margin-left: 40px;
}

div#bas {
background: url(../img/fondanim_r3_c1.png) no-repeat;
text-align: center;
min-height: 140px;
}

div#bas span {
margin-left: 20px;
}

#footer {
	color:#666666;
	font-weight: bold;
	font-size: .6em;
	text-align: center;
}

a {
border-bottom: dotted 1px black;
border-right: dotted 1px black;  
text-decoration: none; 
color:#990000;
}

a:hover {
border-bottom: solid 1px black;
border-right: solid  1px black;  
text-decoration: none; 
color:#990000;
}

p#footer a {
	color:#666666;
	font-weight: bold;
	text-align: center;
	border: none;
	border-bottom: 1px dotted #9F9F9F;
	text-decoration:none;
}

p#footer a:hover {
	color:#666666;
	font-weight: bold;
	text-align: center;
	border: none;
	border-bottom: 1px dotted #990000;
	text-decoration:none;
}