@charset "utf-8";
body {
width: 410px;
margin: auto;

}
#cont {
float: left;
width: 402px;
}
#cont #logo {
float: left;
width: 402px;
height: 95px;
background-image: url(../images/logoana.png);
background-repeat: no-repeat;
}
#cont #french {
float: left;
width: 204px;
height: 187px;
background-image: url(../images/french.png);
background-repeat: no-repeat;
}
#cont #english{
float: left;
width: 198px;
height: 187px;
background-image: url(../images/english.png);
background-repeat: no-repeat;
}
#cont #adres {
float: left;
width: 402px;
height: 61px;
background-image: url(../images/adres.png);
background-repeat: no-repeat;
}
