/* ---------- CSS -------------------- */

/* ---------- IMPORT DESIGN & CONTENT -------------------- */
@import url(/inc/style_design.css);
@import url(/inc/style_content.css);

/* ---------- COMMUN -------------------- */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
* { 
	outline: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}
.clear {
	clear: both;
}
