@charset "UTF-8";

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

}
}
.highlight {
/* titre+REALISATION*/
	color: #fff;
}

a {
	/*items menu + contact*/
	color: #cca48f;
	text-decoration: none
}
a:hover {
/*menu item survol*/
	color: #fff;
	}
	
a:active {
/*item on click avec son BG*/
	color: #ffffff;
	background-color: #fff;
}

#topbar {
/*pointille haut*/
	border-bottom: thin dashed #95371e;
}	

#contentvideo {
/*pointille video*/
	border: thin dashed #95371e;
	}	
	
#workdesc {
/*pointille vertical*/
	border-left: thin dashed #95371e;
	/*texte descript.*/
	color: #ffdecc;	
}

