body {
	font-family: Arial;
	font-size: 13px;
	margin:0;
	padding:0;
	line-height: 1.1;
}

form, p, h1, h2, h3, h4, h5, h6, fieldset, ol, ul ,li ,table ,td, th, dl, dd, dt, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul, ol {
	list-style-position: inside;

}

input, textarea {
	padding: 2px 1px;
}



/*
	Classes génériques
*/

	a.dynamicnet{
		color:#9D1788;
		text-decoration:none;
	}

	a.dynamicnet span{
		color:#363636;
	}

	.clearer {
		clear:both;
		line-height:0px;
		font-size:1px;
		height:0px;
		overflow:hidden;
	}