/* CSS Document */

*{
margin:0;
padding:0;
}

body{
padding:0;
}

a{
text-decoration:none;
}

img{border:none}

div#bloc{
width:900px;
height:600px;
margin:0 auto;
background:url(images/fond.gif) repeat-x;
}

div#container{
width:900px;
height:600px;
position:absolute;
top:0px;
}

div#logo{
position:relative;
top:180px;
left:0px;
background:url(images/logo.gif) no-repeat;
width:150px;
height:150px;
margin: 0 auto;
}

#english{
position:relative;
left:522px;
top:90px;
background:url(images/english.gif) no-repeat;
width:133px;
height:28px;
display:block;
text-indent:-9999em;
overflow:hidden;
}

#english:hover{
background:url(images/english-hover.gif) no-repeat;
width:133px;
height:28px;
}

#french{
position:relative;
left:522px;
top:75px;
background:url(images/french.gif) no-repeat;
width:133px;
height:28px;
display:block;
text-indent:-9999em;
overflow:hidden;
}

#french:hover {
background:url(images/french-hover.gif) no-repeat;
width:133px;
height:28px;
}

#english, #french, #flash{
cursor:pointer;
}

div#slogan{
position:relative;
top:150px;
background:url(images/slogan.gif) no-repeat;
width:542px;
height:55px;
margin:0 auto;
}

#flash{
position:relative;
left:370px;
top:180px;
background:url(images/flash.gif) no-repeat;
width:157px;
height:92px;
display:block;
}

