/* CSS Document */
body{
background-color:#160C0B;
background-image:url(../images/bg_body.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;

color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	font-size:14px;
	/*float:left;*/
}

#borderContainer{
	background-image:url(../images/sliceBorder.gif);
	/*background-color:#666666;*/
	top:108px;
	position:absolute; 
	left:50%; 
	margin-left:-370px;
	width:801px;
	height:535px;
}

#container{
/*background-image:url(../images/bg_container.jpg);*/
	background-image:url(../images/bg_container_full.jpg);
	width:770px;
	height:503px;
	top:15px;
	left:15px;
	position:absolute;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	padding:3px;
}

#top{
	background-color:#000000;
	width:100% - 3px;
	padding:4px;
	}

#menu{
	text-align:right;
background-color:#000000;
	}
	
#content{
	width:100%;
	margin-top:5px;
}

#content div{
	
}
#textContainer{
	width:380px;
	height:456px;
	border:solid 1px #000000;
	float:left;
	background-color:#CCCCCC;
	filter:alpha(opacity=70);
	-Moz-opacity:0.70;
	overflow:auto;
	color:#000000;
	}
/*#textContainer img{
	width:80px;
	margin:5px;
	border:solid 1px #000000;
}*/
#textContainer a{
	color:#0000FF;
}

#textContainer div{
	padding-left:10px;
	}

#textContainer li{
	margin:10px;
}

#imgContainer{
	width:380px;
	height:456px;
	border:solid 1px #000000;
	float:right;
	text-align:center;
	background-color:#000000;
	overflow:auto;
	text-align:center;
	vertical-align:middle;
	/*padding-top:20px;*/
}
#imgContainer img{
}
.thumbnail{
	background-color:#FFFFFF;
	color:#000000;
	border:solid 5px #000000;
	margin:5px;
	float:left;
	width:149px;
	}

.thumbnail2{
	background-color:#FFFFFF;
	color:#000000;
	padding:10px;
	border:solid 5px #000000;
	margin:10px;
	float:left;
	background-attachment:fixed;
	background-position:center;
	}
	
.thumbnail .img{
	width:100%;
	cursor:pointer;
	}
	
.dossier{
	float:left;
	margin:10px;
	text-align:center;
	width:150px;
	height:35px;
}

.dossier a img{
	width:40px;
	float:left;
}

.dossier a span{
	color:#000000;
}

