/**
 * module.css 05/02/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.article_permanent
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 05/02/2004
*/



.article-permanent {
	width: 408px; 
	/*background-color: #bfdbf5;*/
	color: #363636;
	margin:6px 0 16px 8px;
	/*min-height:100px;*/
	overflow:hidden;
	clear:both;
	border:1px solid #363636;
}
.article-permanent .interieur{
	margin:8px;
}

.article-permanent p a,
.article-permanent p a:link,
.article-permanent p a:visited,
.article-permanent p a:active{
	font-weight: normal ;
	color: #363636;
}

/* ---------------------
   Les TITRES
----------------------- */
.article-permanent h4,
.article-permanent h4 a,
.article-permanent h4 a:link,
.article-permanent h4 a:visited,
.article-permanent h4 a:active,
.article-permanent h4 a:hover{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	text-decoration:none;
}

	
/* --------------------------
   Les VIGNETTES
------------------------------ */
.article-permanent img {
	width: 70px;
	margin: 0px 0px 6px 6px;
	float: right;
}





