/* initialisation --------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}
html {
	background-color: #444;
}
body {
	margin: 0px auto;
	width: 1200px;
}
header {
	height: 70px;
}
article {
	height: 610px;
	padding: 10px 0px 0px 0px;
	background: -webkit-linear-gradient(rgba(111,97,182,1), rgba(111,97,182,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(111,97,182,1), rgba(111,97,182,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(111,97,182,1), rgba(111,97,182,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(111,97,182,1), rgba(111,97,182,0)); /* Standard syntax */
}
h1, h1 a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
h2, h2 a {
	font-weight: bold;
}
img, cite {
	font-style: italic;
	text-decoration: underline;
}
hr {
	display: block;
	margin: 0px 0px 3px 0px;
	border-style: inset;
	border-width: 1px;
	border-color: #999;
}
li {
	list-style-type: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	text-align: justify;
}
q {
	display: inline;
}
q::before {
	content: "« ";
}
q::after {
	content: " »";
}
blockquote {
	padding: 25px 0px;
}
a:hover {
	color: #F99; 
}
.ref {
	display: none;
}
.select_mnu {
/*	background-color: #945; */
	background-color: #F33;
}
@font-face {
	font-family: typo;
	src: url(pkc.ttf);
}
/* en-tete ---------------------------------------------------------------------------*/
@keyframes fond_en_tete {
 0% {background-color: #6F61B6;}
 100% {background-color: #444;}
}
header {
	animation-name: fond_en_tete;
	animation-timing-function: linear;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
header h1 {
	float: right;
	width: 475px;
	position: relative;
	top: 25px;
	text-align: right;
	padding: 0;
	color: #F99;
	font-weight: normal;
	font-family: typo;
	font-size: 36px;
	letter-spacing: 10px;
	cursor: default;
}
header h1.citation:hover {
	cursor: pointer;
}
header * {
	font-size: 11px;
}
header div {
	height: 40px;
	text-align: left;
}
header div img {
	position: relative;
	top: 7px;
}
nav ul {
	height: 25px;
}
nav li {
	float: left;
	padding: 0px 11px 0px 13px;
}
/* diapo ------------------------------------------------------------------------------*/
#dp_zone {
	margin: auto;
	width: 1200px;
	height: 600px;
	background-color: #CCC;
}
#dp_zone * {
	color: #333;
}
#dp_vign {
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	width: 120px;
	height: 600px;
}
#dp_vign a {
	position: relative;
	display: block;
	margin: 10px auto;
	width: 95px;
	height: 75px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#dp_vign img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	max-width: 75px;
	max-height: 75px;
}
#dp_pres {
	display: block;
	float: right;
	width: 1060px;
	height: 600px;
}
#dp_phot {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 550px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#dp_phot img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	max-width: 1000px;
	max-height: 550px;
}
#dp_zone button {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #99F;
	border-radius: 5px;
	background-color:#6F61B6;
	box-shadow: 7px 7px 7px #666;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
#dp_zone button:hover {
	box-shadow: 2px 2px 2px #333;
	cursor: pointer;
}
#dp_zone button.dp_pp {
	margin: 10px 60px 0px 0px;
	width: 30px;
	height: 30px;
}
#dp_zone button.dp_pg {
	margin: 10px 0px 0px 60px;
	width: 30px;
	height: 30px;
}
#dp_legende {
	display: inline-block;
	width: 400px;
}
