@charset "utf-8";
/* Portable */
@import url("multi.css") only screen and (max-width:320px);
/* Tablette */
@import url("multi.css") only screen and (min-width:321px) and (max-width:768px);
/* Bureau */
@import url("multi.css") only screen and (min-width:769px);

.titre {
	font-family: Verdana, Geneva, sans-serif;
}
