/*----------------------------------------------------------------------------*/
/* Attention, les classes de style 																						*/
/* sont dérivée des classes de style communes qui sont dans css.css						*/
/*----------------------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* Classe Bat = Prestabat                                       */
/*--------------------------------------------------------------*/
.bat a { color: #007800; }
.bat a:visited { color: #007800; }
.bat a:hover { color: #ED2124; }
.bat h1 a { color:#007800; border-bottom: #007800 1px solid; }
.bat h1 a:visited { color:#007800; }
.bat h1 a:hover { color:#ED2124; }
.bat h2 { color:#007800; }
.bat h2 a {	color:#007800; }
.bat h2 a:visited { color:#007800; }
.bat h2 a:hover { color:#ED2124; }
.bat span { color:#007800; }
.bat .texte12 {	color:#007800; }
.bat .textegras13 { color:#007800; }
.bat .titregras18 {	color:#007800; }
.bat ul { list-style: none url(../images/ico_bat.png) outside; vertical-align:middle; }

/* sommaire */
#sombat {
    position:relative; left:0px; top:0px;
    width:180px; height:500px;
    margin: 0px; padding: 0px;
    background-image:url(../images/fond.png);
    background-repeat:repeat-y;
    text-align:left;
}
#sombat ul {
    position: relative; left:38px; top:15px; width:100%; height:100%;
		margin: 1px; padding: 1px;
    /*list-style-image:url(../images/fond_som.png);*/
    list-style-position:inside;
    vertical-align:middle;
}
#sombat a {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
		font-size: 13px;
		font-weight: bold;
    color: #007800;
    text-decoration: none;
}
#sombat a:visited {
    color: #007800;
}
#sombat a:hover {
    color: #ED2124;
}
#sombat li
{		position:relative; left:0px; top:0px; width:140px; height:30px;
    margin: 0px; padding: 0px;
    list-style-image:url(../images/fond_som.png);
}
#sombat li:hover
{
    list-style-image: url(../images/fond_som_over.png);
}
