/*
   index.css
--------------------    ecrit par: jarod01 le 17/10/2009
pour le site : http://www.sciencesettechniques.com    Section de telechargement

*/




#list_categories {
	width:170px;
	margin-left:2px;
	float:left;
	border:1px solid blue;
	display:block;
	margin:6px 0 0 6px;
	padding:6px;
	overflow:hidden;
}

#list_categories .items {
	display:block;
	float:left; 
	padding:0;
	margin:0;
	width:100%}

#list_categories .items ul {
	display:none;
	list-style-type:none;
	padding:0;
	margin:0;
	text-indent:0}

#list_categories .items.focused ul {
	display:block}

#list_categories .items ul a {
	padding-left:8px}

#list_categories .items ul ul a {
	padding-left:16px}

#list_categories .items ul ul ul a {
	padding-left:24px}

#list_categories .items ul ul ul ul a {
	padding-left:30px}

#list_categories .items li {
	display:block;
	list-style-type:none;
	padding:2px 0;
	margin:0;
	text-indent:0}

#list_categories .items li a {
	display:block;
	padding-right:6px;
	color:#666}

#list_categories .items li a.parent {
	background:url(/img/arrowaaa.png) no-repeat 100% 3px;
}

#list_categories .items li.last a {
	display:block;
	padding-right:6px;
	color:white;
	background-color:#666;
}

#list_categories .items li.last a.parent {
	background:#666 url(/img/arrowdownaaa.png) no-repeat 98% 6px;
}

#list_categories .items .cat,#list_categories .items .cat:hover {
	display:block;
	width:auto;
	padding:0;
	margin:0;
	font-size:14px;
	font-family:Arial;
	text-decoration:none;
	color:#0167CC;
}

#list_categories .items .selected .cat, #list_categories .items .selected .cat:hover {
	background-color:#5E82D8;
	padding:2px;
	color:white;
}

#list_categories .items li span{
	display:none;
}


/*contenu à telecharger */

#contenu_telecharger {
	margin-left:230px;
}

.prst_logi {
	border-top:1px solid blue;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:10px;
}

.img_pres_logi {
	float:left;
	height:90px;
	width:120px;
	background-repeat:no-repeat;
	background-position:center;
}

.telecharger_1 {
	margin-left:130px;
}

.titre_logi {
	font-size:16px;
	color:blue;
	margin-top:5px;
	margin-bottom:15px;
}

.sys_logi {
	margin-top:10px;
	font-size:12px;
	color:grey;
}


/* telecharger */


#contenu_dl {
	margin-left:180px;
}

#titre_du_dwl {
	font-size:21px;
	width:97%;
	padding-left:5px;
	border-bottom:1px solid blue;
}

#cnt_dwl {
	margin-top:15px;
}

#liens_telechargement {
	margin-top:10px;
}

#liens_telechargement img {
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
}

#liens_telechargement .nom_serveur {
	margin-left:150px;
}


/* fiche */

#icon_logi {
	float:left;
	border:1px solid blue;
	background-position:center;
	background-repeat:no-repeat;
	width:160px;
	height:160px;
}

#contenu_fiche {
	margin-left:180px;
}

#caract_logi {
	width:97%;
	border:1px solid blue;
	padding:10px;
}

#descrip_logi_fiche {
	margin-top:10px;
}

.titre_caract_logi {
	font-weight:bold;
}

#icone_telecharger {
	border:none;
	width:132px;
	float:right;
	margin-top:20px;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
	color:grey;
}

#icone_telecharger img {
	height:90px;
	width:90px;
}

#icone_telecharger img {
	border:none;
}

#icone_telecharger a {
	border:none;
	text-decoration:none;
}