@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#F9BF55;
		background-image:url(img-/fond_body2.jpg);
		background-repeat:repeat-x;
		background-color:#000;
		background-position: top left;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	#retour {
	width: 450px;
	margin-left: 30px;
}
	#retour a {
		color:#EDAC54;
		font-style:italic;
		text-decoration:none;
		font-size: 12px;
	}
	#retour a:hover {
	    text-decoration:underline;
	}
	#retour p {
	    color:#EDAC54;
	    font-size: 13px;
		} 
	h1 {
	    color: #F9BF55;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		margin-top: 8px;
	}
}