/* MAIN HTML DEFINITIONS */
html {
height: 100%; 
} 
body {
height:100%; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; text-align: center; background-image: url(/images/main_bg.jpg); background-position: top left; background-repeat: repeat; background-color: #222222;
}
p, td {
font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;
}
h1 {
padding: 0 0 0 0; margin: 0 0 0 0; font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Trebuchet MS, Verdana, sans-serif; color: #CCCCCC; font-size: 18px; font-weight: normal;
}
h2 {
padding: 0 0 0 0; margin: 0 0 0 0; font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Trebuchet MS, Verdana, sans-serif; color: #CCCCCC; font-size: 14px; font-weight: bold;
}
img { 
border: 0px; 
}

/* LINKS */
a {
font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 12px;
}
a:hover {
font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;
}
a.smallhref {
font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 11px;
}
a.smallhref:hover {
font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px;
}
a.rollopaque img { 
filter:alpha(opacity=99); -moz-opacity: 0.99; -khtml-opacity: 0.99; opacity: 0.99;
}
a.rollopaque:hover img {
filter:alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;
}
a.rollopaque:active img {
filter:alpha(opacity=99); -moz-opacity: 0.99; -khtml-opacity: 0.99; opacity: 0.99;
}

/* GENERAL LAYOUT */
#container {
min-height: 100%; width:800px; margin: 0 auto; text-align: left; background-image: url(/images/inner_bg_dark.jpg); background-position: top left; background-repeat: repeat; display: table;
}
#innercontainer {
height: 100%; width:800px; background-image: url(/images/bg_spotlight_dark.jpg); background-position: top left; background-repeat: no-repeat; display: table;
}
#logo{
float:left;
width:300px;
height:110px;
}
#citation{
float:right;
height:70px;
width:379px;
margin-top:30px;
}
#menu {
width:800px; text-align: center; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; background-image: url(/images/menu_bg.jpg); background-position: top left; background-repeat: repeat; display: table;
}
#content {
position:relative;
padding: 15px;
}
.leftcontent{
float:left;
width:520px;
}
.rightcontent{
float:right;
width:230px;
}
.actu{
margin-top:20px;
width:230px;
height:200px;
border: 1px solid #DDDDDD;
}
.actu h2{
background: #000000 url(/images/bg_h2.jpg) top left repeat-x;
height:20px;
font-size:16px;
font-weight:bold;
color:#ffffff;
padding-left:5px;
}

.actu p{
height:180px;
padding:5px;
overflow-y:scroll;
}
#footer {
text-align: center; border-top: 1px solid #CCCCCC; margin-top: 20px; padding-top: 5px;
}
/* HOMEPAGE GALLERY */

	#screen { 
	
		background: #000;
		border: gray solid 1px;
	} 

#box { 
		position: absolute; 
		background: #222; 
		border: gray solid 1px; 
		visibility: hidden; 
		width: 795px; 
		height: 84px; 
		left: 48px; 
		top: 215px; 
		visibility: visible;	
	} 
	
	#box img  { 
		position: absolute; 
		border: gray solid 1px; 
		-ms-interpolation-mode:nearest-neighbor; 
		image-rendering: optimizeSpeed; 
		visibility: hidden; 
		background: #000; 
	} 
	#box span { 
		position: absolute; 
		color: #ccc; 
		font-family: verdana; 
		font-size: 12px; 
		width: 200px; 
	} 
	#box a { 
		text-decoration: none; 
		color:#ff8000; 
	} 
	#box a:hover	{ 
		text-decoration: none; 
		background:#ff8000; 
		color:#ffffff; 
	} 
	#box a:visited { 
		text-decoration: none; 
		color:#ff8000; 
	} 
	#box a:visited:hover { 
		text-decoration: none; 
		background:#ff8000; 
		color:#ffffff; 
	} 
	#lnk, #txt, #tit{ 
		visibility: hidden; 
	} 


/* TEXT */
.grey {
color: #CCCCCC;
}
.small {
    font-size: 11px;
}

/* DIVS */
.clear {
clear: both;
}

/* IMAGES */
.imgborder {
border: 2px solid #FFFFFF;
}

/* FORMS */
.formfield {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color : #FFFFFF; color: #000000; border: 1px solid #CCCCCC;
}
.mandatoryfield {
color: red; font-size: 14px;
}
.button {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: bold; border: 1px #AAAAAA solid; background-color: #666666;
}


/* ----------- */
/* -- THEMES-- */
/* ----------- */

/* GALLERY */
.oeuvreitem {
margin-bottom: 30px; width: 180px; float: left; display: inline;
}
.oeuvrelabel {
height: 15px; width: 154px;
}

/* EXPOS */
.expo {
clear: both; width: 100%; height: 150px; margin-bottom: 20px;
}
.expothumb {
border: 2px solid #FFFFFF; margin-right: 10px;
}