@viewport {
	width: device-width;
	zoom: 1;
}
@import url("standard/header.css");
@import url("joy.inc.css");

* {
	margin: 0;
	padding: 0;
	color: #2f0029;
}

body {
	/*background: #9c0089 url("standard/photo_camera.png") no-repeat fixed 0px 145px;*/
	background: #9c0089 url("standard/background.png") repeat-x top left;
}

h1 {
	width: 304px;
	height: 112px;
	margin: 4px 0 0 140px;
	background: url("standard/logo.svg") 50% / 100%;
	overflow: hidden;
	position: absolute;
	z-index: 11;
	text-indent: -999px;
	pointer-events: none;
}

h2 {
	margin: 10px 30px;
	background: url("standard/h2_ltab.png") no-repeat;
	float: left;
	position: absolute;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #2f0029;
	line-height: 36px;
}
h2 span {
	display: block;
	padding: 0 30px;
	background: url("standard/h2_rtab.png") no-repeat top right;
}

h3 {
	background: url("standard/h3_ltab.png") no-repeat;
	float: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9c0089;
	line-height: 33px;
}
h3 span {
	padding: 0px 24px 0 24px;
	background: url("standard/h3_rtab.png") no-repeat top right;
	display: block;
}
.h3space {
	height: 33px;
	margin: 16px 0 0;
	padding: 0 20px;
	background: url("standard/h3_background.png");
	display: block;
	clear: both;
}
.h3space em {
	padding: 1px 12px 1px 15px;
	background: url("standard/h3_background2.png") repeat-x bottom left;
	float: right;
	position: relative;
	top: 13px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f0029;
}

h4 {
	margin: 15px 0 0 15px;
	padding: 0 0 0 25px;
	background: url("standard/check.png") no-repeat center left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2f0029;
}

p {
	margin: 3px 15px;
}

a {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #2f0029;
}
a img {
	border: none;
}
img.floatR {
	margin: 0 50px;
	float: right;
}

acronym {
	cursor: help;
	font-style: oblique;
}

object {
	margin: 5px 125px;
}

dt {
	width: 128px;
	border: solid 1px #2f0029;
	border-bottom: dotted 1px #2f0029;
	background: #f7a8ed;
	position: relative;
	top: 1px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #9c0089;
	text-align: center;
}
dd {
	margin: 0 0 2px 0;
	padding: 2px 15px;
	border: solid 1px #2f0029;
	background: #f7a8ed;
}


/*
	______________
	Parties
	______________
	*/
#contenu {
	max-width: 775px;
	margin: 0 auto 0 auto;
	padding-top: 1px;
}

#footer {
	max-width: 700px;
	padding: 5px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #2f0029;
	background: #ffb6f6;
	font-size: 70%;
	text-align: center;
}

/*
	______________
	Contenu
	______________
	*/


.encadre {
	margin-top: 55px;
	padding: 0 10px 10px 10px;
	border: solid 1px #2f0029;
	background: #ffb6f6;
}

.encadre ul {
	margin: 3px 0 3px 30px;
	list-style-type: square;
}

.clear {
	clear: both;
}

.galerie li {
	width: 128px; height: 116px;
	margin: 5px;
	float: left;
	list-style-type: none;
	font-size: 15px;
}
.galerie li img {
	width: 128px; height: 96px;
	position: absolute;
}
.galerie li a {
	width: 128px; height: 18px;
	padding-top: 98px;
	background: url("standard/img_frame.png") no-repeat top left;
	position: absolute;
	font-weight: bold;
	text-decoration: none;
	color: #2f0029;
	text-align: center;
}
.galerie li a:hover {
	background: url("standard/img_frame.png") no-repeat -128px 0;
	color: #9c0089;
}

.counter {
	padding: 0 5px 2px 50px;
	border: solid 1px #9c0089;
	background: #ffcefc url("standard/counter.png") repeat-y top left;
	clear: both;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #9c0089;
}

#media_demo, #media_video, #media_artworks, #media_screenshots {
	width: 108px;
	height:44px;
	margin: 16px auto;
	padding: 84px 10px 0 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}
#media_demo:hover, #media_video:hover, #media_artworks:hover, #media_screenshots:hover {
	color: #ffb6f6;
}
#media_demo {
	background: url("standard/link_demo.png") no-repeat;
}
#media_video {
	background: url("standard/link_video.png") no-repeat;
}

#media_artworks {
	background: url("standard/link_artworks.png") no-repeat;
}
#media_screenshots {
	background: url("standard/link_screenshots.png") no-repeat;
}

.website {
	width: 128px;
	height: 33px;
	background: url("standard/tab_website.png") no-repeat;
	display: block;
	float: right;
	position: relative;
	z-index: 20;
	text-indent: -5000px ;
}
.website:hover {
	background: url("standard/tab_website.png") no-repeat 0 -33px;
}

.email {
	width: 128px;
	height: 33px;
	background: url("standard/tab_email.png") no-repeat;
	display: block;
	float: right;
	position: relative;
	z-index: 21;
	text-indent: -5000px ;
}
.email:hover {
	background: url("standard/tab_email.png") no-repeat 0 -33px;
}

@media screen and (max-width: 640px) {
	img.floatR {
		max-width: 100%;
		margin: 8px auto;
	}
	h1 {
		width: 228px;
		height: 84px;
		margin: 8px 0 0 120px;
	}
}