@charset "utf-8";
/* CSS Document */

* {
margin:0px; 
padding:0px; 
}


body {
background-image:url(../img/fond.gif);
background-position:top-left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#site{width:auto;

}

#top {
float:left;
margin:10px;
width:auto;
}


#content{
width:970px;
float:left;
clear:left;
margin-left:20px;
margin-top:10px;
}

#content a {color:#000; text-decoration:none;}
#content a:hover {color:#FF9900;}

#left {
float:left;
clear:left;
width:420px;
}


#right {
float:right;
clear:right;
}

#footer {
float:left;
clear:left;
margin:20px;
color:#666;
}