/* CSS Document */
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Spécifications générales--------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*Définition générale des liens*/
a {
color: #6b8c14;
text-decoration: underline;
}
a:hover {
color: #ccff22;
text-decoration: none;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Menu principal------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
#activites {
position: absolute;
float: left;
display: block;
height: 20px;
width: 65px;
bottom: 4px;
left: 29px;
}
#activites:hover {
background: transparent url(../../images/menu.gif) bottom left no-repeat ;
background-position: -522px -30px;
}
#actualites {
position: absolute;
float: left;
display: block;
height: 20px;
width: 70px;
bottom: 4px;
left: 110px;
background: transparent url(../../images/menu.gif) bottom left no-repeat ;
background-position: -603px -30px;
}
#historique {
position: absolute;
float: left;
display: block;
height: 20px;
width: 70px;
bottom: 4px;
left: 199px;
}
#historique:hover {
background: transparent url(../../images/menu.gif) bottom left no-repeat ;
background-position: -692px -30px;
}
#maison {
position: absolute;
float: left;
display: block;
height: 20px;
width: 70px;
bottom: 4px;
left: 289px;
}
#maison:hover {
background: transparent url(../../images/menu.gif) bottom left no-repeat ;
background-position: -782px -30px;
}
#infos {
position: absolute;
float: left;
display: block;
height: 20px;
width: 104px;
bottom: 4px;
left: 380px;
}
#infos:hover {
background: transparent url(../../images/menu.gif) bottom left no-repeat ;
background-position: -873px -30px;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Menu secondaire-----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
#bandeau_ssmenu {
background-color: #6b8c14;
}
#ssmenu a:hover {
color: #ccff22;
}
#ssmenu span {
color: #ccff22;
text-decoration: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.i_style {
color: #6b8c14;
}
/*------------------------------------------------------------------------------------------------------*/
/*----------------------------------------Contenu-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
h1 {
font-family: Verdana, Arial, Helvetica, serif;
color: #6b8c14;
font-size: 110%;
padding-right: 10px;
}
h2 {
font-family: Verdana, Arial, Helvetica, serif;
color: #6b8c14;
font-style: italic;
font-size: 100%;
display: inline;
}
h3 {
font-family: Verdana, Arial, Helvetica, serif;
color: white;
font-style: italic;
font-size: 80%;
}
h4 {
font-family: Verdana, Arial, Helvetica, serif;
color: #6b8c14;
font-style: normal;
font-size: 100%;
display: inline;
}

