/* CSS Document */

body {
margin:0px;
padding:0px;
background-color: #FF7700;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#id{
position:absolute;
width:710px;
left:261px;
height:580px;
top:0px;
}

a {
text-decoration:none;
color:#000000;
}

a:hover {
color:#b9265d;
}

#container{
position:relative;
margin:10px auto 10px auto;
width:971px;
height:580px;
background-color:#fff;
border:1px solid #999;
}

#left{
position:absolute;
width:260px;
top:0px;
left:0px;
height:580px;
}

#logo{
margin:70px;
}

#logo a{
margin:auto;
display:block;
height:93px;
width:70px;
background-image:url(img/logo.jpg);
background-repeat:no-repeat;
}

#content {
position:relative;
top:260px;
left:0px;
font-weight:bold;
line-height:19px;
}

#content p {
margin:11px 0 0 0 ;
padding:0px;}

#logo a:hover{
background-image:url(img/logo_devil.jpg);
background-repeat:no-repeat;
}
#menucontainer {
font-weight:bold;
line-height:19px;
margin-left:50px;
}
#menu {
margin-top:110px;
}
#adresse {
margin-top:119px;
}

