


/* Styles usuels
-------------------------------------------------------- */

::-moz-selection{
    background:#9dcce0;
	color:#fff;
}
::selection {
	background:#9dcce0;
	color:#fff;
}


/* Page
-------------------------------------------------------- */

.loader{
	width:220px;
	height:19px;
	margin:0 auto;
	background:url(theme/loader.gif) top left no-repeat;
}



