@charset "UTF-8";

body {
	background-image: url('../pictures/bg-artisanat.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #66b0d7;
}
@media only screen and (max-device-width: 480px) 
{
body {
background-image: url('../pictures/bg-artisanat-phone.jpg');

}
}
.highlight {
	color: #ffa654;
}

a {
	color: #b3ecfe;
	text-decoration: none
}
a:hover {
	color: #ffa654;
	}
	
a:active {
	color: #ffffff;
	background-color: #ff0099;
}

#topbar {
	border-bottom: thin dashed #8bd6ee;
}	

#contentvideo {
	border: thin dashed #8bd6ee;
	}	
	
#workdesc {
	border-left: thin dashed #8bd6ee;
	color:FFFFFF;	
}

