*{
	margin:0px;
	padding:0px;
}
th,td,p,form{
	font-size:0.9em;
}
a{
	color:#03c;
	text-decoration:none;
}
a:hover{
	color:#c00;
	text-decoration:underline;
}


#Template{
	position:absolute;
	visibility:hidden;
}
#Header{
	background-color:#006;
	color:#fff;
	padding:2em;
}
	h1{
		width:250px;
		height:55px;
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	h1.h1-cercle{
		background-image:url(images/h1_cercle.png);
	}
	h1.h1-shop{
		background-image:url(images/h1_shop.png);
	}
	h1.h1-studio{
		background-image:url(images/h1_studio.png);
	}

#Content{
	width:90%;
	margin:1em auto;
}
#Content h3{
	font-size:1.5em;
	font-weight:normal;
	color:#c00;
	margin:1em 0;
}
#Content table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:1em 0;
}
#Content thead{
}
#Content tbody{
}
#Content td{
	border:1px solid #ccc;
	padding:0.25em;
	background:#fff url(images/td.png) repeat-x 0 100%;
}
#Content th{
	border:1px solid #ccc;
	color:#006;
	padding:0.25em;
	font-weight:normal;
	background:#ddd url(images/th.png) repeat-x 0 100%;
	text-align:left;
	white-space:nowrap;
}
