/**
 * module.css 11/02/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.kiosque
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 26/02/2004
*/



#kiosque hr {
	height: 1px;
	background-color: #6699cc;
	border: 0;
	/*pour IE*/
	color: #6699cc ;
}

#kiosque {
	width: 408px;
	font-size: 10px;
	color: #003366;
	margin: 0 0 0 8px;
	padding: 0;
}

#kiosque .date {
	width: 408px;
	font-size: 10px;
	color: #003366;
	margin: 0;
	padding: 0;
}

#kiosque img {
	margin-top: 5px;
	padding: 0;
	border:0;
}



#kiosque  ul {
	margin:0 0 16px 0;
	padding: 0;
	border-top:1px solid #6699cc;
}

#kiosque  li{
	line-height:24px;
	vertical-align:middle;
	padding-left:20px;
	list-style-position: outside;
	list-style-type:none;
	margin:4px;
	border-bottom:1px solid #6699cc;
}
#kiosque  li p{
	line-height:14px;
	}
#kiosque .noborder {
	border:none;
}
#kiosque li.image {
	background:transparent url(images/image.png) no-repeat 0 4px;
}

#kiosque li.pdf {
	background:transparent url(images/pdf.png) no-repeat 0 4px;
}

#kiosque li.mov {
	background:transparent url(images/mov.png) no-repeat 0 4px;
}

#kiosque li.zip {
	background:transparent url(images/zip.png) no-repeat 0 4px;
}

#kiosque li.texte {
	background:transparent url(images/texte.png) no-repeat 0 4px;
}

#kiosque li.word {
	background:transparent url(images/word.png) no-repeat 0 4px;
}

#kiosque li.son {
	background:transparent url(images/son.png) no-repeat 0 4px;
}

#kiosque li.ppt {
	background:transparent url(images/ppt.png) no-repeat 0 4px;
}

#kiosque li.swf {
	background:transparent url(images/swf.png) no-repeat 0 4px;
}

#kiosque li.autre {
	background:transparent url(images/autre.png) no-repeat 0 4px;
}

#kiosque a{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

#kiosque a:visided{
	color: #6699cc;
}


#kiosque h6 {
	color: #cc6600;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#kiosque h4 {
	color: #cc6600;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding-bottom: 16px;
}
#kiosque  li span {
	background-color:#ffff00 ;
}

