/*Feuille de style de la page d'accueil*/
*{
margin: 0;
padding: 0;
}
img {
border: 0 none;
}
body{
background: #c92226;
}
#bloc1 {
height: 400px;
position: relative;
background-image: url(../../images/bg_raye.gif);
}
#menu {
position: absolute;
bottom: 0;
left: 50px;
width: 136px;
height: 350px;
background-image:  url(../images/menu_accueil.gif);
background-position: left top;
background-repeat: no-repeat;
}
#activites {
position: absolute;
display: block;
height: 20px;
width: 100%;
top: 34px;
}
#activites:hover {
background: transparent url(../images/menu_accueil.gif) top left no-repeat ;
background-position: -136px -34px;
}
#actualites {
position: absolute;
display: block;
height: 20px;
width: 100%;
top: 79px;
}
#actualites:hover {
background: transparent url(../images/menu_accueil.gif) top left no-repeat ;
background-position: -136px -79px;
}
#historique {
position: absolute;
display: block;
height: 20px;
width: 100%;
top: 122px;
}
#historique:hover {
background: transparent url(../images/menu_accueil.gif) top left no-repeat ;
background-position: -136px -122px;
}
#maison {
position: absolute;
display: block;
height: 20px;
width: 100%;
top: 166px;
}
#maison:hover {
background: transparent url(../images/menu_accueil.gif) top left no-repeat ;
background-position: -136px -166px;
}
#infos {
position: absolute;
display: block;
height: 20px;
width: 100%;
top: 209px;
}
#infos:hover {
background: transparent url(../images/menu_accueil.gif) top left no-repeat ;
background-position: -136px -209px;
}
#image {
display: block;
position: absolute;
bottom: 0px;
left: 303px;
width: 486px;
height: 291px;
/*background: url(maison_accueil.gif);*/
}
#image2 {
display: block;
position: absolute;
bottom: 0px;
left: 850px;
width: 100px;
height: 290px;
/*background: url(maison_accueil.gif);*/
}
#separation {
width: 100%;
height: 20px;
background: url(../images/separation.jpg);
margin: 0;
}
#bloc2 {
width: 780px;
position: relative;
}
#logo {
padding: 10px 0 0 50px;
}
#texte{
position: absolute;
left: 280px;
top: 47px;
}
