@charset "utf-8";
/* CSS Document */


/* ------------------------------------------- Strutucre */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-size: 14px;
	color: #666;
	background-color: #FFF;
}

#Entete, #Conteneur, #Pied {
	margin: 0 auto; /* Centrage des Div */
	width: 995px;
}

#Entete {
	position: relative;
	height: 150px;
	background-image: url(images/bg-entete.jpg);
	background-repeat: no-repeat;
	/*margin-bottom: 0px;*/
}

#Conteneur {
	position: relative;
	background-image: url(images/bg-conteneur.jpg);
	background-repeat: no-repeat;
	min-height: 585px;
}
/*----------*/


/* ------------------------------------------- Navigation  */
a:link {
	color: #666;
}

a:hover {
	color: #9EC324;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #999;
}

#Ungrosshow span, #Entraide span { 
	display: none;
}

#Entraide img:hover {
	background: url(images/entraidebg-rollo.png) no-repeat 0 0; 
	
}

#facebook img:hover {
	background: url(images/facebook-logo-rollo.png) no-repeat 0 0; 

}

#Ungrosshow:hover {
	background: url(images/ungrosshow-rollo.png) no-repeat 0 0; 
}

/* ------------------------------------------- Pour enligner la liste de menu dans la div--*/
#Menu {
	position: absolute;
	right: 30px;
	top: 0px;
	padding: 0;
	z-index: 40;
	height: 45px;
	overflow: hidden;	/* Pour étirer la DIV */
	width: 460px;
	float: right;
	z-index: 400;
}

#Menu ul {
	display: block;
	/*float: right; pour avoir les menus toujours collé à droite*/
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

#Menu ul li {
	float: left;
}

/*#Menu a {
	float: left;
}*/

#Accueil, #Histoire, #Billetterie, #Invites, #Commanditaires, #Contacts {
	height: 22px;
	display: block;
}

/*----------*/

/* ------------------------------------------- Bouttons de navigation */
#Accueil {
	  width: 62px;
	  background: url(images/accueil.png) no-repeat 0 0;  
}

#Accueil:hover { 
	  background: url(images/accueil-rollo.png) no-repeat 0 0;
}
/*----------*/

#Histoire {
	width: 73px;
	background: url(images/histoire.png) no-repeat 0 0;
}

#Histoire:hover { 
	  background: url(images/histoire-rollo.png) no-repeat 0 0;
}
/*----------*/

#Billetterie {
	  width: 90px;
	  background: url(images/billetterie.png) no-repeat 0 0;
}

#Billetterie:hover { 
	  background: url(images/billetterie-rollo.png) no-repeat 0 0;
}
/*----------*/

#Invites {
	  width: 64px;
	  background: url(images/invites.png) no-repeat 0 0;
}

#Invites:hover { 
  	background: url(images/invites-rollo.png) no-repeat 0 0;
}

/*----------*/
#Commanditaires {
  	width: 129px;
  	background: url(images/commanditaires.png) no-repeat 0 0;
}

#Commanditaires:hover { 
	  background: url(images/commanditaires-rollo.png) no-repeat 0 0;
}
/*----------*/

#Contacts {
	  width: 75px;
	  background: url(images/contact.png) no-repeat 0 0;
}

#Contacts:hover { 
  	background: url(images/contact-rollo.png) no-repeat 0 0;
}
/*----------*/

#Accueil span, #Histoire span, #Billetterie span, #Invites span, #Commanditaires span, #Contacts span {
  	display: none;
}
/*----------*/

/* ------------------------------------------- Prechargeur d'images pour les Rollover */
#loader1 {
	background: url(images/accueil-rollo.png) no-repeat;
}
#loader2 {
	background: url(images/billetterie-rollo.png) no-repeat;
}
#loader3 {
	background: url(images/invites-rollo.png) no-repeat;
}
#loader4 {
	background: url(images/commanditaires-rollo.png) no-repeat;
}
#loader5 {
	  background: url(images/contact-rollo.png) no-repeat;
}
#loader6{
	background: url(images/entraidebg-rollo.png) no-repeat; 
}
#loader7 {
	background: url(images/facebook-logo-rollo.png) no-repeat; 
}
#loader8 {
	background: url(images/ungrosshow-rollo.png) no-repeat; 
}
#loader9 {
	background: url(images/histoire-rollo.png) no-repeat; 
}
#loader1, #loader2, #loader3, #loader4, #loader5, #loader6, #loader7, #loader8, #loader9 {
	margin-left: -1000px;
}

/* ------------------------------------------- Contenu */
/* ------------------------------------Texte */
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2b {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
/*----------*/
/*------------------- Disposition et format */
#Ungrosshow {
	position: absolute;
	top: 23px;
	left: 148px; 
	width: 385px; /* 368 */
	height: 130px;
	z-index: 300;
}

#Entraide {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 106px;
	height: 133px;
	z-index: 500;
}

#txthistoire {
	position: absolute;
	padding: 10px;
	width: 680px;
	height: 450px;
	/*border: 1px solid grey;*/
	z-index: 40;
}

#Contenu {
	position: absolute;
	padding: 10px;
	width: 453px;
	height: 339px;
	/*border: 1px solid grey;*/
	z-index: 40;
	left: 3px;
	top: 152px;
}

#Contenu1 {
	padding: 10px;
	width: 960px;
	height: 530px;
}

#ImageGroupe {
	position: absolute;
	right: 16px;
	bottom: 34px;
	z-index: 30;
	height: 583px;
}

#ImageGroupe img {
	width: 958px;
	height: 580px;
}

#ImagePatrick {
	position: absolute;
	right: 16px;
	bottom: 33px;
	z-index: 30;
	width: 630px;
	background-image: url(images/pg2.png);
	height: 600px;
	background-repeat: no-repeat;
	background-position: right;
}

#ImageCadre {
	z-index: 30;
	bottom: 25px;
	position: absolute;
	left: 5px;
	height: 280px;
	width: 600px;
	background-image: url(images/txtpg.png);
	border: medium solid;
}

#txtpg {
	position: absolute;
	padding: 10px;
	width: 580px;
	height: 220px;
	/*border: 1px solid grey;*/
	z-index: 40;
	font-family: "Monotype Corsiva", arial;
	font-size: 15px;
	color: #000;
}

#txtsign {
	position: absolute;
	padding: 10px;
	width: 560px;
	height: 15px;
	/*border: 1px solid grey;*/
	z-index: 40;
	font-family: "Monotype Corsiva", arial;
	font-size: 17px;
	bottom: 0px;
	text-align: right;
	color: #000;
}

#facebook {
	position: absolute;
	left: 15px;
	bottom: 0px;
	z-index: 40;
}

#facebbok img {
	display: block;
	text-decoration: none;
	width: 103px; 
	height: 44px;
	border: none;
}

#Pied {
	position: absolute;
	bottom: 20px;
	width: 980px;
}
	
#Copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #666;
	text-align: center;
}

/* ------------------------------------------- Page Invites */
.ImgBottom {
	text-align: center;
	vertical-align: bottom;
}

/* ------------------------------------------- Page Commanditaires */
.Commandite {
	height: 180px;
	width: 225px;
	text-align: center;
	vertical-align: bottom;
}

.Commandite img {
	border: none;
}

.Commandite img:hover {
	border: none;
}
/* ------------------------------------------- Page contact */

#Info {
	padding: 10px;
	width: 960px;
	height: 530px;
	text-align: center;
	vertical-align: middle;
}
.equipe {
	text-align: center;
	vertical-align: middle;
}
#VideoPat {
	text-decoration: none;
}

