/* Mise en forme globale des pages du groupe album des réalisations (angles arrondis, onglets...)*/

/* *{ border-radius:4px; }*/

#slideTable { 
	border-radius:3px;
}

#table {
	/*border:#333333 solid 1px;
	border-top:#666666 solid 1px;
	border-left:#666666 solid 1px;
	box-shadow: 0px 1px 5px #ff0000;*/
	border-radius:4px;	
}

#td
{
	border:#333333 solid 1px;
    /*border-color:#333333;*/
	border-radius:3px;
}

/*#tr
{
	border: 1px; 
	border-radius:4px; /* 4px / 4px; Vertical / Horizontal
	border-color:#333333;
	text-decoration: none; 
}*/

div.domtab {
	margin-left:20px; /*auto;*/

}

ul.domtabs{
	margin-left:-40px;
		
}



