/* acces.css */


#psup #parag {color: #000; }

#ul_2  {	margin-left: 100px;}


/*  ______________   */

#telecharge {
	border-left: solid 0px #AA0000;

	display: block;
	margin: 2px 0 2px 0px;
	padding-left: 20px;
	width: 95%;
}
#telecharge li {margin: 10px auto;}

#telecharge li a {
		color:    #003366;   /*		 #0066FF;    */
		background-color: #eee;   
		border-bottom: 1px solid #CC0000;
		font-family: Corbel, "Asenine Wide", "Century Gothic", "Trebuchet MS", arial, Verdana, sans-serif;
		letter-spacing: 0.2em;
		font-size: 0.9em;
		font-weight: 100;
		list-style-type: none;
		text-align: left;
		text-decoration: none;
		text-indent: 15px;
}

#telecharge li:first-letter { font-family: Verdana, Arial, sans-serif; 
		font-size: 0.9em;
		margin-right: 3px;
		padding-left: 3px;
  		padding-right: 3px;
		color: #FFF;
		background-color: #880000;
}

#psup #telecharge a:hover {
	background-color: #000000;
	border-bottom: solid 1px #AA0000;
	color: #FFF;
	font-weight: bold;
}


