/* CSS Document */
body,html{
background-color:#1681D3;
background-image:url(img/fd.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
font-family:Arial;
font-size:12px;
color:#FFFFFF;
}

div#Site{
width:950px;

position:absolute;
left:50%;
margin-left:-472px;
margin-top:5px;

border:0px solid black;
z-index:5;
}

div#Anim{
width:950px;
height:440px;

margin-left:0px;
margin-top:0px;

position:relative;
margin-top:10px;
float:left;
z-index:5;
}

div#HGauche{
width:456px;
height:65px;

position:relative;
float:left;
margin-top:5px;
z-index:5;
}

div#HDroite{
width:456px;
height:65px;

position:relative;
float:left;
margin-top:5px;
margin-left:36px;
z-index:5;
}

div#PartG{
width:448px;
height:118px;
padding:4px;
background-image:url(img/fdBandeau.png);
background-repeat:no-repeat;

float:left;
margin-left:2px;
margin-top:-125px;
border:0px solid red;
}

div#PartD{
width:448px;
height:118px;
padding:4px;
background-image:url(img/fdBandeau.png);
background-repeat:no-repeat;

float:left;
margin-top:-125px;
margin-left:36px;
}

div#Copyr{
width:944px;
height:14px;
background-image:url(img/fdCopy.jpg);

position:relative;
float:left;
margin-left:3px;
padding-top:10px;
z-index:5;
text-align:center;
}

div#Promo{
width:224px;
height:107px;
background-image:url(img/fdPromo.png);
background-repeat:no-repeat;

float:left;
z-index:8;
position:absolute;
left:50%;
margin-left:-310px;
margin-top:188px;
padding:5px;
}

div#Promo2{
width:209px;
height:107px;
background-image:url(img/fdPromo2.png);
background-repeat:no-repeat;

float:left;
z-index:8;
position:absolute;
left:50%;
margin-left:87px;
margin-top:188px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
color:#FFFFFF;
}

/* TYPO */

.copyr{
font-size:10px;
color:#FFFFFF;
}
.copyr a{
font-size:10px;
color:#FFFFFF;
}
.copyr a:hover{
font-size:10px;
color:#FFFFFF;
}

H1{
margin:0;
padding:0;
color:#F18E00;
font-size:14px;
font-weight:bold;
}

H2{
margin:0;
padding:0;
color:#3399FF;
font-size:14px;
font-weight:bold;
}

.normal{
color:#FFFFFF;
}
.normal a{
color:#FFFFFF;
text-decoration:none;
}
.normal a:hover{
color:#FFFFFF;
text-decoration:none;
}