@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font: 11pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	letter-spacing: 0;
	/* background-image: url("http://www.angel-dust-art.com/imgs/fond.jpg");  */
	background: #000;
}

table {
	font: 8pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	letter-spacing: 0;
	color: #635359;
	background: #000;
	/* 	border : solid 1px #b8181b; */
}

table#principale {
	border: solid 1px #000; /* #80090b;*/
}

a {
	text-decoration: none;
	color: #BB9DA8; /*181bb8 /* 2c808b/* #b8181b */;
}

a:hover {
	text-decoration: underline;
	/*background: #69463E;*/
	color: #8A233E;
}

img {
	border: 0;
	display: inline;
}

img.popup {
	position: absolute;
	margin-top: -80px;
	margin-left: -116px;
	border: 1px solid black;
	background-color: white;
}

.titre {
	font-size: 2em;
	border-bottom: solid 1px #000;
}

.titreGallery {
	font-size: 2em;
}

.copyright {
	font-size: small;
}

.info {
	font: 8pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	color: #635359;
	background: #000;
}

.infoTitle {
	font: 11pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	color: #635359;
	background: #000;
}

.field {
	font: 8pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	color: black;
	background: #fff;
	width: 150px;
}

.field2 {
	font: 8pt Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica,
		sans-serif;
	color: black;
	background: black;
}

.error_message {
	font-size: small;
	color: red;
	background: #000000;
}

.pages {
	font-size: small;
}

.navigation {
	background: #fff; /*635359;*/
	font-size: 10pt;
	color: #000;
	padding-bottom: 2px;
	padding-top: 1px;
}

.navigationSerie {
	background: #f5f2f2;
	font-size: 10pt;
	color: black;
	padding-bottom: 2px;
	padding-top: 1px;
	border-bottom: solid 1px #ccc;
}

.menu_title {
	font-size: 1.2em;
	background: #ccc;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.menu_item {
	font-size: 1.3em;
	background: #000;
	color: gray;
	font-weight: normal;
}

.menu_info {
	font-size: x-small;
	background: #000;
	color: gray;
}

ul.ul_menu_info {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: disc;
	list-style-position: outside;
}

li.li_menu_info {
	margin: 0 0 0 -20px;
}

.menu_info_texte {
	font-size: x-small;
	background: #000;
	color: gray;
	text-align: justify;
	text-indent: 3px;
}

.center_menu_item {
	font-size: small;
	background: #000;
	color: gray;
	font-weight: bold;
	text-align: center;
}

.searchField {
	width: 30px;
	font-size: small;
}

.searchList {
	width: 100px;
	font-size: small;
}

.disclaimer_title {
	background: #ddd;
	text-align: center;
}

.disclaimer {
	text-indent: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.lay-position{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.lay-disclaimer{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	display: block; 
	width: 810px; 
	height: 250px; 
	margin-top: -125px; 
	margin-left: -405px; 
	z-index:3;
}
.lay-opacity{
    z-index:2;
    background-color:#000;
    opacity:.80;
    filter: alpha(opacity=80);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


