/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site CIRQUE BANG BANG ------------------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
html {
	/* overflow:hidden; */
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#000;
}
body.liens #global {
	background:#000 url(../images/_background/bg-liens.jpg) no-repeat center center;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	background-color:#D95B07;
	height:25px;
	margin-top:5px;
	/* width:100%; */
	width:800px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
	bottom:0;
}
#navigation ul {
	float:left;
	height:25px;
	padding:0!important;
}
#navigation ul#menu {
	margin-left:40px;
}
#navigation li {
	display:block;
	float:left;
	padding:0;
	list-style:none;
	height:25px;
}

#navigation a {
	display:block;
	float:left;
	padding:3px 11px 0 11px;
	color:#FFFFFF;
	text-decoration:none;
	height:22px;
}
#navigation li:hover a, 
#navigation li.sfhover a, 
#navigation a:hover {
	color:#000000;
	background:url(../images/bg-navigation-li-a.gif) no-repeat 50% 0;
}
#navigation li ul {
	position:absolute;
	width:450px;
	height:25px;
	left:-999em;
	top:-25px; 
	background-color:#000000;
	padding:0;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation li:hover ul, 
#navigation li.sfhover ul {
	left:90px;
}
#navigation li:hover ul a, 
#navigation li.sfhover ul a, 
#navigation li ul a {
	color:#FFFFFF;
	background-image:none;
	padding:0px 15px;
	line-height:25px;
}
#navigation li ul a:hover {
	color:#FFFFFF;
	background-color:#333333;
	height:25px;
	text-decoration:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la zone principale */
/* -------------------------------------------------------------------------------------------- */

#global {
	position:absolute; 
	height:100%; 
	width:100%;
	/* overflow:auto; */ 
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	/* position:fixed; */
	width:262px;
	/* top:15px;
	left:720px; */
}
#header a.logo {
	display:block;
	width:262px;
	height:82px;
}
	body.layoutBlack #header a.logo {
		background:url(../images/logo-cirque-bang-bang-white.png) no-repeat 0 0;
	}
	body.layoutWhite #header a.logo {
		background:url(../images/logo-cirque-bang-bang-black.png) no-repeat 0 0;
	}
		/*body.layoutBlack #header a:hover.logo {
			background:url(../images/logo-cirque-bang-bang-white-hover.png) no-repeat 0 0;
		}
		body.layoutWhite #header a:hover.logo {
			background:url(../images/logo-cirque-bang-bang-black-hover.png) no-repeat 0 0;
		}*/
#header a.logo span {
	position:absolute;
	left:-999em;
}
#header a {
	color:#FFFFFF;
}
#header p.complementary a {
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#page {
	/* overflow-y:scroll;  */
	/* height:375px; */
	width:800px;
	/* overflow-x:hidden; */
	overflow:hidden;
	text-align:left;
	height:auto;
}


/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

.col85 {
	width:85px;
	text-align:left;
}
.col290 {
	width:290px;
	font-size:11px;
}
	body.spectacles .col290 {
		width:310px !important;
	}
.col350 {
	width:350px;
}
.col450 {
	width:450px;
}
.col480 {
	width:480px;
	text-align:left;
}
	body.spectacles .col480 p {
		padding-right:80px !important;
	}
.col535 {
	width:535px;
	text-align:left;
}


.col85, 
.col290,
.col350, 
.col450,   
.col480, 
.col535 {
	float:left;
}

.ml10 {
	margin-left:10px;
}
.mr10 {
	margin-right:10px;
}
/* -------------------------------------------------------------------------------------------- */

#global p, 
#global ul, 
#global ol, 
#global form, 
#global dl, 
#global blockquote, 
#global h1, 
#global h2, 
#global h3, 
#global h4, 
#global h5, 
#global h6,
#global .swf {
	padding:5px 20px; 
}
#global h1 {
	margin:10px 0 0 0;
}
#global h2 {
	font-size:13px;
	font-weight:bold;
}
#global h2.title-spectacle a {
	display:block;
	height:12px;
	width:100%;
	margin-top:10px;
}
	#global h2.title-spectacle.title1 a {
		background:url(../images/title-BODYnoBody.gif) no-repeat 0 0;
	}
	#global h2.title-spectacle.title2 a {
		background: url(../images/title-nuit-sur-terre.gif) no-repeat 0 0;
	}
	#global h2.title-spectacle.title3 a {
		background: url(../images/title-quel-sens.gif) no-repeat 0 0;
	}
	#global h2.title-spectacle.title4 a {
		background: url(../images/title-scratch.gif) no-repeat 0 0;
	}
#global h2.title-spectacle a span {
	position:absolute;
	margin-left:-999em;
}
#global h2.actu {
	text-transform:uppercase;
	font-size:14px;
}
#global h3 {
	font-size:14px;
}
	#global h3.orange {
		color:#d95904;
		text-transform:uppercase;
		font-size:12px;
	}
#global h4 {
	font-size:11px;
	font-weight:bold;
}
#global h6 {
	font-size:10px;
}
#global a img {
	border:none;
}
/* #page li {
	background:url(../images/bg-li.gif) no-repeat 0 5px;
	padding:0 0 5px 15px; 
} */
#global ul.small li {
	font-size:10px;
}

