html {
	width: 100%;
	margin:0;
	padding:0;
	background: url(_images/arr_plan_ext.jpg) center no-repeat fixed rgba(0, 0, 0, 0);
	background-size: cover;
	-webkit-background-size: cover; /* pour Chrome et Safari */
  	-moz-background-size: cover; /* pour Firefox */
  	-o-background-size: cover; /* pour Opera */
		 /* version standardisée */
  	;
}
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: rgba(0, 0, 0, 0);
	color: #573915;
	font-family: PrinceValiantRegular,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow: none;
}
a, a:hover{
	color: #573915;
	text-decoration: none;
}
img{
	border: none;
}
#conteneur {
  	margin-left: auto;
  	margin-right: auto;
  	width: 950px;
  	height: 100%;
  	text-align: left; /* on rétablit l'alignement normal du texte */
}
#logo{
	position: relative;
	top: 0px;
	text-align: left;
	height: 120px;
}
#contenu_index{
	position:relative;
	width:900px;
	height: 800px;
	top:15px;
	overflow: auto;
}
#contenu{
	position:relative;
	width:900px;
	height:650px;
	/*padding-left: 20px;*/
	/*top:200px;*/
	left:10px;
	overflow: hidden;
	background-image: url(_images/livre-ouvert-sans-grenouille.jpg);
	background-repeat: no-repeat;
}
#contenu_personnages{
	position:relative;
	width:900px;
	height:650px;
	/*padding-left: 20px;*/
	/*top:200px;*/
	left:10px;
	overflow: hidden;
	/*background-image: url(_images/livre-ouvert-personnages.jpg);
	background-repeat: no-repeat;*/
}
#contenu_video{
	position:relative;
	width:900px;
	height:650px;
	padding-top: 120px;
	overflow: hidden;
	background-image: url(_images/livre-ouvert-sans-grenouille.jpg);
	background-repeat: no-repeat;
}
#col_gauche{
	text-shadow: 2px 1px 2px white;
	font-weight: bold;
	position: relative;
	top:25px;
	left:60px;
	width:355px;
	height:600px;
	float:left;
	overflow: hidden;
}

#col_droite{
	text-shadow: 2px 1px 2px white;
	font-weight: bold;
	position: relative;
	top: 25px;
	left: -80px;
	width:355px;
	height:600px;
	float: right;
	overflow:auto;
}
#col_gauche_musique{
	position: relative;
	top:80px;
	left:110px;
	float: left;
}

#col_droite_musique{
	position: relative;
	top: 205px;
	left: -125px;
	float: right;
}
#slide{
	position: relative;
	width: 680px;
	top:60px;
	left:100px;
	
}
#deco_hg{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -20;
}
#deco_hd{
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: -20;
}
#deco_bg{
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: -10;
}
#deco_bd{
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
.sous-titre{
	font-size: 85%;
}
.centrage{
	text-align: center;
}

.copywrite{
	clear: both;
	color: white;
	position: fixed;
	font-size: 0.7em;
	bottom: 5px;
	right: 10px;
	/*margin-top: -20px;
	margin-right: -20px;*/
	text-align: right;
}
.copywrite a, a:hover{
	color: white;
	text-decoration: none;
}
.invisible{
	width: 0px;
	height: 0px;
	display: none;
}
.a_hover a:hover{
	color: #573915;
}
.pointeur_normal{
	cursor: default;
}
/* Prevent iOS, WinMobile from adjusting font size */
html{
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
@font-face {
    font-family: 'PrinceValiantRegular';
    src: url('princevaliant-webfont.eot');
    src: url('princevaliant-webfont.eot?#iefix') format('embedded-opentype'),
         url('princevaliant-webfont.woff') format('woff'),
         url('princevaliant-webfont.ttf') format('truetype'),
         url('princevaliant-webfont.svg#PrinceValiantRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}