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

/*  reset css  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  general  */
a {text-decoration:none;color:#000000;}
body {
	padding-top:27px; 
	font-family:Arial, Helvetica, sans-serif; 
	background:url(images/motif-vague.png)left repeat-y fixed;}

/*  menu  */
h1 {
position:fixed;
width: 180px;
top:27px; right:38px;
padding-left:2px;
z-index:2;
}
#menu {
position:fixed;
overflow:auto;
top:250px; right:38px;
width: 180px;
z-index:3;
padding-left:2px;
}
h3 {
font-size:32px; font-weight:900;
line-height:29px;
border-bottom:solid 3px black;
margin-bottom:5px;
display:inline-block
}
ul {
margin-bottom:10px; 
}
li {
font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight: 100; 
font-style:italic;
text-decoration: none; 
line-height:11px;
background:none;
padding-left:2px;
}

/*  contenu */
#prince {
position: absolute;
top:250px; right:246px;
width:468px; min-height:400px; border:solid white 5px;
padding-top:13px; padding-bottom:10px;
background:#FFF;
}
h2 {
float:left;
margin-right:10px; margin-bottom:5px;
font-size:29px; font-weight:900;
font-variant:small-caps;
}
p {
font-size:10px; font-weight: 100; 
font-style:italic;
line-height:10px;
padding-top:5px;
}
.new {
color:red;
font-weight:bold;
}
.gal {
padding-top:1px;
}
hr {
margin-bottom:1px; margin-top:10px;
color: black;
background-color: black;
height: 3px;
border: 0;
}
body {
	background-color: none;
	}

/*  autre  */
#unedercnstr {
position:fixed;
top:50px; left:700px; z-index:2;
}
#prince.casa {
	background:yellow;
	width:100%; height:100%;
	top:0; left:0;
	margin:0; padding:0;
	border:none;
	z-index:0;
	overflow:hidden;
}
/*#trame {
	position:fixed;
	background: transparent url(images/trame.png);
	width:100%; height:100%;
	top:0; left:0;
	margin:0; padding:0;
	border:none;
	z-index:1;
}*/