/* 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;
}

div#anim {
background: url(../img/fondanim_r2_c1.png) repeat-y;
}

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;
}