@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:none;
}
*{font-size:80%;}
a{
	color:#fff;
	text-decoration:none;
}
h2{
	border-bottom:1px dotted #555;
	text-align:center;
}
h2 span{
	font-size:0.8em;
	padding-bottom:1em;
}

img.ac_bgimage{
	position:fixed;
	background-position:50% top;
	opacity:0.8;
	display:none;
	background-size:cover;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(http://www.lacor.info/editions_de_lacor/communiques/menu/images/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:auto;
	width:100%;
	top:56%;
	left:0px;
	margin-top:-65px;
	z-index:3;
}
.ac_content h1{
	background:transparent;
	display:block;
	float:left;
	letter-spacing: 3px;
	width:200px;
	height:50px;
	padding:20px;
	font-size:17px;
	font-weight:normal;
	line-height:20px;
	margin-right:1px;
}
.ac_content h1 span{
	letter-spacing: none;
	display:block;
	font-weight:normal;
	font-size:20px;
}
.ac_menu{
	background:transparent;
	float:left;
	position:relative;
	height:45px;
	width:0px; 
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:45px;
	overflow:hidden;
}

.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:45px;
	padding:0px 10px;
	text-align:justify;
	line-height:45px;
	outline:none;
	font-size:18px;
	font-weight:normal;
	text-shadow:1px 1px 1px #000;
}

.ac_subitem{
	width:600px;
	height:0px; /* animate to 400px */
	top:50%;
	right:3%;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:rgba(250, 250, 250, 0.10) ;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;

}
.ac_subitem h2{
	font-size:22px;
	font-weight:normal;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 2px #000;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:0px 0px;
	display:block;		
}

.ac_subitem ul li:first-child, last-child{
	font-size:18px;
	line-height:22px;
	text-transform:none;
	text-align:justify;
	border-bottom:1px dotted #555;
	padding:15px 0;
	margin-bottom:15px;
}
.ac_subitem ul li a{
	color:#fff;
	opacity:1;
	line-height:18px; 
	float:left;
	font-size:16px;
	height:18px;
	margin-top:3px;
}
.ac_subitem ul li a:hover{
	color:#CB4618;
}

.credit-photo{
	font-size:0.7em;
	padding-top:1em;
	text-align:right;
	color:#999;
	text-shadow:1px 1px 1px #fff;
}

span.ac_close{
	float:right;
	margin:10px 10px;
	width:12px;
	height:12px;
	cursor:pointer;
	background: transparent url(../images/close.png) no-repeat top right;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	z-index:4;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;	
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;	
}



    
    