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

/* ---------- IMPORT design & content -------------------- */
@import url(style_design.css);
@import url(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; }

/*
________________________________________________________________________________________________
BORDS ARRONDIS
*/
.arrondi {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/*
________________________________________________________________________________________________
SURLIGNAGE
*/
/*
::-moz-selection { background-color: #eee; }
::selection { background-color: #eee; }
*/