/*----------------------------------------------------------------------------*/
/* Attention, les classes de style 																						*/
/* sont dérivée des classes de style communes qui sont dans css.css						*/
/*----------------------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* Classe Sup = Prestasup                                       */
/*--------------------------------------------------------------*/
.sup a { color: #FF50A0; }
.sup a:visited { color: #FF50A0; }
.sup a:hover { color: #100B72; }
.sup h1 a { color:#FF50A0; border-bottom: #FF50A0 1px solid; }
.sup h1 a:visited {	color:#FF50A0; }
.sup h1 a:hover { color:#100B72; }
.sup h2 { color:#FF50A0; }
.sup h2 a { color:#FF50A0; }
.sup h2 a:visited { color:#FF50A0; }
.sup h2 a:hover { color:#100B72; }
.sup span { color:#FF50A0; }
.sup .texte12 { color:#FF50A0; }
.sup .textegras13 { color:#FF50A0; }
.sup .titregras18 { color:#FF50A0; }
.sup ul { list-style: none url(../images/ico_sup.png) outside; vertical-align:middle; }

/* sommaire */
#somsup {
    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;
}
#somsup ul {
    position: relative; left:38px; top:15px; width:140; height:100%;
		margin: 1px; padding: 1px;
    /*list-style-image:url(../images/fond_som.png);*/
    list-style-position:inside;
    vertical-align:middle;
    margin: 1px; padding: 1px;
}
#somsup a {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
		font-size: 13px;
		font-weight: bold;
    color: #FF50A0;
    text-decoration: none;
}
#somsup a:visited {
    color: #FF50A0;
}
#somsup a:hover {
    color: #100B72;
}
#somsup li
{   position:relative; left:0px; top:0px; width:140px; height:30px;
    margin: 0px; padding: 0px;
    list-style-image:url(../images/fond_som.png);
}
#somsup li:hover
{   list-style-image: url(../images/fond_som_over.png);
}
