body {
	height: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: auto;
	color: #CC0033;
}

#contenuGeneral { position: absolute; width: 100%; min-width: 1400px; }

#principal {
	position: absolute;
	width: 75%;
	height: auto;
	min-width: 1100px;
	z-index: 1000;
	background-color: #FFF;
}

#page {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	position: relative;
	height: 350px;
	width: 1100px;
	margin: 40px auto 0 auto;
	padding: 0 30px 0 30px;
}

#logoPrincipal {
	position: relative; top: 0px; left: 0px;
	width: 150px; height: 270px;
}

ul.grabuge, ul.spectacles, ul.participatives, ul.reseaux {
	position: absolute;
	font-family: 'avenirLt', arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	background-image: url(../svg/flecheRouge.svg);
	background-repeat: no-repeat;
	padding-left: 22px;
}
ul.grabuge li:hover, ul.spectacles li:hover, ul.participatives li:hover { margin-left: 4px; }

ul.reseaux { background-image: none;}
ul.reseaux li:hover { margin-top: 4px; margin-left: 0px; }
ul.reseaux li a:hover { margin-top: 0px; margin-left: 0px; }



#centre {
	position: relative;
	height: auto;
	background-color: #FFF;
}

#contenuGauche {
	position: relative;
	float: left;
	width: 740px;
	height: auto;
	padding: 0 30px 100px 30px;
}

#contenuDroite {
	position: relative;
	float: left;
	top: 0px;
	width: 240px;
	height: auto;
	padding: 70px 30px 0 30px;
	background-color: #FFF;
}

#boutonPhotoOn {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 25%;
	height: 100%;
	background-image: url(../svg/pictoPhoto.svg);
	background-position: 50% 80% ;
	background-repeat: no-repeat;
	z-index: 1000;
}

#boutonPhotoOn:hover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

#footer {
	clear: both;
	position: relative;
	width: 1040px;
	padding: 0 30px 0 30px;
	height: 400px;
}

#footer p { position: absolute; }

a.boutonVideo {
	position: relative;
	display: block;
	width: 740px;
	height: 416px;
	background-image: url(../svg/pictoVideo.svg);
	background-position: -70px 90px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}

a.boutonVideo:hover {
	background-position: 250px 90px;
}



.sociaux {
	display: block;
	position: absolute;
	width: 100px;
	height: 40px;
	left: 140px;
	top: 40px;
}

.sociaux li a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	left: 140px;
	top: 40px;
	margin-right: 10px;
	opacity: 0.3;
}

.sociaux li a:hover {
	opacity: 1;
}

/*---------MOI-------*/

#boites{
	position: fixed;
	top: 10px;
	right:  10px;
	width: 17px;
	height: 19px;
	z-index: 50000;
}

#boites a {
	display: block;
	width: 17px;
	height: 19px;
	background-image: url(../image/noires.png) ;
	background-repeat: none;
}

#boites a:hover {
	padding: 0; margin: 0;
}
