	
body{	color: #111;
	font-size: 12px;
	font-family:"Instant Quick", 'Avenir Next', Corbel, Arial, "Courier 10 Pitch", Courier, monospace;	font-weight: 300;
	font-weight: 400;
	margin : 0;
	padding : 0;
	}
html { 
}

strong, b { font-family:"Instant Slow", 'Avenir Next', Corbel, Arial, "Courier 10 Pitch", Courier, monospace;	font-weight: 600;
  }


#fond { 
	width: 100%; height: 100%;
	position: absolute; top:0; left: 0;
	background-color: #ff3556;
  background: url(/images/fond02.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 opacity: 1;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";

 }

a{	text-decoration: none;	; color: #000;  background-color: transparent; -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
a:hover {color: #FFF; -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s; }

.contact a, .contact a:hover { background-color: transparent;  }
.contact a:hover { color: #FFF;  }

.liens a, .liens a:hover { background-color: transparent;  }
.liens a:hover { color: #FFF;  }


::-moz-selection { color: white;  background: black; }
::selection      { color: white;  background: black; }


p { margin: 0; padding: 0; }

#tout {
position:relative;
top: 0px;
left: 0px;
min-width: 1000px;
height: 100%;
line-height: 2.8em;

}

#image_une { display: none; }

ul { list-style: none; margin: 0px; padding: 0px; }

.tumblr em, .tumblr .tumblr-post-date { display: none; }

small { font-size: 1em; }


#texte { position: absolute; left: 50px; top: 0px ; margin-right: 30px; min-width: 530px; padding-bottom: 30px; padding-top: 38px; max-width: 760px; line-height: 2.75em;}
#latest-flickr-images { display: none;  width: 240px; height: 100%; overflow: scroll; padding: 0 0px; padding-top: 50px; }

#texte p { font-size: 2.3em;  line-height: 1.3em; margin-bottom: 0.4em; }

sup, small { font-size: 0.35em; }

.jonalink {  }

u { text-decoration: none;  background-color: #FFF; }

/* RSS wahal */
.rss-item { padding-bottom: 10px; }
.rss-title { display: none; }

#flux_tumblr img, #latest-flickr-images img  { margin-bottom: 8px;}



/* sous 760px */
@media screen and (max-width: 760px) { 
	#tout { min-width: 400px;  }

	#latest-flickr-images { display: none; }

	#texte { left: 20px; min-width: 360px; }

}

@media screen and (max-width: 320px) {
		#texte p {	
	font-size: 8em;
	line-height: 1em;
}
	body { padding: 2.5em 1.5em; }

}




