/*CSS COMMUN*/
* {margin:0;padding:0}
body{color:#FFFFFF;
text-align:left}
#content{
position:relative;
margin:auto; 
width:908px;
height:768px;}
/*MENU*/
#haut{
width:908px;
height:77px;
margin-top:15px;}
#logo a{
width:338px;
height:75px;
text-indent:-9999px;
background-image:url(../images/logo.png);
float:left;
}
#menu{
width:566px;
height:30px;
float:right;
margin-top:45px;
margin-left:4px;}
ul#nav {
position:relative;
top:0;
left:0;
width:566px;
height:30px}
ul#nav li {
float:left;
list-style-type:none;
text-indent:-9999px;}
ul#nav li a {
border:0;
text-decoration:none;
display:block;
background-image:url(../images/menu.png);
background-repeat:no-repeat;
}

/*STYLEYOURWEB*/
#syw{
width:908px;
height:20px;
background-image:url(../images/styleyourweb.png);
text-align:right;

}
#syw  {cursor:pointer;text-indent:-9999px;}
