@charset "UTF-8";

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

}
}
/*/item selectionne /*/
.highlight {
	color: #cd2731;
}

a {
	color: #304361;
	text-decoration: none
}
a:hover {
	color: #cd2731;
	}
	/*/quand on appuie sur un lien : color inverse à "a" sur le bg/*/
a:active {
	color: #ffffff;
	background-color: #cd2731;
}
/*/ border idem x /*/
#topbar {
	border-bottom: thin dashed #3a517a;
}	
/*/ border idem x /*/
#contentvideo {
	border: thin dashed #3a517a;
	}	
	/*/color = texte  border idem x /*/
#workdesc {
	border-left: thin dashed #3a517a;
	color:304361;	
}
h1 {
	color:304361;
}