/*  CSS   FFG Entr RA     1 12 09  */
/*   css  pour frame  avec menus , boutons  */


body { 
  background-color:#CCCCCC ;	
  line-height:9pt;
  width: 100% ;
} 


.ul {
padding:0;
margin:0;
list-style-type:none;
}
.li
{
margin-left:2px;
float:left; /*pour IE*/
}
.ulli a {
display:block;
float:left; 
width:84px;
background-color:#EFEFEF;
background-image: url(bouton1.GIF);
background-repeat: no-repeat ; 
font-weight: bold;
color:green;
font-size:8pt ;
text-decoration:none;
text-align:center;
padding:5px;
border-width:2px;
border-style:solid;
border-color:#DCDCDC #696969 #696969 #DCDCDC; /*pour avoir un effet "outset" avec IE*/
}



.ulli a:hover {
background-color: #CCCCCC;
background-image: url(bouton2.GIF);
background-repeat: no-repeat ; 
font-weight: normal;
color:white;
border-color: #696969 #DCDCDC #DCDCDC #696969;
} 



/*   Polices   */

#polis-small {
font-size : 25%;
font-family :  Tahoma, Arial, Helvetica, Geneva, sans-serif; 
}
#polis-mid {
font-size : 75%;
font-family :  Tahoma, Arial, Helvetica, Geneva, sans-serif; 
}


#polis {
font-size : 100%;
line-height:11pt;
/* background-image: url(ind-fond-page-1.jpg); */
font-family :  Tahoma, Arial, Helvetica, Geneva, sans-serif; 
}

#polis-nobg {
font-size : 100%;
font-family :  Tahoma, Arial, Helvetica, Geneva, sans-serif; 
}



#polis-sm8 {
font-size : 8px;
font-family :  Tahoma, Arial, Helvetica, Geneva, sans-serif; 
}


/* CSS utilsés  pour    FFG Entreprise   */

#centre {
 position: absolute;
 margin-top: 60px; 
 margin-left: 120px; 
 height: 90px;
}

.ulli-assoc a {
display:block;
float:left; 
width:90px;
background-color: #FF6600;
color:white;
font-size:8pt ;
font-weight: bold ;
text-decoration:none;
text-align:center;
padding:3px;
border-width:2px;
border-style:solid;
border-color:#DCDCDC #696969 #696969 #DCDCDC; /*pour avoir un effet "outset" avec IE*/
}

.ulli-assoc a:hover {
color:black;
background-color:#FFFF66;
border-color: #696969 #DCDCDC #DCDCDC #696969;
} 


#assoc-centre {
 position: absolute;
/* background-color:#CC99CC; */
 margin-left: 170px;  */
/* margin-right: 500px; */
/*height: 820px; */
/* background-color: #993399; */
}

.ulli-compet a {
display:block;
float:left; 
width:70px;
color:white;
background-color:#007200;
font-size:8pt ;
font-weight: bold ;
text-decoration:none;
text-align:center;
padding:3px;
border-width:2px;
border-style:solid;
border-color:#DCDCDC #696969 #696969 #DCDCDC; /*pour avoir un effet "outset" avec IE*/
}

.ulli-compet a:hover {
background-color:#99FF99;
color:black;
border-color: #696969 #DCDCDC #DCDCDC #696969;
} 


#compet-centre {
 position: absolute;
/* background-color:#CC99CC;  */
 margin-left: 170px;  */
/* margin-right: 500px; */
/*height: 820px; */
/* background-color: #993399; */
}



.ulli-asge a {
display:block;
float:left; 
width:90px;
background-color:#000099;
color:white;
font-size:8pt ;
font-weight: bold ;
text-decoration:none;
text-align:center;
padding:3px;
border-width:2px;
border-style:solid;
border-color:#DCDCDC #696969 #696969 #DCDCDC; /*pour avoir un effet "outset" avec IE*/
}

.ulli-asge a:hover {
color:black;
background-color: #33CCFF;
border-color: #696969 #DCDCDC #DCDCDC #696969;
} 


#asge-centre {
 position: absolute;
/* background-color:#CC99CC;  */
 margin-left: 170px;  */
/* margin-right: 500px; */
/*height: 820px; */
/* background-color: #993399; */
}

/*  pour ASGE */
entul {
padding:0;
margin:0;
list-style-type:none;
}
entli
{
margin-left:2px;
float:left; /*pour IE*/
}
entul entli a
{
display:block;
float:left; width:20px;
background-color:#6495ED;
color:black;
text-decoration:none;
text-align:center;
padding:5px;
border-width:2px;
border-style:solid;
border-color:#DCDCDC #696969 #696969 #DCDCDC; /*pour avoir un effet "outset" avec IE*/
}
entul entli a:hover
{
background-color:#D3D3D3;
border-color: #696969 #DCDCDC #DCDCDC #696969;
}
