/**
 * Feuille de style pour le module Mentions Légales coté admin & public
 *
 * 	- Mentions légales
 *
 */


/* Admin
----------------------------------------------------------*/

p.field label.inline3, p.field span.inline3 {
	display: inline-block;
	width: 190px;
}
p.field label.inline4, p.field span.inline4 {
	display: inline-block;
	width: 310px;
}
.ui-state-disabled { display: none; }


/* Public
----------------------------------------------------------*/

#infoclient li, #hebergeur li{
	list-style-type:none;
}
#infoclient, #hebergeur, #credit {
	padding:0 0 2.5em 0;
	float: left;
}

#mentions_legales_client {
	float: left;
	border: 1px solid #E4E4E4;
	padding: 3px;
	width: 251px;
}
	#infoclient {
	}

#mentions_legales_hebergeur {
	float: right;
	border: 1px solid #E4E4E4;
	padding: 3px;
	width: 251px;
}
	#hebergeur {
	}

#texte_mentions_legales {
	clear: both;
}
#texte_mentions_legales p {
	text-align: justify;
}

#credit {
	float: right;
	border: 1px solid #E4E4E4;
	padding: 3px;
	width: 251px;
	margin: 10px 0 10px 0;
}
