@charset "utf-8";
/* CSS Document */

body,html {

	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	height: 100%;
	width: 100%;
	background-color:#000000;
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;

}

.link { /* creates the larger Learn More link at the bottom of the page */
	font: 1.25em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #99FF33;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}


/*///////////////////////////////GALERIE///////////////////////////*/
/* Le container de la galerie */
#containerGalerie{
	margin:0px;
	padding:0px;
	background-color:#000000;
}

/* Le menu */
#menuGalerie{
	margin:0px;
	padding:0px;
	width:100%;
}

/* the following selectors create the button look using an unordered list */
#menuGalerie ul {
	padding: 0; /* begins with the usual zeroing of padding and margin to create a level playing field */
	margin: 0px 0px 0px 0px;
	display:inline;
	width:auto;
}
#menuGalerie li {
	padding-left: 0px; /* width of the little icons */
	margin-left: 0px; /* clears the left side evenly all the way down */
	font: .8em/100% Arial, Helvetica, sans-serif;
	float:right;
	list-style:none;	
}


/* the below styles the button area next to the icon */
#menuGalerie li a:link, #menuGalerie li a:visited {
	display: block;
	height:18px;
	line-height:18px;
	text-indent:10px;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-align: left;
	padding: 0px 10px 0px 0px;
	list-style: none;
	font-weight:bold;
	text-decoration:none;
}

/* each list item has a unique ID to place its own icon into the button */
#menuGalerie li#actualite a:link, #menuGalerie li#actualite a:visited {
	color:#000000;
	background-color:#FFA200;
	
}
#menuGalerie li#theatre a:link, #menuGalerie li#theatre a:visited {
	color:#000000;
	background-color:#FF4000;
}
#menuGalerie li#musique a:link, #menuGalerie li#musique a:visited {
	color:#000000;
	background-color:#3399CC;
}
#menuGalerie li#opera a:link, #menuGalerie li#opera a:visited {
	color:#000000;
	background-color:#36CCCC;
}

#menuGalerie li#danse a:link, #menuGalerie li#danse a:visited {
	color:#000000;
	background-color:#FF66CC;
}
#menuGalerie li#black a:link, #menuGalerie li#black a:visited {
	color:#000000;
	background-color:#000000;
}


#menuGalerie li#acheter a:link, #menuGalerie li#acheter a:visited {
	color:#9F9F35;
	background-color:#000;
	font-size: 0.8em;
}
#menuGalerie li#votre a:link, #menuGalerie li#votre a:visited {
	color:#9F9F35;
	background-color:#000;
	font-size: 0.8em;
}

#menuGalerie li#seancephoto a:link, #menuGalerie li#seancephoto a:visited {
	color:#000000;
	background-color:#000000;
}

/* hide holly hack from IE Mac \*/
* html #menuGalerie li a { 
	height: 1%;
	vertical-align: bottom;
} /* Holly Hack to get around a lovely IE issue with list items and a elements set to block */

#menuGalerie li a:hover, #menuGalerie li a:active, #menuGalerie li a:focus {
	
	color: #FFFFFF; /* this is the text color */
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
}


#menuGalerie li#commander a:link, #menuGalerie li#commander a:visited {
	color:#CBED00;
	background-color:#626220;
	font-size: 1em;
	font-weight:bold;
	padding: 0px 25px 0px 25px;
	border-bottom: 0px;
	border-left: 3px;
	border-right: 3px;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
}
