@charset "UTF-8";

body {
	background-image: url('../pictures/bg-index.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*fond*/
	background-color: #888;
}

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

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

	

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


#contentvideo {
/*pointille video*/
	border: thin dashed #666;
	height: 405px;
	}	
	
#workdesc {
/*pointille vertical*/
	border-left: thin dashed #666;
	/*texte descript.*/
	color: #555;	
}

