/*
 * www.la-phalene.net
 * captives-spectacle.css
 * 
 */
 
body {
  background-color: #4D4A7F;
  background-image: url(../images/laphalene.jpg);
  background-position: top center;
  background-repeat: no-repeat;
	margin:20px;
	margin-top:65px;
	padding:0px;
	}

p {
	margin:0px 0px 12px 0px;
	padding:0px;
	text-align: justify;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 230px 20px 228px;
	background-color: #EFEFF7;
	padding:15px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content a img.photo {
  margin-bottom: 20px;
}

.content div#titre a.logo {
  position:relative;
  top: -65px;
  z-index: 0;
}
.content div#titre {
  margin-bottom: -20px;
}


.content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.content li h2 {
	border: 0px;
	text-align: center;
}
.content li h2 a {
  padding: 5px 0px 5px 0px;
}
.content li a {
	display: block;
	padding: 4px 10px; /* idéalement padding: 2px ou 3px si le nombre de pièces le permet */
	text-decoration: none;
	background: #FFFFCC;
	border-top: 1px solid #EFEFF7;
}
.content li a:hover {
  color: white;
	background: #F44114;
	border: 2px #F44114;
}

.content li a img {
  border: 5px #FFFFCC solid;
}
.content li a:hover img {
  border: 5px #F44114 solid; 
}


#navAlpha {
	position:absolute;
	width:230px;
	top:10px;
	left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EFEFF7 right repeat-y;
	-moz-border-radius: 12px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:208px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:208px;}
		
#navAlpha img {
  margin-bottom: 5px;
}

#navAlpha .plus {
	text-align: center;
	padding: 8px 10px 8px 10px;
}
#navAlpha .plus p {
  text-align: center;
}

#navBeta {
	position:absolute;
	width:232px;
	top:65px;
	right:20px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:210px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:210px;}

#navBeta .infos {
	border: 1px solid #999;
	background: #FFFFCC right repeat-y;
	text-align: left;
	-moz-border-radius: 12px;
	padding: 8px 10px 8px 10px;
	margin-bottom: 20px;
}

#navBeta .plus {
	border: 1px solid #999;
	background: #EFEFF7 right repeat-y;
	text-align: center;
	-moz-border-radius: 12px;
	padding: 8px 10px 8px 10px;
	margin-bottom: 20px;
}
#navBeta .plus p {
  text-align: center;
}

#navBeta .plus a.logo img.papillon {
  float: right;
}

#navBeta .blog {
	background: #F44114 right repeat-y;
	text-align: center;
	-moz-border-radius: 12px;
	padding: 8px 10px 8px 10px;
	margin-bottom: 20px;
}

#navBeta ul {
	padding: 0 0 8px 20px;
	margin: 0;
}
#navBeta li {
	padding: 2px;
	margin: 0;
}

