/* CSS Document */

*{
margin:0;
padding:0;
text-align:center;
border:none;
}

body{
background:#26211b url(../images/body_bckg.jpg) repeat-x;
}

#corps{
margin:0 auto 0 auto;
width:900px;
height:375px;
}

h1{
background:url(../images/logo_max.jpg) center center no-repeat ;
width:259px;
height:113px;
margin:368px 0 0 0;
float:left;
}

h1 a{
display: block;
width:259px;
height:113px;
}

h1 span{
display:none;
}

#animation{
float:left;
margin:112px 0 0 0;
}

#gradient_top{
position:absolute;
background-image:url(../images/gradient.jpg);
background-position:center top;
background-repeat:repeat-x;
top:112px;
left:0;
height:2px;
width:100%;
}

#gradient_bottom{
background-image:url(../images/gradient.jpg);
background-position:center top;
background-repeat:repeat-x;
height:2px;
color:#CC9933;
width:100%;
clear:both;
}

#langue{
width:900px;
height:45px;
text-align:left;
margin:0 auto 0 auto;
}
#line{
background:url(../images/line_vert_garde.jpg) repeat-y 250px 0;
height:100%;
}
ul{
list-style:none;
}
ul li{
text-align:left;
margin-left:260px;
}
ul li a{
text-decoration:none;
text-align:left;
display:block;
color:#aea79d;
background:url(../images/ligne_lien.jpg) bottom no-repeat;
width:135px;
}
ul li a:hover{
color:#fbe9a8;
background:url(../images/ligne_hover.jpg) bottom no-repeat;
}

