/* CSS Document */

* {
margin: 0;
padding: 0;
}

.spacer{
display:block;
clear:both;
border: none;
font-size:1px;
height:0;
line-height:0;
}

body {
padding:0;
margin:0;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
color:#8e7172;
}

#general {
width:1000px;
display:block;
padding:0;
margin:0 auto;
background:url(../images/fond-anim.jpg) no-repeat top 246px;
}

/* header */

#header_gauche {
background:url(../images/miroir.jpg) no-repeat bottom left;
display:block;
width:246px;
height:325px;
float:left;
}

#header_gauche h1 a{
margin-top:33px;
display:block;
width:246px;
height:64px;
background:url(../images/logotype-nrb.gif) no-repeat top right;
text-indent:-5000px;
}

object {
display:block;
float:right;
}

/* menu */

ul#menu {
list-style:none;
margin-top:20px;
display:block;
width:196px;
height:306px;
background:url(../images/bas-menu.jpg) no-repeat right bottom;
float:left;
}

ul#menu a{
display:block;
width:196px;
text-indent:-5000px;
text-decoration:none;
}

ul#menu a#presentation{
height:37px;
background:url(../images/presentation.jpg) no-repeat 0 0;
}

ul#menu a:hover#presentation, ul#menu a#presentation_on{
height:37px;
background:url(../images/presentation.jpg) no-repeat 0 -37px;
}

ul#menu a#particuliers{
height:30px;
background:url(../images/prestations-particulier.jpg) no-repeat 0 0;
}

ul#menu a:hover#particuliers, ul#menu a#particuliers_on{
height:30px;
background:url(../images/prestations-particulier.jpg) no-repeat 0 -30px;
}

ul#menu a#entreprises{
height:30px;
background:url(../images/prestations-entreprise.jpg) no-repeat 0 0;
}

ul#menu a:hover#entreprises, ul#menu a#entreprises_on{
height:30px;
background:url(../images/prestations-entreprise.jpg) no-repeat 0 -30px;
}

ul#menu a#references{
height:30px;
background:url(../images/references.jpg) no-repeat 0 0;
}

ul#menu a:hover#references, ul#menu a#references_on{
height:30px;
background:url(../images/references.jpg) no-repeat 0 -30px;
}

ul#menu a#partenaires{
height:30px;
background:url(../images/partenaires.jpg) no-repeat 0 0;
}

ul#menu a:hover#partenaires, ul#menu a#partenaires_on{
height:30px;
background:url(../images/partenaires.jpg) no-repeat 0 -30px;
}

ul#menu a#contact{
height:30px;
background:url(../images/contact.jpg) no-repeat 0 0;
}

ul#menu a:hover#contact, ul#menu a#contact_on{
height:30px;
background:url(../images/contact.jpg) no-repeat 0 -30px;
}





/* footer */


#footer {
border-bottom: 1px solid #d7bdd1;
margin-top:20px;
display:block;
width:1000px;
height:20px;
color:#bc91b2;
text-align:right;
font-size:10px;
}


#footer a{
text-decoration:none;
color:#bc91b2;
}

#footer a:hover{
color:#8e137e;
}
