/**
 * module.css 10/02/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.rubrique
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 16/02/2004
*/

#rubrique {
	width: 408px;
	margin:4px 0 16px 8px;
}

#rubrique p{
	margin:8px 0 0 0;
}

/* ---------------------
   Les TITRES
----------------------- */

#rubrique h4 a{
	font-size: 15px;
	font-weight:bold;
}

#rubrique p a{
	font-weight:bold;
	line-height:14px;
}


#rubrique p.froide,
#rubrique p.froide a{
	font-weight:normal;
}
#rubrique p.froide{
	margin: 0 0 6px 0;
}

#rubrique p.legende{
	width:100px;
	float:left ;
	padding: 0;
	margin: 26px 0 0 2px;
	font-style:italic;
	background-color: transparent;
}

#rubrique h5{
	font-size: 11px;
	color: #003366;
	font-weight:normal;
}


/* --------------------------
   Les VIGNETTES
------------------------------ */

#rubrique img.vignette{
	height: 100px;
	/*width: 100px; : non prop.*/
	margin: 0px 6px 6px 0px;
	display:block;
	float: left;
	border:0;
	border:2px solid #cfd2af;
	border-top:1px solid #cfd2af;
}

#rubrique img.photo{
	margin: 10px 0px 6px 0px;
	border:0;
}

#rubrique p a{
	color: #363636;
}

#rubrique a.plus{
	font-weight: bold;
	font-style:italic;
}

span.fleche{
	font-weight: bold;
	color: #990000;
}	
