@charset "UTF-8";
/* CSS Document */

/**********************************************************************************************/
/* ACTUS
/**********************************************************************************************/
body {
	background:url(../img/fond-artiste.jpg) no-repeat #FFF;
}

ul#menu li a  {
	color:#000000;
} 

h2 {
	color:#ce1a00;
}

h3 {
	color:#ce1a00;
}

.photos img, p {
	display:block;
	float:left;
}

.photos img {
	margin-right:10px;
	margin-bottom:10px;
}

p {
	clear:both;
	font-size:0.8em;
	line-height:14px;
}

a {
	font-size:0.8em;
	color:#ce1a00;
}




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-width: 320px) {
  /* Retina-specific stuff here */
 	body {
		background:url(../img/fond-artiste@2x.jpg) no-repeat #FFF;
		background-size: 100%;
	}
}