
html {
}

body {
	width: 1024px;
	margin: 0 auto;
	background-color: black;
	background: url("../img/fond.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

footer {
	clear:both;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* unvisited link */
a:link {
	color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: black;
	text-decoration: none;
}

/* selected link */
a:active {
	color: black;
	text-decoration: none;
}

#menu {
}

#content{
	visibility: hidden;
}

#audioClip {
	/*position: absolute;
	top: 0px;*/
}

#menu img {
	position: absolute;
	display: block;
	/*float: right;*/
}

#titre{
	margin-bottom: 20px;
}

#titre img{
	margin-left: 20px;
}

.errorTexteNumber{
	position: relative;
	text-align: center;
	font-family: 'Oswald', sans-serif !important;
	font-size: 150px;
	line-Height: 150px;
}

.errorTexteMessage {
	position: relative;
	text-align: center;
	font-family: 'Oswald', sans-serif !important;
	font-size: 50px;
	line-Height: 50px;
}

.menuTexte {
	position: absolute;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif !important;
	font-size: 150px;
}

#audio, #video, #texte, #image {
	position: relative;
	float: right;
}
#annonce {
	font-size: 40px;
	line-height: 40px;
	/*margin-top: 60px;*/
	color: white;
	text-align: center;
	font-family: 'Oswald', sans-serif !important;
}

#videoGallery {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif !important;
	font-size: 150px;
	top: 170px;
}

#commentaire {
	position: relative;
	font-size: 20px;
	color: white;
	margin-top: 90px;
	left: 35px;
}

#audioClip audio{
	padding: 10px 10px 10px 10px;
	}

#texteGallery{
	padding-top: 20px;
	padding-bottom: 20px;
}
.topHead {
	/* background-color: beige;*/
	position: relative;
	background:rgba(150,150,150,0.75);
	width: 100%;
	color: lightgray;
	text-align: center;
	vertical-align: center;
	z-index: 10 !important;
}

.backTransparent {
	background:rgba(150,150,150,0.75);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

.container p{
	color: gray;
	margin-bottom: 30px;
}

.lead {
	color: white !important;
}

.indent{
	text-indent: 30px;
}

p b{
	font-size: 15px;
	color: white;
}

#coverImg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 360px;
	z-index: -10;
}
	
#processingCanvas {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#boutonInformations{
	/*clear: both;*/
	float: right;
	position: relative;
	z-index: 200;
	
	/*position: absolute;*/
	/*margin-left: auto;
	margin-right: 0;*/
}

#bulleLien {
	/*opacity:0.0;*/
}

#jpqText {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 100px;
	Z-index: -2;
}

#retourlink {
	background-color: white;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 5px;
	margin-right: 20px;
	padding-right: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
}

#detailretourlink {
	background-color: white;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 5px;
	margin-right: 20px;
	padding-right: 5px;
	position: fixed;
	top: 40px;
	left: 0px;
}

#title {
	position: fixed;
	top: 350px;
	left: -120px;
   -moz-transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg) ;
   -o-transform: rotate(-90deg) ;
   -ms-transform: rotate(-90deg) ;
   transform: rotate(-90deg);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   font-size: 100px;
}