/* Tables des documents dans les Convocations */
table.docConv 
{
	width: 100%;
	border: 1px solid #888888;
}
table.docConv tr td
{
	padding: 2px 4px;
	border: 1px solid #888888;
}
table.docConv td.docConvTexte
{
	background-color: #CBE4F5;
	width: 30%;
	white-space: nowrap;
}

/* --- --- */
#liste-boutons .boite
{
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 160px; 
}	
#liste-boutons
{
	text-align: center;
}
	#liste-boutons .boite
	{
		border: 1px solid #000000;
		margin-bottom: 10px;
		padding: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		width: 160px; 
		background: #C6E5FF;
		margin: 0 auto;
	}	
	#liste-boutons input
	{
		display: block;
		width: 75%;
	}
	#liste-boutons a
	{
		display: block;
		width: 150px; 
		height: 20px;
		line-height: 20px;
		background: #EEEEEE;
		border: 1px solid #AAAAAA;
		margin: auto;
		text-align: center;
		white-space: nowrap;
		margin-bottom: 2px;
		padding-left: 3px;
		padding-right: 3px;
		color: black;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}
	#liste-boutons a:hover
	{
		background: #DDDDDD;
		text-decoration: none;
	}
	#liste-boutons .not-active
	{
	   pointer-events: none;
	   cursor: default;
	   color: #999999;
	}