#cad_corpsvoid
{
	text-align:left;
}

#g_menuru
{
	width:100%;
	height:28px;
	background-image:url(../img/andy/g_menuduru.png);

}

	.pagination {
		line-height:2em;
		text-align:center;
	}
	.pagination a,
	.pagination span {
		padding:0.1em 0.3em;
	}
	.pagination a {
		border:2px solid #ccc;
		color:#2db0f4;
		font-weight:bold;
		background-color:#fff;
		-moz-border-radius: 6px; 
  		-webkit-border-radius: 6px; 
  		border-radius: 6px; 
		
	}
	.pagination a:hover {
		border:2px solid #ccc;
		color:#fff;
		background-color:#2db0f4;
		-moz-border-radius: 6px; 
  		-webkit-border-radius: 6px; 
  		border-radius: 6px; 
	}
	.pagination .prevnext {
		font-weight:bold;
		-moz-border-radius: 8px; 
  		-webkit-border-radius: 8px; 
  		border-radius: 8px; 
	}
	.pagination span.disabled { 
		border:2px solid #b7b7b7;
		color:#b7b7b7;
		background-color:#fff;
	}
	.pagination span.current {
		border:2px solid #ccc;
		background-color:#2db0f4;
		color:#ffffff;
		font-weight:bold;
		-moz-border-radius: 6px; 
  		-webkit-border-radius: 6px; 
  		border-radius: 6px; 
		
	}
	
	
	.liste_articles
	{
		background-color:#fff;
		text-align:left;
		height:120px;
		border-right:1px dotted #ccc;
		border-bottom:1px dotted #ccc;
		margin-bottom:15px;
	}
	
		.img_LA_float
		{
			float:left;
			width:160px;
			height:100px;
			border:0;
			margin:10px;
		}
		
		
		.liste_articles p
		{
			height:50px;
			padding:10px;
			overflow:hidden;
		}
		
		.liste_articles span
		{
			padding:2px;
			margin-right:10px;
			font-size:10px;
			font-weight:bold;
			color:#2db0f4;
			float:right;
		}


