@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(img/faiences_proches.gif);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:justify;}
	
h1{
	color:#130C79;
	font: normal small-caps 400 4em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color:#130C79;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	color: #ff8300;
	text-decoration: none;
}
a:visited {
	color: #ff8300;
	text-decoration: none;
	}

a:hover {color: #000;
	text-decoration: none;

}
	
p{
	font-size:90%;
	padding: 20px;
	width: 280px;
	color: #000;
}
	
img{
	border:1px solid #333;
	
	float:right;
}

#content{
	width: 852px;
	margin:0 auto;}
	
.cartel{
	/*width:800px;*/
	padding: 0;
	margin: 0;
	margin-bottom:45px;
	
;}
	
#credits{
	font-size:smaller;
	width: 800px;}
	
#back{
	float: left;
	margin:0 auto auto -80px;
}
#back a{
	color: #444;
	text-decoration: none;
	padding:0 6px;
	border: 1px solid #999;
}
#back a:hover, a:focus{
	color: white;
	background-color: #999;

}
	
