/**
 * module.css 05/02/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.boite_urgences
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 17/02/2004
*/
/*#urgences {
	background-color: #fef7e6;
	
	}
*/
#urgences {
	width: 164px; 
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #990000;
	background-color: transparent;
	background-image: url(images/fond_colonne3.png);
	background-repeat:repeat-y;
}

#urgences p {
	float:left;
	
}
#urgences p.numeros {
	float:right;
	width: 75% ;
}

#urgences div {
	clear:both;
	width:168px;
	margin-bottom: 8px;
	height:16px!important;
}

#urgences h3.titreurgence{
	background-color: #990000;
	color: #ffffff;
}

#urgences a{
	font-weight: normal;
	color: #990000;
}

#urgences p.numeros a{
	font-weight: normal ;
	
}
#urgences p.labels{
	width: 100% ;
}

.sans-numero{
	padding: 10px 0px 0px 0px;
}
.dernier{
	margin-bottom: 10px;
}
