/*
Titre:      CSS ressources : www.inncomm.fr
Auteur:     Remy Grauwin - contact@arsiteo.com
*/



/* ---MENU-RESSOURCES--- */	
#body-ressources #rub-indicateur     {
	background-image: url("../images/menu/ressources/indic-ressources.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 37px;
	border: 0
	}



#body-ressources #menu-1          {
	background-image: url("../images/menu/ressources/menu-abc.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}



#body-ressources a#menu-1:hover, #body-ressources a.active#menu-1         {
	background-image: url("../images/menu/ressources/menu-abc.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 36px
	}



#body-ressources #menu-2    {
	background-image: url("../images/menu/ressources/menu-e-learning.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}



#body-ressources a#menu-2:hover, #body-ressources a.active#menu-2         {
	background-image: url("../images/menu/ressources/menu-e-learning.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 36px
	}



#body-ressources #menu-3       {
	background-image: url("../images/menu/ressources/menu-liens.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}



#body-ressources a#menu-3:hover, #body-ressources a.active#menu-3        {
	background-image: url("../images/menu/ressources/menu-liens.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 36px
	}




#body-ressources ul#liste-alphabet     {
	color: #000;
	background-color: #f3f3f3;
	text-align: center;
	list-style-type: none;
	margin-bottom: 12px;
	padding: 6px
	}


#body-ressources ul#liste-alphabet li  {
	display: inline
	}
	
#body-ressources ul#liste-alphabet li a:link, ul#liste-alphabet li a:visited  {
	color: #000;
	text-decoration: none
	}

#body-ressources ul#liste-alphabet li a:hover, ul#liste-alphabet li a.expose   {
	color: #fff;
	text-decoration: none;
	background-color: #877cb9;
	}


ul#liste-alphabet li a.expose   {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #877cb9;
	padding-right: 2px;
	padding-left: 2px
	}

	

#definition dt,  .definition dt  {
	color: #000;
	font-size: 14px;
	margin-top: 20px;
	width: auto;
	border-bottom: 1px solid #dfdfdf
	}

#definition dd, .definition dd {
	color: #666;
	font-size: 12px
	}

