@charset "utf-8";
/* CSS Document */

#bandehaut
{
position: absolute;
background-image:url(../images/bandeau.png);
background-repeat:repeat-x;
width:100%;;
height:80px;
}

#logo
{
background-image:url(../images/logo.png);
background-repeat:no-repeat;
position: absolute;
top:19px;
left:58px;
width:237px;
height:288px;
}

#menufond
{
background-image:url(../images/menu.png);
background-repeat:no-repeat;
position: absolute;
top:125px;
left:115px;
width:121px;
height:182px;
}

#menu
{
position: absolute;
top:140px;
left:136px;
width:73px;
text-align:right;
line-height:21px;

font-family:Myriad, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:21px;
}

.menu
{
color:#808081;
text-decoration:none;

}

.menu:hover
{
color:#FFFFFF;
text-decoration:none;

}

.menuselect
{
color:#FFFFFF;
text-decoration:none;

}

#legende
{
background-image:url(../images/bloc-info.png);
background-repeat:no-repeat;
position: absolute;
top:125px;
left:237px;
width:359px;
height:182px;
}

#legendeinfos
{
position: absolute;
top:140px;
left:278px;
width:266px;

font-family:Myriad, Arial, Helvetica, sans-serif;
}

.legendeinfostitres
{
color:#FFFFFF;
font-size:30px;
}

.legendeinfosFR
{
border-top: solid 1Px #808081;
color:#B4B4B4;
font-size:14px;
margin-top:3px;
padding-top:5px;
}

.legendeinfosUK
{
color:#808081;
font-size:14px;
margin-top:15px;
}

.flechedroite
{
background-image:url(../images/fleche_droite_gris.jpg);
background-repeat:no-repeat;
position:absolute;
width:11px;
height:16px;
top:10px;
right:10px;
}

.flechedroite:hover
{
background-image: url(../images/fleche_droite_blanche.jpg);
background-repeat:no-repeat;
position:absolute;
width:11px;
height:16px;
top:10px;
right:10px;
}

.flechegauche
{
background-image: url(../images/fleche_gauche_gris.jpg);
background-repeat:no-repeat;
position:absolute;
width:11px;
height:16px;
top:10px;
right:30px;
}

.flechegauche:hover
{
background-image: url(../images/fleche_gauche_blanche.jpg);
background-repeat:no-repeat;
position:absolute;
width:11px;
height:16px;
top:10px;
right:30px;
}