p.chapeau {
	color:#D95B07;
	font-weight:bold;
	text-align:left;
	padding-top:0!important;
}
p.sous-titre {
	padding-top:0!important;
}
#global strong {
	color:#D95B07;
	font-weight:normal;
}
#global p.pgold strong {
	color:#9f814b;
	font-weight:bold;
}
.chapeau.pwhite strong {
	color:#D95B07 !important;
	font-weight:bold !important;
}

table, 
tr, 
td  {
	margin:0px;
	padding:0;
}

#page form, 
#page input, 
#page textarea, 
#page select, 
#page option, 
#page blockquote, 
#page table, 
#page tr, 
#page th, 
#page td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#global a , 
#global #page a {
	text-decoration:none !important;
}
#global a:hover {
	text-decoration:none;
}
#global ul {
	list-style:none;
}
#global #colRight {
	margin:50px 0 0 0;
}
#global #colRight p {
	font-size:11px !important;
}
#global #colRight.contact {
	margin:90px 0 0 0;
}
#global ul#partenaires {
	background-color:#FFF;
	padding:0;
	width:800px;
	height:67px;
	margin-top:10px;
}
#global ul#partenaires li {
	display:inline;
	padding:0 40px;
}
#global ul#partenaires li img {
	vertical-align:middle;
}
#global #news {
	margin-bottom:20px;
}
#global #news h3 {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}
#global #news p.chapeau {
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}
#global div#menu2 {
	margin-top:20px;
}
#global div#menu2 p {
	padding:0;
	display:block;
	text-align:right;
}
	#global div#menu2 p.rub1 {
		margin-right:60px;
	}
	#global div#menu2 p.rub2 {
		margin-right:30px;
	}
	#global div#menu2 p.rub3 {
		margin-right:50px;
	}
#global div#agenda strong {
	color:#000;
	font-weight:bold;
	font-size:12px;
}
#global div#agenda h3 {
	color:#f03604;
	font-weight:bold;
	font-size:14px;
	padding-bottom:0;
}
#global div#agenda h4 {
	color:#f76710;
	font-weight:bold;
	font-size:12px;
	padding-bottom:0;
}
#global div#agendaList h3 {
	font-weight:bold;
	font-size:11px;
}
/* slider page d'accueil */

table#animation {
	z-index:-1;
	/* height:100%; */
	overflow:auto;
}
	*html table#animation {
		position:absolute;
	}
#slideshow {
	/* position:fixed; */
	z-index:1;
	width:800px;
	height:600px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0; 
	overflow:auto;
}
	html* #slideshow DIV {
	margin-left:-400px !important;
	}
	*html #slideshow DIV {
	margin-left:-398px !important;
	}
	
#slideshow DIV {
   /*  position:absolute; */
  /*  top:0;
   left:0; */ 
    z-index:8;
    opacity:0.0;
    height: 600px;
	width:800px;
    background-color: #FFF;
	position:absolute;
	margin:auto;
	overflow:auto;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 600px;
    display: block;
    border: 0;
	overflow:auto;
}


/* easyscroll */

#easyscroll{
	margin:1em 0;
	}	

	#easyscrollnav, #easyscrollnav li{
		height:20px;
		display:block;
		margin:0;	
		padding:0;
		}	
	#easyscrollnav{
		margin:1em 0;	
		position:relative;
		z-index:50;
		height:1px;
		padding:0!important;
		}			
	#easyscrollnav li{
		list-style:none;
		position:absolute;
		margin-left:778px; 
		left:0;
		margin-right:10px;		
		padding:0 10px;
		color:#333;
		cursor:pointer;
		}	
	#easyscrollnav li span {
		display:block;
		position:absolute;
		margin-left:-999em;
	}
	#easyscrollnav li#btnUp	 {
		top:20px;
		background:url(../images/bt-scroll-down.png) no-repeat 0 0;
	}
	#easyscrollnav li#btnDown	 {
		top:320px;
		background:url(../images/bt-scroll-up.png) no-repeat 0 0;
	}
	tr.white #easyscrollnav li#btnUp	 {
		background:url(../images/bt-scroll-down-white.png) no-repeat 0 0;
	}
	tr.white #easyscrollnav li#btnDown	 {
		background:url(../images/bt-scroll-up-white.png) no-repeat 0 0;
	}
	#easyscrollnav li#btnReset	 {
		display:none;
	}	
	#easyscrollnav li.over{
		color:#999;
		text-decoration:underline;
		}	
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'arrière plan */
/* -------------------------------------------------------------------------------------------- */

#animation {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
}
#animateBackground {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
}
#animateBackgroundOverlay {
	position:fixed;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
	background:url(../images/blank.gif) repeat 0 0;
}
/**html #animation {
	position:absolute;
	overflow:hidden;
}

*html #animateBackground {
	position:absolute;
	overflow:hidden;
}*/


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.img-right {
	float:right;
	padding:0 0 5px 10px;
}
.img-left {
	float:left;
	padding:0 10px 5px 0;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}
.pwhite, 
a.pwhite {
	color:#FFF !important;
}
.porange {
	color:#D95B07;
}
.pblack, 
a.pblack {
	color:#000;
}
.p14 {
	font-size:14px !important;
}


